Skip to content

Commit 03e42f6

Browse files
authored
Update: Implementations Links added in Aliquot_Sum.md (#216)
* Update: Implementations Links in Aliquot_Sum.md Added Implementations Links in Aliquot_Sum.md * Update: Added Single Implementation Link in Aliquot_Sum.md Added Single Implementation Link of `The Algorithms` website in Aliquot_Sum.md * Update Aliquot_Sum.md
1 parent 1dc534e commit 03e42f6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

en/Basic Math/Aliquot_Sum.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,8 @@ The reason we take the upper bound as $[\frac{n} 2]$ is that, the largest possib
3434
The sum which we obtain is the aliquot sum of the number
3535

3636
## Implementations
37-
- [C#](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Numeric/AliquotSumCalculator.cs)
38-
- [Java](https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/maths/AliquotSum.java)
39-
- [JavaScript](https://github.com/TheAlgorithms/JavaScript/blob/master/Maths/AliquotSum.js)
40-
- [Python](https://github.com/TheAlgorithms/Python/blob/master/maths/aliquot_sum.py)
41-
- [Ruby](https://github.com/TheAlgorithms/Ruby/blob/master/maths/aliquot_sum.rb)
37+
- [TheAlgorithms](https://the-algorithms.com/algorithm/aliquot-sum)
4238

4339
## Sources
4440
- [Wikipedia](https://en.wikipedia.org/wiki/Aliquot_sum)
45-
- [GeeksForGeeks](https://www.geeksforgeeks.org/aliquot-sum/)
41+
- [GeeksForGeeks](https://www.geeksforgeeks.org/aliquot-sum/)

0 commit comments

Comments
 (0)