|
| 1 | +Learning JavaScript Data Structures and Algorithms |
| 2 | +==================================== |
| 3 | + |
| 4 | +Source code of **Learning JavaScript Data Structures and Algorithms** book. |
| 5 | + |
| 6 | +| 1st edition | 2nd edition | |
| 7 | +| ------------- |:-------------:| |
| 8 | +|  |  | |
| 9 | +| [Book link](http://amzn.to/1Y1OWPx)| [Book link](http://amzn.to/1TSkcA1)| |
| 10 | + |
| 11 | +Book link - first edition: |
| 12 | + - [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms) |
| 13 | + - [Amazon](http://amzn.to/1Y1OWPx) |
| 14 | + - [Chinese version](http://www.ituring.com.cn/book/1613) |
| 15 | + - [Korean version](http://www.acornpub.co.kr/book/javascript-data-structure) |
| 16 | + |
| 17 | +Book link - second edition: |
| 18 | + - [Packt](https://www.packtpub.com/web-development/learning-javascript-data-structures-and-algorithms-second-edition) |
| 19 | + - [Amazon](http://amzn.to/1TSkcA1) |
| 20 | + - [Brazilian Portuguese version](https://novatec.com.br/livros/estruturas-de-dados-algoritmos-em-javascript/) |
| 21 | + |
| 22 | +### List of Chapters: |
| 23 | + |
| 24 | +* 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter01) |
| 25 | +* 02: [Arrays](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter02) |
| 26 | +* 03: [Stacks](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter03) |
| 27 | +* 04: [Queues](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter04) |
| 28 | +* 05: [Linked Lists](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter05) |
| 29 | +* 06: [Sets](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter06) |
| 30 | +* 07: [Dictionaries and Hashes](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter07) |
| 31 | +* 08: [Trees](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter08) |
| 32 | +* 09: [Graphs](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter09) |
| 33 | +* 10: [Sorting and searching algorithms](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter10) |
| 34 | +* 11: [Pattern of algorithms](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter11) |
| 35 | +* 12: [Algorithm Complexity](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter12) |
| 36 | + |
| 37 | +### First Edition source code: |
| 38 | + |
| 39 | +Please refer to [this link](https://github.com/loiane/javascript-datastructures-algorithms/tree/master) |
| 40 | + |
| 41 | +### Found an issue or have a question? |
| 42 | + |
| 43 | +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