Skip to content

Commit 10b0c04

Browse files
committed
Update README.md
1 parent 6f8ad8e commit 10b0c04

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
javascript-datastructures-algorithms
1+
Learning JavaScript Data Structures and Algorithms
22
====================================
33

4-
JavaScript algorithms
4+
Source code of **Learning JavaScript Data Structures and Algorithms** book.
5+
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)
9+
10+
11+
###List of Chapters:
12+
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 and issue or have a question?
27+
28+
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)