Skip to content

Commit 1564318

Browse files
committed
updated readme - second edition
1 parent f3fef3b commit 1564318

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

README.md

+24-18
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,32 @@ Learning JavaScript Data Structures and Algorithms
33

44
Source code of **Learning JavaScript Data Structures and Algorithms** book.
55

6-
Book link:
7-
- [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms)
8-
- [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)
6+
Book link - first edition:
7+
- [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms){:target="_blank"}
8+
- [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){:target="_blank"}
99

1010

11-
###List of Chapters:
11+
### List of Chapters:
1212

13-
* 1: JAVASCRIPT – A QUICK OVERVIEW
14-
* 2: ARRAYS
15-
* 3: STACKS
16-
* 4: QUEUES
17-
* 5: LINKED LISTS
18-
* 6: SETS
19-
* 7: DICTIONARIES AND HASHES
20-
* 8: TREES
21-
* 9: GRAPHS
22-
* 10: SORTING AND SEARCHING ALGORITHMS
23-
* 11: More about Algorithms (Recursion, Dynamic Programing, Greedy Algorithms and Big-O Notation) - Extra chapter that can be donwloaded from [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms) website
24-
* Apendix A: Big-O Cheat Sheet - Extra chapter that can be donwloaded from [Packt](https://www.packtpub.com/application-development/learning-javascript-data-structures-and-algorithms) website
25-
26-
###Found an issue or have a question?
13+
* 01: [JavaScript: a quick overview](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter01)
14+
* 02: [Arrays](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter02)
15+
* 03: [Stacks](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter03)
16+
* 04: [Queues](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter04)
17+
* 05: [Linked Lists](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter05)
18+
* 06: [Sets](https://github.com/loiane/javascript-datastructures-algorithms/tree/second-edition/chapter06)
19+
* 07: Dictionaries and Hashes
20+
* 08: Trees
21+
* 09: Graphs
22+
* 10: Sorting and searching algorithms
23+
* 11: Pattern of algorithms
24+
* 12: More about algorithms
25+
* 13: Functional programming and data structures
26+
27+
### First Edition source code:
28+
29+
Please refer to [this link](https://github.com/loiane/javascript-datastructures-algorithms/tree/master)
30+
31+
32+
### Found an issue or have a question?
2733

2834
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)