Java to Typesctipt translations of algorithms from Robert Sedgewick and Kevin Wayne's website for their book Algorithms.
npm install algorithms-ts#### Containers
* Stack
* Queue
* Linked Queue
* Max Priority Queue
* Min Priority Queue
#### Directed graphs
* Depth First Order
* Digraph
* Digraph Search
* Directed
* Directed Cycle
* Directed Eulerian Cycle
* Directed Eulerian Path
* Directed Paths
* Strongly Connected Components
* Topological Order
* Transitive Closure
* Vertex
#### Common Utils
* Collection
* CollectionIterator
Please find detailed documentation on GitPages