diff options
author | ven <vendethiel@hotmail.fr> | 2016-06-26 14:52:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-26 14:52:42 +0200 |
commit | b76e66ed9be842c573deedbf6835f8e28685ac50 (patch) | |
tree | 6385658a1a7879bbe321d1ab1e7400db625a2e72 | |
parent | 59adb3cca3447c8099fb5b5dab5dd22630232094 (diff) |
fixup filename for #1879
-rw-r--r-- | binary-search.html.markdown (renamed from binary-search.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binary-search.html b/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/) |