Skip to content

Commit 605b86b

Browse files
committed
add more algorithms
1 parent 57e959d commit 605b86b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ project have implementations of famous algorithms and data structure
44

55
## search algorithms
66
- [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)
79

810
## sort algorithms
911
- [Bubble sort](https://en.wikipedia.org/wiki/Bubble_sort)

0 commit comments

Comments
 (0)