This repository contains my self implemented data structutres and algorithms for quick revision.
- Postfix, infix conversion
- In-order traversal
- Pre-order traversal
- Post-order traversal
- Level order traversal
- BFS
- DFS
- Dijkstra algorithm
- Kruskal
- Prim's
- Bellman ford
- Floyd warshall