An open API service indexing awesome lists of open source software.

https://github.com/ahsan-83/sort-simulator

Sorting Algorithm simulator developed using C++ and iGraphics library
https://github.com/ahsan-83/sort-simulator

c cpp igraphics sorting

Last synced: 2 months ago
JSON representation

Sorting Algorithm simulator developed using C++ and iGraphics library

Awesome Lists containing this project

README

        

# Sort-Simulator

Sort Simulator is Structured Programming Language LAB Project of BUET CSE Level-1 term-2.
Bubble sort, Insertion sort and Quick sort algoritms are simulated for small input.
Simulator is developed using C and iGraphics library in Visual Studio.

Run [**Sorting_Algo_Simulation.exe**](https://github.com/ahsan-83/Sort-Simulator/blob/main/Sort%20Simulator/Sorting_Algo_Simulation.exe) file for simulation.
Before running the simulator copy **msvcr100d.dll** from [Sort_Lib](https://github.com/ahsan-83/Sort-Simulator/tree/main/Sort%20Simulator/Sort_Lib) folder to **C:/Windows/System32** for x86 OS or **C:/Windows/SysWOW64** for x64 OS.

# Simulation

![alt text](https://github.com/ahsan-83/Sort-Simulator/blob/main/Screenshots/sorting_capture1.PNG?raw=true)
![alt text](https://github.com/ahsan-83/Sort-Simulator/blob/main/Screenshots/sorting_capture2.PNG?raw=true)
![alt text](https://github.com/ahsan-83/Sort-Simulator/blob/main/Screenshots/sorting_capture3.PNG?raw=true)