Implementation of different algorithms.
Clone repository to the common place:
git clone [email protected]:PetrVakulenko/Algorithms.git ~/code/Algorithms/
- java 7+
src/Utils - classes with utils, which we are using for algorithms.
For each algorithm you can find two files:
- Solution.java - with class Solution (for algorithm).
- Main.java - with example of running current solution.