Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 318 Bytes

GraphToolkit

The final project of the Data Structures and Algorithms class,
Implementation of a Hashtable similar to java's Hashmap.
Implementation of a Graph Structure using nested Hashtables.
Graph algorithms that are implemented :
1-DFS
2-BFS
3-Topological Sorting
4-PageRank
5-Graph Coloring