Skip to content

Neil-Lunavat/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on Ubuntu LTS (minimal)

Copy-paste these. That's it.

# 1) Install dependencies (sudo required)
sudo apt-get update -y && sudo apt-get install -y build-essential cmake libsfml-dev

# 2) Build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j

# 3) Run
./build/bin/SortingVisualizer

Or use the Makefile:

# one-liners
make deps   # install deps (sudo)
make run    # configure, build, and run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published