DATA STRUCTURE

I have made all Data Structure programs using Code Block IDE and compiled it using GNU GCC compiler. Compiling programs in any different compiler like Turbo C might give errors, so small changes are required but concept remains same. I have used C++ language to implement all the algorithms because it is Object Oriented Language and using classes and object makes easy to manage and debug the program code. I have not used any exception handling cases in my program, so if you give wrong input's then program either get hang all will produce wrong output.




LINKED LIST




STACK AND QUEUE





Conversions





Evaluations





TREES





SEARCHING





SORTING





GRAPH





  • C++ program to convert adjacency matrix to list
  • C++ program to implement Breadth First Search algorithm
  • C++ program to implement Depth First Search algorithm

    1 comment:

    1. Can I ask for help sir? About coding...

      ReplyDelete