- Bellman-Ford Algorithm
- Dijkstra's Algorithm
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Graph Creation
- Graph Representation
- Print All Paths
- Topological Sorting
- Cycle Detection
- GraphCreationUsing2DArray
- [Prim's algo](#Prim's algo)
- [Kosaraju's algo](#Kosaraju's algo)
- [Edge converter](#Edge converter)
- [getBridge Problem](#getBridge Problem)
- [Tarjan's algorithm](#Tarjan's algorithm)
- HashSet(notes are in the form of code+dsa notes)
- HashMap(notes are in code + dsa notes)
- Set
- [HashMap implementation](#HashMap implementation)