Data structures and algorithms in JavaScript, for learning and practice 📚.
Use yarn test
or npm t
to run Jest tests.
- sorting algorithms
- implement common data structures (hashmap, self-balancing binary trees)
- miscellaneous: fischer-yates shuffle, fizzbuzz
- use TypeScript