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
- Host: GitHub
- URL: https://github.com/ahsan-83/sort-simulator
- Owner: ahsan-83
- Created: 2022-12-24T08:02:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T11:30:10.000Z (over 2 years ago)
- Last Synced: 2025-02-08T01:51:40.099Z (4 months ago)
- Topics: c, cpp, igraphics, sorting
- Language: C
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


