Algorithms-Java
Algorithms-Java copied to clipboard
Add Javadoc
Right now very few classes have javadoc. So, people looking at the classes can't tell certain things like "does it allow null elements?" or "can you try to insert a duplicate?" These things are supposed to be specified in the javadoc.
Points: 5 per method/class