Update Bucket-sort.md

pull/977/head
varun jain 2022-10-07 15:50:19 +05:30 committed by GitHub
parent 14c236d072
commit b5693e46d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Algorithm :
2.Calculate the range of each bucket
range = (max - min) / n
n is the number of buckets
3.Create n buckets of calculated range