Beginner query regarding concept retention

Hello coders. I just started out with leetcode two weeks ago. I would be starting my masters soon, and thought it'll be good to get some practice before the program starts. I have started out with easy topics like Arrays, Math, Strings, Binary Search. At first even the easy problems, especially array seemed daunting, but after solving about 10 or so problems from arrays, I started getting an idea about how to solve problems in general, kinda like my muscle memory kicking in to recognize a pattern. There are still times however, when I screw up with a termination condition in my while loop or miss an edge case or something. Is this normal for beginners? (for context - I have solved about 25 problems in total so far from Arrays,Math,Binary Search).

Comments (0)