Skip to content

JochenFromm/JavascriptAlgorithms

Repository files navigation

Essential Javascript Algorithms

A small selection of essential algorithms in Javascript. Abelson and Sussman's SICP book says "a procedure is a pattern for the local evolution of a computational process". Find some essential procedures and patterns below.

See also:

Algorithms in general:

Sedgewick book - Algorithms 4th edition, by Robert Sedgewick and Kevin Wayne

CLRS book - "Introduction to Algorithms" by Cormen, Leiserson, Rivest and Stein

SICP book - "Structure and Interpretation of Computer Programs" from Abelson and Sussman

TAOCP book - "The Art of Computer Programming" from Donald Knuth

Linters & Tests

Run "npx eslint" to execute the linter

Run "npm test" to start the tests

Algorithms

Combinatorial optimization

Classic algorithms

Geometric algorithms

About

Some essential and basic algorithms in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published