1.0.3 • Published 4 years ago

oleksiivelychko-computer-science v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Computer science

The superset of the useful algorithms and data structures to speed up the development process.

šŸ’” It's available as NPM package and may be installed as:

npm i oleksiivelychko-computer-science

Compile and publish to NPM registry:

tsc && npm publish

šŸ“Œ Binary search

šŸ“Œ Breadth-first search

šŸ“Œ Dijkstra's search

šŸ“Œ Factorial

šŸ“Œ Insertion search

šŸ“Œ Subsequences search

šŸ“Œ The smallest search

šŸ“Œ Tree traversal

šŸ“Œ Quick sort