Move from 1 star to 2 star

Hi, what are the concepts I should focus on to move to 2 stars and solve more questions in division 4

1 Like

1* to 2* are mostly problems related to arrays, like sorting and spotting patterns in a given sequence (letters or numbers). To get 2*, you don’t need rigorous concepts, yet they’d be useful tho (like Time Complexity and Prefix Sum).

As long as you learn to read carefully, come up with your own test cases, debbuging, sorting, and avoiding O(n^2) per test case alhorithms, you should be able to get 2*

Practice is implied. You can do it here with 1000-1400 problems:
Practice Problems (codechef.com)

1000 to 1400 difficulty problems Programming Practice Problem Course Online - CodeChef

You may also want to start practicing Prefix Sum, Data Structures, Algorithms, Number Theory, Bit Manipulation or Binary Search:
Online Coding Practice Problems & Challenges - CodeChef

1 Like

Thank you so much, I would keep all these points in mind.

1 Like