- Linked List Implementation
- Stack Implementation
- Queue Implementation
- Binary Search Tree Implementation
- AVL Binary Search Tree Implementation
- Heap Implementation
- Disjoint Set Implementation
- Graph Implementation using Adjacency List
- Graph Implementation using Adjacency Matrix
- Kruskal's Imlementation
- Merge Sort Implementation
Clone the repository
git clone https://github.com/Krithik1/DSA
Navigate to the directory where DSA is stored
cd DSA
Run the following command in command prompt
g++ main.cpp -o main && ./main