We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e959d commit 605b86bCopy full SHA for 605b86b
README.md
@@ -4,6 +4,8 @@ project have implementations of famous algorithms and data structure
4
5
## search algorithms
6
- [Binary search](https://en.wikipedia.org/wiki/Binary_search_algorithm)
7
+- [Linear search](https://en.wikipedia.org/wiki/Linear_search)
8
+- [Jump search](https://en.wikipedia.org/wiki/Jump_search)
9
10
## sort algorithms
11
- [Bubble sort](https://en.wikipedia.org/wiki/Bubble_sort)
0 commit comments