From f0e5895d804f3e2733896be613ed7db7d2199f6f Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 1 Oct 2019 22:26:32 -0300 Subject: [PATCH] Fixing a repository url for all js algorithms --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9929e55..36c01ba 100644 --- a/readme.md +++ b/readme.md @@ -61,7 +61,7 @@ print(binary_search(arr, 3)) - [Binary Search](https://python.allalgorithms.com/searches/binary-search) - [Fibonacci Search](https://python.allalgorithms.com/searches/fibonacci-search) - [Jump Search](https://python.allalgorithms.com/searches/jump-search) - + - ### Sorting - [Bubble Sort](https://python.allalgorithms.com/sorting/bubble-sort) - [Cocktail Shaker Sort](https://python.allalgorithms.com/sorting/cocktail-shaker-sort) @@ -75,7 +75,7 @@ print(binary_search(arr, 3)) # Related -- [allalgorithms-javascript](https://github.com/abranhe/allalgorithms-javascript): All â–²lgorithms Javascript library +- [allalgorithms-js](https://github.com/abranhe/allalgorithms-js): All â–²lgorithms Javascript library # Maintainers