Struggling with DSA: How do I make progress?

0
0
Asked By CuriousCat123 On

Hey everyone, I'm feeling a bit lost with my study of Data Structures and Algorithms (DSA). I've been focusing on it for the past few months but it feels like I'm stuck in the same place, particularly with arrays. I've been working through the Striver's sheet, which has a collection of pattern-based problems along with videos, but with only 15 to 30 problems per topic, it feels like it takes forever to make any progress. I'm really frustrated and I don't know how to approach this effectively. A lot of people seem to be talking about trees and graphs, but I can't seem to get past arrays and strings. Any suggestions would be appreciated!

1 Answer

Answered By TechieTom On

Before diving deep into DSA, make sure you've got the basics down. Understanding variables, loops, and arrays is crucial. Think of it like learning to drive—you wouldn't start driving during rush hour without knowing how to handle a car! Build your confidence with some simple programs first. DSA knowledge is important for some job interviews, but remember, you can still be a successful programmer without it. Just take it one step at a time!

FutureCoder77 -

Thanks for the advice! I feel more confident with the basics now, but yeah, it seems like many companies expect DSA knowledge. It's a bit overwhelming!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.