Skip to content

This is my computer graphics project where my project idea is to visualize the sorting algorithm through computer graphics.

Notifications You must be signed in to change notification settings

Ramjonchhen/Sorting-Algorithm-Visualized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithm-Visualization

This project visualizes two sorting algorithms Bubble Sort and Selection Sort on given user input. User must give no of inputs (maximum 9 for the project) and give the inputs for the visualization.

How to Use this app:-

Setting Up The Environment

  1. Download and install Code::Blocks for running this project.
  2. Setup Graphics in Code::Blocks Click here
  3. After installing Code::Blocks, and setupping the graphics in Code::Blocks open this repo as an project in Code::Blocks.

Visualizing The Algorithms:-

  1. Compile and run the project.
  2. Two windows will appear, one window for visualizing the algorithms and one for the input.
  3. First we need to give input and choose sorting algorithm so first select the input window.
  4. Select among the Bubble Sort and Selection Sort for visualiztion.
  5. Then give input in the input window. Give no of inputs (max 9) and give respective inputs.
  6. Then go to the visual window where we can see the visuals.
  7. Press enter for the visualization to begin.

YouTube Video of the project

YouTube Video Link


Report of the project

Report PDF File Link

About

This is my computer graphics project where my project idea is to visualize the sorting algorithm through computer graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages