Skip to content

federicoB/PigeonholeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published