From 03cdc70b6cc1391dbdfd2e6e6bd690c51cd5a815 Mon Sep 17 00:00:00 2001 From: Charlie van Rantwijk Date: Sun, 18 Nov 2018 05:08:46 +0100 Subject: [PATCH] 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. --- .../english/algorithms/sorting-algorithms/bucket-sort/index.md | 2 ++ 1 file changed, 2 insertions(+) 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/)