Algorithms-Java
Algorithms-Java copied to clipboard
A collection of common algorithms and data structures implemented in Java.
If you find a bug that isn't in the issues already, then feel free to commit it. Points: 10 - 20 (depending on how sever it was)
The code in this repository should be in Google Java Style Guide. However, it isn't my regular style, and others too. So if you see something not formatted, please fix...
If you can think of an issue, but don't what to fix it yourself, just add it. Points: 5 - 10
It has come to my attention that the Fibonacci Heap has a bug, specifically when you chain the extract min method. Here is a test that doesn't work: for(int i...
This one is a really good place to start. So while reading the explanations, you might've noticed, I'm no author. There might be some typos or formatting error, and you...
As specified in the README, the privilege section, it's not complete. If you feel there is something to add, feel free! Points: 5 - 10 points, depending on the quality.