Skip to content

Commit 3afb2a8

Browse files
committed
Add AtCoder/ABC142D to challenges
1 parent 2f74091 commit 3afb2a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cpalgo/algebra/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The two implementations are available.
1414
### Challenges
1515
- [GCD and LCM | CodeChef](https://www.codechef.com/problems/FLOW016)
1616
- [Greatest Common Divisor - AOJ ALDS1B](https://onlinejudge.u-aizu.ac.jp/courses/lesson/1/ALDS1/1/ALDS1_1_B)
17-
17+
- [Disjoint Set of Common Divisors - AtCoder ABC142D](https://atcoder.jp/contests/abc142/tasks/abc142_d)
1818

1919
## Least Common Multiple
2020
*Least Common Multiple (LCM)* is the smallest number which is a multiple of all given numbers. We can also compute `LCM(a,b)` in `O(log(min(a,b)))`.
@@ -54,6 +54,7 @@ The algorithm requires only `O(log(n))` multiplications.
5454
### Challenges
5555
- [Prime Factorization - AOJ NTL1A](https://onlinejudge.u-aizu.ac.jp/courses/library/6/NTL/1/NTL_1_A)
5656
- [Factorization - AtCoder ABC110D](https://atcoder.jp/contests/abc110/tasks/abc110_d)
57+
- [Disjoint Set of Common Divisors - AtCoder ABC142D](https://atcoder.jp/contests/abc142/tasks/abc142_d)
5758

5859

5960
## Binomial Coefficients

0 commit comments

Comments
 (0)