ahsan-83 / Sort-Simulator

Sorting Algorithm simulator developed using C++ and iGraphics library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 file for simulation. Before running the simulator copy msvcr100d.dll from Sort_Lib folder to C:/Windows/System32 for x86 OS or C:/Windows/SysWOW64 for x64 OS.

Simulation

alt text alt text alt text

About

Sorting Algorithm simulator developed using C++ and iGraphics library


Languages

Language:C 66.0%Language:C++ 34.0%