0% found this document useful (0 votes)
35 views3 pages

UG1 Question Bank

The document lists various coding challenge problems from websites like Codeforces and AtCoder organized by topic and difficulty level. The topics covered include basic math, modular arithmetic, conditionals, loops, arrays, binary search, strings, and number theory problems. The difficulty levels of the problems range from 1 to 9 on a scale of 10.

Uploaded by

Writer Krishnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views3 pages

UG1 Question Bank

The document lists various coding challenge problems from websites like Codeforces and AtCoder organized by topic and difficulty level. The topics covered include basic math, modular arithmetic, conditionals, loops, arrays, binary search, strings, and number theory problems. The difficulty levels of the problems range from 1 to 9 on a scale of 10.

Uploaded by

Writer Krishnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Basic maths(+,-,*,/,%) , Modular Arithmetic, If-else , for loops and arrays.

● First Ques(link of the question) - Difficulty Level(on a scale of 10)


● https://codeforces.com/problemset/problem/900/A​ - (1)
● https://atcoder.jp/contests/abc128/tasks/abc128_a (1)
● https://atcoder.jp/contests/abc131/tasks/abc131_a (1)
● https://atcoder.jp/contests/abc127/tasks/abc127_a (1)
● https://codeforces.com/problemset/problem/265/B​ - (2)
● https://codeforces.com/problemset/problem/811/A​ - (2)
● https://codeforces.com/problemset/problem/145/A​ - (2)
● https://www.spoj.com/problems/PRIME1/ - (2)
● https://codeforces.com/problemset/problem/507/B​ - (2)
● https://atcoder.jp/contests/abc127/tasks/abc127_b (2)
● https://atcoder.jp/contests/abc131/tasks/abc131_b (2)
● https://atcoder.jp/contests/abc132/tasks/abc132_b (2)
● https://www.spoj.com/problems/LASTDIG/​ - (2)
● https://codeforces.com/problemset/problem/851/B​ - (3)
● https://codeforces.com/problemset/problem/361/B (3)
● https://codeforces.com/contest/265/problem/C​ - (4)
● https://www.spoj.com/problems/LOCKER/​ - (4)
● https://codeforces.com/gym/101991/problem/D (4)
(sorting)
● https://codeforces.com/contest/903/problem/C (4)
(sorting)
● ​https://www.codechef.com/AUG19A/problems/CHEFDIL/ (4)
● https://codeforces.com/problemset/problem/900/B​ - (5)
● https://codeforces.com/problemset/problem/478/C (5)
● https://atcoder.jp/contests/abc131/tasks/abc131_c (5)
● https://atcoder.jp/contests/abc127/tasks/abc127_c (5)
● https://codeforces.com/contest/999/problem/B (5)
● https://codeforces.com/gym/102134/problem/H (6)
● https://codeforces.com/problemset/problem/319/A​ - (6)
● https://codeforces.com/problemset/problem/489/C (6)
● https://codeforces.com/problemset/problem/507/C​ - (6)
● https://codeforces.com/problemset/problem/96/B (6)
● https://www.codechef.com/AUG19A/problems/KS1 (7)
● https://codeforces.com/problemset/problem/1065/E (9)

Binary Search -

https://www.spoj.com/problems/AGGRCOW/​ (8) - binary search on ans


https://codeforces.com/problemset/problem/1201/C (6) + sortings
https://www.codechef.com/OCT18A/problems/HMAPPY/​ (7)
https://www.spoj.com/problems/ABCDEF/​ ​ ​(7)

Strings -
https://codeforces.com/problemset/problem/598/B
https://codeforces.com/problemset/problem/612/A
https://www.codechef.com/FEB18/problems/PERMPAL/
https://codeforces.com/gym/101401/problem/B
https://codeforces.com/problemset/problem/1029/A
https://codeforces.com/problemset/problem/1109/B
https://codeforces.com/problemset/problem/1144/E
https://codeforces.com/contest/766/submission/33902918​ (dp + strings)

Solve after number theory meet planned for next week -

codeforces.com/problemset/problem/230/B
https://www.hackerearth.com/practice/math/number-theory/primality-tests/p
ractice-problems/algorithm/smithnumbers/editorial/​ (3)

You might also like