Skip to content

Commit 75ad17e

Browse files
committed
updated Readme
1 parent 4ffc29a commit 75ad17e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Book link - first edition:
77
- [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms)
88
- [Amazon](http://www.amazon.com/gp/product/1783554878/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1783554878&linkCode=as2&tag=loiagron-20&linkId=7VBQ7OMJ47XY7MUV)
99

10-
1110
### List of Chapters:
1211

1312
* 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter01)
@@ -16,7 +15,7 @@ Book link - first edition:
1615
* 04: [Queues](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter04)
1716
* 05: [Linked Lists](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter05)
1817
* 06: [Sets](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter06)
19-
* 07: Dictionaries and Hashes
18+
* 07: [Dictionaries and Hashes](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter07)
2019
* 08: Trees
2120
* 09: Graphs
2221
* 10: Sorting and searching algorithms
@@ -28,7 +27,6 @@ Book link - first edition:
2827

2928
Please refer to [this link](https://github.com/loiane/javascript-datastructures-algorithms/tree/master)
3029

31-
3230
### Found an issue or have a question?
3331

3432
Please create an [Issue](https://github.com/loiane/javascript-datastructures-algorithms/issues) or [Pull Request](https://github.com/loiane/javascript-datastructures-algorithms/pulls)

0 commit comments

Comments
 (0)