Update Bucket-sort.md

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

View File

@ -28,6 +28,7 @@ n is the number of buckets
BucketIndex = ( arr[i] - min ) / range
5.Now sort each bucket individually
6.Gather the sorted elements from buckets to original array
## Example