Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 03e42f6

Browse files
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

Lines changed: 2 additions & 6 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /