Skip to content

anyong/mit-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mit-algorithms

Working through the book MIT Introduction to Algorithms 3rd Edition.

To run the tests and check all of the algorithms:

npm install
npm test

Currently implemented algorithms:

  • 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).

About

Working through the book MIT Introduction to Algorithms 3rd Edition.

Resources

License

Stars

Watchers

Forks

Packages

No packages published