Skip to content
Snippets Groups Projects
Commit 332d6c04 authored by Tom Almeida's avatar Tom Almeida
Browse files

Update README.md

parent 9d284c82
Branches
No related merge requests found
......@@ -30,7 +30,7 @@ This section contains all of the algorithms written in C
* Searching
* * [Binary search](C/Searching/BinarySearch.c)
* [Binary search](C/Searching/BinarySearch.c)
* Path finding
......@@ -46,7 +46,7 @@ This section contains all of the algorithms written in C++
* Searching
* * [Binary search](C++/Searching/BinarySearch.cpp)
* [Binary search](C++/Searching/BinarySearch.cpp)
* Path finding
......@@ -62,7 +62,7 @@ This section contains all of the algorithms written in Rust
* Searching
* * [Binary search](Rust/Searching/BinarySearch.rs)
* [Binary search](Rust/Searching/BinarySearch.rs)
* Path finding
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment