/graphkit

Graph data structure based on a hash table. Implemented graph algorithms e.g. DFS, BFS, topological sort, and SCC.

Primary LanguageJava

Graph Toolkit

Graph data structure implemented using Hash Tables.

Hash Table is also implemented.

Some graph algorithms like SCC, Shortest Path, graph coloring, DFS, BFS, topological sort, ... are implemented.