Skip to content

Commit

Permalink
Update: Implementations Links added in Aliquot_Sum.md (#216)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chetannada authored Sep 22, 2023
1 parent 1dc534e commit 03e42f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions en/Basic Math/Aliquot_Sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ The reason we take the upper bound as $[\frac{n} 2]$ is that, the largest possib
The sum which we obtain is the aliquot sum of the number

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

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

0 comments on commit 03e42f6

Please sign in to comment.