diff --git a/docs/en/Sorting/Bucket-sort.md b/docs/en/Sorting/Bucket-sort.md index 6b328ced..7b3c8ae3 100644 --- a/docs/en/Sorting/Bucket-sort.md +++ b/docs/en/Sorting/Bucket-sort.md @@ -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