java-algorithms-implementation
java-algorithms-implementation copied to clipboard
Added Bucket Sort and Selection Sort
Have added to 2 new sort algorithms, Bucket and Selection sort. Have also updated the test cases for the same.
Have added for loop instead of using streams for backward compatibility of JDK's
This seems to be failing, I'll take another look when you fix the failures.