/ADS

Primary LanguageC++

ADS

Implementation of some more frequently used advanced data structures in C++ and Java.

This repository contains implementations of:

  1. Binary tree
  2. Binary search tree
  3. Threaded binary tree
  4. Graphs
  5. Prim's and Kruskal's algorithm
  6. Hashtable
  7. Hashtable with chaining
  8. OBST
  9. Min heap and max heap
  10. File- read and write
  11. Interfaces in Java
  12. Stack in Java
  13. Java utilities to implement basic data structures