This is a repository with code from an algorithms course.
All algorithms are implemented in Java for education.
Java 8 (JDK 1.8) is required. It's recommended to run all commands from the root directory of the repository.
Compilation of Java code:
javac -d out src\algorithms\<package_name>\*.java
Running of the compiled program:
java -classpath out algorithms.<package_name>.Main