Graph algorithm implementations based on lectures from Steven S. Skiena (http://www.cs.sunysb.edu/~skiena/). Implemented with callback and hooks to allow usage of library in applications.
Stars
8
Forks
2
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
Change key implementation for Binary Heap. More unit tests
85cc00eView on GitHubMerge remote-tracking branch 'origin/r0.2' into r0.2
042a226View on GitHubBinomial Heap - implementation of extractTop(). Unit Test updated
61bcb19View on GitHubBinomial Heap implementation (merge and union supported). Generic Heap interface. Unit test
71d6054View on GitHubSingle Source Shortest Path, code fixes and test updates
c32f40aView on GitHubSingle source shortest Path on Weighted Directed Graphs - Dijkstra with Heap
809dfbdView on GitHub