We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd6a4c commit b099b8cCopy full SHA for b099b8c
README.md
@@ -18,13 +18,13 @@ Work in Progress.
18
19
### Third Edition Updates
20
21
-* Algorithms using ES2015+
22
-* All chapters reviewed and rewritten
+* Algorithms using ES2015+ (ES6+)
23
* New data structures and algorithms
+* All chapters rewritten and reviewed
24
* Three (3) new chapters
25
* Creation of a Data Structures and Algorithms library that can be used in the browser or with Node.js
26
* Algorithms tested with Mocha + Chai (test code available in `test` directory)
27
-* TypeScript version of the source code included
+* **TypeScript** version of the source code included (library and tests)
28
29
## Installing and running the book examples With Node
30
0 commit comments