From b76e66ed9be842c573deedbf6835f8e28685ac50 Mon Sep 17 00:00:00 2001 From: ven Date: Sun, 26 Jun 2016 14:52:42 +0200 Subject: [PATCH] fixup filename for #1879 --- binary-search.html => binary-search.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename binary-search.html => binary-search.html.markdown (98%) diff --git a/binary-search.html b/binary-search.html.markdown similarity index 98% rename from binary-search.html rename to binary-search.html.markdown index 68a54c2a..92df4875 100644 --- a/binary-search.html +++ b/binary-search.html.markdown @@ -60,4 +60,4 @@ There is another form of binary search that is very useful. ## Online Resources * [GeeksforGeeks](http://www.geeksforgeeks.org/the-ubiquitous-binary-search-set-1/) -* [Topcoder Tutorial](https://www.topcoder.com/community/data-science/data-science-tutorials/binary-search/) \ No newline at end of file +* [Topcoder Tutorial](https://www.topcoder.com/community/data-science/data-science-tutorials/binary-search/)