diff --git a/guide/english/algorithms/sorting-algorithms/bucket-sort/index.md b/guide/english/algorithms/sorting-algorithms/bucket-sort/index.md index 97aa4e0804..85e65a110c 100644 --- a/guide/english/algorithms/sorting-algorithms/bucket-sort/index.md +++ b/guide/english/algorithms/sorting-algorithms/bucket-sort/index.md @@ -49,3 +49,5 @@ void bucketSort(float[] a,int n) - [Wikipedia](https://en.wikipedia.org/wiki/Bucket_sort) - [GeeksForGeeks](http://www.geeksforgeeks.org/bucket-sort-2/) + +- [Hacker Earth](https://www.hackerearth.com/practice/algorithms/sorting/bucket-sort/tutorial/)