nuredinbederu10k's blog

By nuredinbederu10k, history, 13 months ago, In English

Here is the link to the contest. All problems are from Codeforces' problem set

A. Loopix: Multiples Hunt

Solution
Code(Integer Devision and Range Finding)
Code(Binary Search)

B. Loopix: Circle of Truth

Approach - 1 (Counting)
Code
Approach - 2 (Union - Find)
Code(Union - Find)

C. Loopix: The Book Cycle

Solution
Code

D. Loopix and the Government Payouts

Solution
Code

E. Loopix and the Desert Jumps

Approach - 1 (Union-Find)
Code
Approach - 2 (Prefix and Suffix)
Code
  • Vote: I like it
  • -8
  • Vote: I do not like it

| Write comment?