A simple repository used to learn algorithms by coding them myself
.idea | ||
gradle/wrapper | ||
sorting | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
Algorithms
This repository is meant for me to compile a list of examples of different algorithms that I have learned of, and develop a working implementation. These implementations may not be the most efficient, so please do point it out to me if you see something that could be improved upon.
Sorting
Building/Testing
./gradlew test
To keep things simple, the tests share the same data where possible.