Skip to content

Commit 69ed51f

Browse files
Included Problem 1916- B Codefroces (cp-algorithms#1309)
* Included Problem 1916- B Codefroces I have included a problem 1916 B (Two divisors) of codeforces which is rather direct application of this topic. * Update euclid-algorithm.md --------- Co-authored-by: Oleksandr Kulkov <adamant.pwn@gmail.com>
1 parent 26cdc9e commit 69ed51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/algebra/euclid-algorithm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,4 @@ E.g. C++17 has such a function `std::gcd` in the `numeric` header.
126126
## Practice Problems
127127
128128
- [CSAcademy - Greatest Common Divisor](https://csacademy.com/contest/archive/task/gcd/)
129+
- [Codeforces 1916B - Two Divisors](https://codeforces.com/contest/1916/problem/B)

0 commit comments

Comments
 (0)