Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 2.69 KB

File metadata and controls

39 lines (34 loc) · 2.69 KB

🏆 Library Checker > Number Theory

Library Checker 문제 풀이 및 진행 현황

📊 Progress

  • 진행도: 3 / 26 (11.54%)
  • 마지막 업데이트: 2026-05-22

No. Title Problem Link Source Code
1 Enumerate Quotients https://judge.yosupo.jp/problem/enumerate_quotients source code
2 Primality Test https://judge.yosupo.jp/problem/primality_test source code
3 Counting Primes https://judge.yosupo.jp/problem/counting_primes
4 Enumerate Primes https://judge.yosupo.jp/problem/enumerate_primes
5 Factorize https://judge.yosupo.jp/problem/factorize source code
6 Primitive Root https://judge.yosupo.jp/problem/primitive_root
7 Sum of Floor of Linear https://judge.yosupo.jp/problem/sum_of_floor_of_linear
8 Min of Mod of Linear https://judge.yosupo.jp/problem/min_of_mod_of_linear
9 Rational Approximation https://judge.yosupo.jp/problem/rational_approximation
10 Stern–Brocot Tree https://judge.yosupo.jp/problem/stern_brocot_tree
11 Counting Square-free Integers https://judge.yosupo.jp/problem/counting_squarefrees
12 Sum of Totient Function https://judge.yosupo.jp/problem/sum_of_totient_function
13 Sum of Multiplicative Function https://judge.yosupo.jp/problem/sum_of_multiplicative_function
14 Sum of Multiplicative Function (Large) https://judge.yosupo.jp/problem/sum_of_multiplicative_function_large
15 Bernoulli Number https://judge.yosupo.jp/problem/bernoulli_number
16 Sqrt Mod https://judge.yosupo.jp/problem/sqrt_mod
17 Kth Root (Mod) https://judge.yosupo.jp/problem/kth_root_mod
18 Kth Root (Integer) https://judge.yosupo.jp/problem/kth_root_integer
19 Discrete Logarithm https://judge.yosupo.jp/problem/discrete_logarithm_mod
20 Discrete Logarithm (Fixed Mod) https://judge.yosupo.jp/problem/discrete_logarithm_fixed_mod
21 Tetration Mod https://judge.yosupo.jp/problem/tetration_mod
22 Gcd of Gaussian Integers https://judge.yosupo.jp/problem/gcd_of_gaussian_integers
23 Represent A Number As Two Square Sum https://judge.yosupo.jp/problem/two_square_sum
24 Nim Product ($\mathbb{F}_{2^{64}}$) https://judge.yosupo.jp/problem/nim_product_64
25 Dirichlet Convolution and Prefix Sums https://judge.yosupo.jp/problem/dirichlet_convolution_and_prefix_sums
26 Dirichlet Inverse and Prefix Sums https://judge.yosupo.jp/problem/dirichlet_inverse_and_prefix_sums