In this file named Sort Visualiser1.cpp contains the code which shows the graphical view of sorting techniques like
- Bubble Sort
- Selection Sort
- Quick Sort
How to Run the Program:- Download the file and run the Sort Visualiser1.cpp file in Codeblocks(Graphics Version). Rest is easy :)
Technologies Used:-
- C++
- Graphics C++
Further Changes:- More sorting techniques to be added like Heap Sort,Radix Sort etc. Not only sorting other Data Structures which can be viewed graphical can be added.