We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12f757 commit 9c9b0e7Copy full SHA for 9c9b0e7
README.md
@@ -29,7 +29,7 @@ Book link - second edition:
29
* 07: [Dictionaries and Hashes](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter07)
30
* 08: [Trees](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter08)
31
* 09: [Graphs](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter09)
32
-* 10: Sorting and searching algorithms
+* 10: [Sorting and searching algorithms](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter10)
33
* 11: Pattern of algorithms
34
* 12: More about algorithms
35
* 13: Functional programming and data structures
0 commit comments