SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

Added bucket sort to list of sorts #20

Closed sameerc17 closed 5 years ago

sameerc17 commented 5 years ago

Added bucket sort to list of sorts

SiddharthaAnand commented 5 years ago

Can you separate the Pull Requests for BucketSort and Insertion Sort? Also, please add a simple test case for both.

sameerc17 commented 5 years ago

Can you separate the Pull Requests for BucketSort and Insertion Sort? Also, please add a simple test case for both.

Sir, can I just revert 1 commit back and you merge it. Then i will commit the next sort and you merge it then. Will that work?