add "more info" link to original HE site (#22081)

It seems this article is copied almost word for word from the added link, therefor a link to the original page should be added.
pull/34369/head
Charlie van Rantwijk 2018-11-18 05:08:46 +01:00 committed by Tom
parent df577f1278
commit 03cdc70b6c
1 changed files with 2 additions and 0 deletions

View File

@ -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/)