Algorithms-Java
Algorithms-Java copied to clipboard
Add Comparable Support
For classes like sorting, data structures like Fibonacci heap and min heap, they only support ints. It would be nice if they took a generic value.
Points: 10 for each class.