Open In App

Contest Experiences | AtCoder: Regular Contest 153

AtCoder conducts regular contests for competitive programming enthusiasts to showcase and practice their skills. It consist of 6 problems which have to be solved in a duration of 120 minutes.

AtCoder regular contest 153 had a similar pattern. There were no prizes for this contest rather it was a rated contest in the rated range of 0-2799.
The score associated with each task was as follows:-



The total score was calculated by considering both the total scores and the penalties. The penalties are computed as (the time you spend to get your current score) + (5 minutes) * (the number of incorrect attempts).

CONTEST LINK: https://atcoder.jp/contests/arc153



Overview of the Challenge:

TASK

Difficulty Level

Topic

Approx Time Spent

Number Of Attempts

A

Easy

Maths and tuple

5 -6 mins

1

B

Medium

array and sequences

20-25 mins

1

C

Medium-Hard

observation and summation properties

30 -40 mins

1

D

Hard

mod and dp

1 hr

1 (after contest ended)

E

Hard

dp

1 hr

2(after contest ended)

F

Hard

biconnected components and block-cut trees

NA

couldn’t solve

My Experiencewith each question:

Task A: AABCDDEFE

Task B: Grid Rotations

Task C: Increasing Sequence

Task D: Sum of Digits

Task E: Deque Minimization

Task F: Tri-Coloured Paths

Conclusion:

The problem-set was challenging with a mix of math, dynamic programming, and data structures. Although I couldn’t complete all the questions, it was a valuable experience.


Article Tags :