Algorithms-Java icon indicating copy to clipboard operation
Algorithms-Java copied to clipboard

Add Comparable Support

Open nishantc1527 opened this issue 5 years ago • 0 comments

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.

nishantc1527 avatar May 12 '20 17:05 nishantc1527