GDSC-AUM / OpenOcto-DSA

Data Structures and Algorithms implemented in C++
MIT License
5 stars 23 forks source link

Bucket Sort in cpp #70

Closed saiharsha-22 closed 3 years ago

saiharsha-22 commented 3 years ago

@unshDee I have added a new sorting algorithm bucket sort. Can you please review my pull request once.

saiharsha-22 commented 3 years ago

@unshDee The file name is changed to bucket_sort.cpp. can you review it once