Open In App

Contest Experiences| AtCoder Regular Contest #156

This was a contest organized on the AtCoder platform on February 18, 2023 and it consisted of 6 questions that were to be solved in a time frame of 120 minutes from 5:30 PM to 7:30 PM (GMT+5:30).

Prizes/offers: It was a rated contest, so no such prizes were offered.



Link of the Contest: https://atcoder.jp/contests/arc156

Overview of the questions asked:

Problem name

Difficulty Level

Time to Solve

Pre-requisites

A – Non-Adjacent Flip

Easy

5-6 minutes

Math and basic implementation

B – Mex on Blackboard

Easy

10-12 minutes

Hashing /Multiset

C – Tree and LCS

Medium-Hard

40-45 minutes

Queues

D – Xor Sum 5

Hard

60-65 minutes

Dynamic Programming, Bit Manipulation, and Lucas Theorem

E – Non-Adjacent Matching

Hard

NA

Inclusion-Exclusion Principle

F – Make Same Set

Very Hard

NA

A wide range of topics mainly Dinic’s Algorithm.

Your Experience while solving each question:

A – Non-Adjacent Flip



This question is all about just simple implementation of the conditions given in the question.

B – Mex on Blackboard

Assume, the mex of the final set is x.

C – Tree and LCS

For an x, define qx as the number such that pqx=x

D – Xor Sum 5

At first, we need to rephrase the problem.

E – Non-Adjacent Matching

Although I wasn’t able to solve this problem but after the contest, I got it how to solve.

F – Make Same Set

This was the toughest problem I have ever seen in a contest. I needed to see the editorial for reaching to the solution.

Conclusion:

I would say overall it was a pretty difficult contest. I was confident about first 3 questions, but the later ones were on a harder side. Moreover, the last question was not been solved even by the top ranker.
Question D was solved by me at the very end of the contest it took me a lot of time to think but it brushed up my Lucas’s theorem concept.


Article Tags :