Skip to content

b0sc/sortRace

Repository files navigation

clone this repository

Race of Sorting Algorithms

Algorithms will be measured by the system time as well as user percieved time to get a proper visualization of the algorithm. What can I say, it's going to be a very short race.

Algorithms

Features

  • Plugin based architecture
  • Runs In CLI and possibly in the browser
  • Visualization with bubbletea

Installation

go install github.com/b0sc/sortRace@latest

It requires you to have go installed in your system, if you do not have it installed, you can download it from here.

Development

git clone [url]
cd sortRace
make install
make dev # for dev with live reloading
go run . . # for running the application

Contributing

Please refer to our Contributing Guidelines for more information.

Code of Conduct

Please refer to our Code of Conduct for more information.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.