Implementation of some more frequently used advanced data structures in C++ and Java.
This repository contains implementations of:
- Binary tree
- Binary search tree
- Threaded binary tree
- Graphs
- Prim's and Kruskal's algorithm
- Hashtable
- Hashtable with chaining
- OBST
- Min heap and max heap
- File- read and write
- Interfaces in Java
- Stack in Java
- Java utilities to implement basic data structures