Skip to content

pr-a-sh-ant/Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

Project Report

Run Locally

Note: If you are using GNU GCC compiler on Windows, you may need the winlibs build of the compiler. You can download it from here.

The project is setup with cmake. To run the project locally, follow the steps below:

  • Clone the repository
  git clone https://github.com/pr-a-sh-ant/Algorithm-Visualizer.git
  cd Algorithm-Visualizer
  • Run cmake

Note: The build system can be changed by specifying the generator flag. For example, to use MinGW MakeFiles build system, add -G "MinGW Makefiles" to the cmake command.

  cmake -S . -B build
  cmake --build build --config Release
  • Run the executable

Note: The executable path may vary depending on the OS and the build system used.

  ./build/AlgViz

Screenshots

Home Page Maze Gneration Search Complete Sort Page Sorting

Contributors

About

Algorithm Visualization Application made with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •