Working through the book MIT Introduction to Algorithms 3rd Edition.
To run the tests and check all of the algorithms:
npm install
npm test
- Chapter 2
- Insertion Sort
- Merge Sort
- Chapter 4
- Maximum Subarray
This is reflected in the version number:
v0.CH.update
where CH is the latest chapter, until version 1 (all chapters complete).