Data Structures:
This Repo contains basic Data Structures implemented with both Java and C++.
Fundamental Data Structuress.
DS | Java Solution | C++ Solution |
---|---|---|
1. Linked List | Java | C++ |
2. Stack | Java | C++ |
3. Queue | Java | C++ |
7. Heap | Java | C++ |
Tree Algorithms | ||
1. Binary Tree | Java | C++ |
Graph Algorithms | ||
1. Adjacency Matrix | Java | C++ |
2. Adjacency List | Java | C++ |
3. BFS | Java | C++ |
4. MST(Prims Algorithm) | Java | C++ |