Problems Meet 2
Created | |
---|---|
Tags |
Topics
- Integer factorization
- O(n)
- O( )
- Primality Testing
- O( )
- Sieve Algorithm
- Linear Sieve
- Applications of Sieve
- checking prime in O(1)
- factorize in O(logN)
- Sum/Num divisors
- highest/smallest prime divisor
- euler totient function
- Segmented Sieve
- Totient Function and Applications
- Miller Rabin
Questions
- https://codeforces.com/problemset/problem/26/A (Almost prime, easy) — ADDED
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=3651 (medium) — ADDDED
- https://codeforces.com/contest/653/problem/G (all maths requires a bit of sieve, hard) — hard not adding.
- https://codeforces.com/contest/1471/problem/D (good problem) — ADDED, DISCUSS IN MEET.
- https://codeforces.com/contest/923/problem/A (basic problem) — ADDED .
- https://www.codechef.com/problems/STABLE ( easier version of problem G) — ADDED, CAN DISCUSS.
- https://codeforces.com/contest/569/problem/C ( easy problem, prime density ka requirement hai, meet mai cover kar sakte). ADDED
- https://www.codechef.com/problems/GEEK05 ( nice problem, good difficulty level, tags: divisibility) — ADDED
- https://discuss.codechef.com/t/clsumg-editorial/18454 ( nice problem, involving advanced topics, not faccha friendly).
- https://codeforces.com/problemset/problem/1366/D ( good problem, daaldete) — ADDED
- https://codeforces.com/contest/1359/problem/E ( modular arithmatic, nice problem) -- ADDED.
- https://www.codechef.com/problems/CDFI4 ( segmented sieve problem ) — ADDED
- https://www.codechef.com/problems/CHFDIV ( beautiful problem, well explained tutorial ) — ADDED
- ASC 5 Problem A (Hard)
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=2852 (on Primes, hardish) ( okay ) — ADDED
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=2338 (Prime Factors, hardish) (thike) — ADDED
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=3651 (Primality Testing, medium) ( can do)
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=3621 (Primality Testing, hard) ( bakwas problem)
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=4670 (Factorization, hardd) (good problem, not hard, mediumish)
- https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=2366 (Divisibility Test) (waste)
We need good hard problems to discuss in meet.