File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,12 @@ $[\frac{n} 2]$와 같은 상계를 가지는 이유는 $n$이 짝수인 경우,
37
37
38
38
이렇게 구한 합은 진약수의 합이다
39
39
40
- ## 구현
41
-
42
- - [ C#] ( https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Numeric/AliquotSumCalculator.cs )
43
- - [ Java] ( https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/maths/AliquotSum.java )
44
- - [ JavaScript] ( https://github.com/TheAlgorithms/JavaScript/blob/master/Maths/AliquotSum.js )
45
- - [ Python] ( https://github.com/TheAlgorithms/Python/blob/master/maths/aliquot_sum.py )
46
- - [ Ruby] ( https://github.com/TheAlgorithms/Ruby/blob/master/maths/aliquot_sum.rb )
47
-
48
40
## 출처
49
41
50
42
- [ 위키피디아 "진약수의 합" 항목] ( https://ko.wikipedia.org/wiki/%EC%A7%84%EC%95%BD%EC%88%98%EC%9D%98_%ED%95%A9 )
51
43
- [ Wikipedia "Aliquot sum" 항목] ( https://en.wikipedia.org/wiki/Aliquot_sum )
52
44
- [ GeeksForGeeks] ( https://www.geeksforgeeks.org/aliquot-sum/ )
45
+
46
+ ## The Algorithms 페이지
47
+
48
+ - [ 진약수의 합] ( https://the-algorithms.com/ko/algorithm/aliquot-sum )
You can’t perform that action at this time.
0 commit comments