top of page

Dealing with DSA

Public·51 members

Ishika Prasad
Your post made waves — high engagement, real value.

Creator Of The Week

🧠 Dealing with DSA

While learning DSA, I’ve realized that how  you approach problems matters even more than just solving a lot of them. These are a few mindset shifts I’ve picked up — mostly from mistakes I kept repeating 😅

Here’s what I’ve learned not to do:

  1. Rushing to code before understanding the problem - Now, I slow down. First read? Just to get the idea. Second read? To catch the hidden edge cases and constraints.

  2. Skipping examples- Visualizing the example inputs (like 1→2→4 etc.) gives surprising clarity. It helps me see what’s really happening.

  3. Avoiding brute force out of fear- I’ve started asking, “What’s the simplest, even dumbest, way to solve this?” It often unlocks the pattern I need later.

  4. Trying to hold the whole problem in my head- I now break it into tiny, testable steps. Print/debug early. You don’t need to solve everything in one go.

  5. Panicking when I get stuck- Now, when I don’t know what to do next, I take a short pause and ask myself: “What part do I understand right now?” That simple question helps me calm down and think clearly again.

Still figuring things out — but solving smarter > solving faster. Would love to hear what approaches helped you deal with DSA better! 👇

68 Views

Members

bottom of page