Project made for the algorithm course of Computer Science Degree of University of Bologna.
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
Useful links:
This project is licensed under the terms of the GNU General Public License v3.