<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DADANNAGARI MANOJ</title>
    <description>The latest articles on DEV Community by DADANNAGARI MANOJ (@manojrao25).</description>
    <link>https://dev.to/manojrao25</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4116641%2Fb61c0695-25df-4209-b5ef-274929376c99.png</url>
      <title>DEV Community: DADANNAGARI MANOJ</title>
      <link>https://dev.to/manojrao25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manojrao25"/>
    <language>en</language>
    <item>
      <title>From “Why DSA?” to “How Do I Approach This Problem?” — My DSA Journey</title>
      <dc:creator>DADANNAGARI MANOJ</dc:creator>
      <pubDate>Wed, 09 Sep 2026 06:07:36 +0000</pubDate>
      <link>https://dev.to/manojrao25/from-why-dsa-to-how-do-i-approach-this-problem-my-dsa-journey-3ne</link>
      <guid>https://dev.to/manojrao25/from-why-dsa-to-how-do-i-approach-this-problem-my-dsa-journey-3ne</guid>
      <description>&lt;p&gt;When I was in my second year of college, my brother told me that I should start learning DSA.&lt;/p&gt;

&lt;p&gt;At that time, I honestly didn't understand why I should learn it.&lt;/p&gt;

&lt;p&gt;I had seen seniors and some of the toppers in my class talking about DSA, but I didn't even know what DSA stood for. In fact, during my first year, I was still trying to understand the basics of programming that were being taught in college.&lt;/p&gt;

&lt;p&gt;So when my brother told me to learn DSA, my first thought was:&lt;/p&gt;

&lt;p&gt;"Why should I learn this?"&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is DSA important?
&lt;/h2&gt;

&lt;p&gt;Before starting, I began watching videos about why DSA is important, especially for placements.&lt;/p&gt;

&lt;p&gt;After understanding its importance, I decided to start preparing for DSA during my second year.&lt;/p&gt;

&lt;p&gt;Initially, I started solving problems using TakeUForward. I was trying to understand the concepts and practice problems.&lt;/p&gt;

&lt;p&gt;But after some time, my friends started telling me:&lt;/p&gt;

&lt;p&gt;"Why are you learning DSA when AI can do everything?"&lt;/p&gt;

&lt;p&gt;That made me think.&lt;/p&gt;

&lt;p&gt;I stopped practicing DSA for about a week.&lt;/p&gt;

&lt;h2&gt;
  
  
  The conversation that changed my thinking
&lt;/h2&gt;

&lt;p&gt;During that time, my brother again explained to me why DSA is still important even though AI can write code.&lt;/p&gt;

&lt;p&gt;He told me that during placements, companies don't only test whether we can write code.&lt;/p&gt;

&lt;p&gt;They also want to know:&lt;/p&gt;

&lt;p&gt;How do we approach a problem?&lt;br&gt;
Can we understand the problem?&lt;br&gt;
Can we come up with a solution?&lt;br&gt;
Can we think logically?&lt;br&gt;
Can we solve problems on our own?&lt;/p&gt;

&lt;p&gt;That made me realize that AI can help me write code, but I still need to develop my own problem-solving ability.&lt;/p&gt;

&lt;p&gt;After that, I decided not to listen to all the different opinions around me and started learning DSA again.&lt;/p&gt;

&lt;p&gt;This time, I decided to practice every day.&lt;/p&gt;

&lt;h2&gt;
  
  
  My struggle with Binary Search
&lt;/h2&gt;

&lt;p&gt;One of the things I struggled with was Binary Search.&lt;/p&gt;

&lt;p&gt;One day, I tried to solve problems based on the Binary Search pattern, but I couldn't figure them out.&lt;/p&gt;

&lt;p&gt;The next day, I tried again.&lt;/p&gt;

&lt;p&gt;Instead of immediately looking at the solution, I started understanding how Binary Search actually works. I wrote the logic down on paper and tried to understand the approach step by step.&lt;/p&gt;

&lt;p&gt;I kept doing this for almost a week.&lt;/p&gt;

&lt;p&gt;It took me a lot of time to understand the pattern.&lt;/p&gt;

&lt;p&gt;But eventually, something changed.&lt;/p&gt;

&lt;p&gt;I started getting the idea behind the problem.&lt;/p&gt;

&lt;p&gt;Once I understood the approach to Binary Search, I solved some more problems based on it. Every problem gave me a little more understanding of problem-solving.&lt;/p&gt;

&lt;p&gt;Even now, I still struggle with some problems.&lt;/p&gt;

&lt;p&gt;Sometimes I spend an hour on a problem just trying to understand the approach.&lt;/p&gt;

&lt;p&gt;I try to write the logic or pseudocode on paper before worrying about the syntax of a particular programming language.&lt;/p&gt;

&lt;p&gt;And I think that has helped me.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm learning from DSA
&lt;/h2&gt;

&lt;p&gt;I'm realizing that learning DSA isn't about solving every problem quickly.&lt;/p&gt;

&lt;p&gt;It's about understanding how to approach a problem.&lt;/p&gt;

&lt;p&gt;Sometimes I can solve a problem in a short time.&lt;/p&gt;

&lt;p&gt;Sometimes I can spend an hour and still not solve it.&lt;/p&gt;

&lt;p&gt;But I'm slowly getting better at recognizing the approach.&lt;/p&gt;

&lt;p&gt;I still have a long way to go, but now I don't feel the same way I did when I started.&lt;/p&gt;

&lt;h2&gt;
  
  
  My biggest takeaway
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Consistency matters more than speed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You don't need to understand everything on the first day.&lt;/p&gt;

&lt;p&gt;You don't need to solve every problem immediately.&lt;/p&gt;

&lt;p&gt;Keep trying, understand your mistakes, write down your approach, and try again.&lt;/p&gt;

&lt;p&gt;For me, learning DSA is still a struggle.&lt;/p&gt;

&lt;p&gt;But now I understand that the struggle itself is part of learning.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I still have a long way to go, but I'm happy that I'm moving forward. I hope to come back to this post someday and see how far I've grown.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>learning</category>
    </item>
  </channel>
</rss>
