federicoB / PigeonholeSort

:bird: with interactive graphic visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:bird: with interactive graphic visualization

License:GNU General Public License v3.0


Languages

Language:Java 98.9%Language:CSS 1.1%