/PigeonholeSort

:bird: with interactive graphic visualization

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Pigeonhole sort + visualization

Project made for the algorithm course of Computer Science Degree of University of Bologna.

Installation

Clone the project:

git clone https://github.com/federicoB/PigeonholeSort

Install sdkman to handle dependencies:

curl -s "https://get.sdkman.io" | bash

Open a new terminal and run

source "$HOME/.sdkman/bin/sdkman-init.sh"

Create sdkman environment:

sdk env init

Install dependencies:

sdk env install

Run the program:

gradle run

Contributing

Useful links:

License

This project is licensed under the terms of the GNU General Public License v3.