DSA as a beginner
The beginning always feels tough.
As someone who has started learning about data structures very recently (not even the algorithms yet), the concepts sometimes are confusing. And when it comes solving problems, it feels like a battlefield and I am fighting with swords but absolutely no training.
The major challenges i face:
Building logics and then actual code
Tons of errors and not able to understand the real problem
Everyone's moving faster but I am stuck
And so many more. Solution? Here's what I try to do -
Choosing one data structure and going in depth
Carefully figuring out the corner cases (solves out the errors mostly)
Going with the brute force approach no matter how messy (clean up later)
Reminding myself - No one can learn it overnight. so one step at a time!
But still figuring things out. What are your tips and tricks?
