Skip to content

Commit f0e5895

Browse files
committed
Fixing a repository url for all js algorithms
1 parent 334a054 commit f0e5895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ print(binary_search(arr, 3))
6161
- [Binary Search](https://python.allalgorithms.com/searches/binary-search)
6262
- [Fibonacci Search](https://python.allalgorithms.com/searches/fibonacci-search)
6363
- [Jump Search](https://python.allalgorithms.com/searches/jump-search)
64-
64+
6565
- ### Sorting
6666
- [Bubble Sort](https://python.allalgorithms.com/sorting/bubble-sort)
6767
- [Cocktail Shaker Sort](https://python.allalgorithms.com/sorting/cocktail-shaker-sort)
@@ -75,7 +75,7 @@ print(binary_search(arr, 3))
7575

7676
# Related
7777

78-
- [allalgorithms-javascript](https://github.com/abranhe/allalgorithms-javascript): All ▲lgorithms Javascript library
78+
- [allalgorithms-js](https://github.com/abranhe/allalgorithms-js): All ▲lgorithms Javascript library
7979

8080
# Maintainers
8181

0 commit comments

Comments
 (0)