Algorithms and datastructures implemented in Typescript ranging from
- sorting & searching
- stacks & queues
- binary min & max heaps
- binary trees
- graphs, with breadth and depth first traversal methods
- Dijkstra's algorithm
and quite a few assorted recursive & iterative functions.