We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bb942 commit 9b83a6cCopy full SHA for 9b83a6c
README.md
@@ -16,7 +16,7 @@ Book link - first edition:
16
* 05: [Linked Lists](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter05)
17
* 06: [Sets](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter06)
18
* 07: [Dictionaries and Hashes](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter07)
19
-* 08: Trees
+* 08: [Trees](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter08)
20
* 09: Graphs
21
* 10: Sorting and searching algorithms
22
* 11: Pattern of algorithms
0 commit comments