<?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: Dharsan.S</title>
    <description>The latest articles on DEV Community by Dharsan.S (@thedharsan).</description>
    <link>https://dev.to/thedharsan</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F553891%2F287ed0ba-aa0a-46ec-a963-541cc6d771d7.jpg</url>
      <title>DEV Community: Dharsan.S</title>
      <link>https://dev.to/thedharsan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thedharsan"/>
    <language>en</language>
    <item>
      <title>DSA #2</title>
      <dc:creator>Dharsan.S</dc:creator>
      <pubDate>Thu, 18 Feb 2021 00:14:50 +0000</pubDate>
      <link>https://dev.to/thedharsan/dsa-2-415b</link>
      <guid>https://dev.to/thedharsan/dsa-2-415b</guid>
      <description>&lt;p&gt;Hi, Guys ...&lt;br&gt;
Let me tell u what I did today towards my goal&lt;br&gt;
if u don't my goal then check this out:&lt;a href="https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai"&gt;https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NOTE: if u want to learn what I am learning I will provide the resource that u can also learn from and continue!!&lt;/p&gt;

&lt;p&gt;1.Learned about Array Concepts in Detailed with complex problems&lt;/p&gt;

&lt;p&gt;resouce:&lt;a href="https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/?ref=leftbar-rightbar"&gt;https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/?ref=leftbar-rightbar&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;what I learned:&lt;br&gt;
*Stock buy and sell the problem&lt;br&gt;&lt;br&gt;
*Trapping rainwater&lt;br&gt;
*Maximum consecutive 1s&lt;br&gt;
*largest even Odd Subarray&lt;br&gt;
*Maximum circular sum subarray&lt;br&gt;
*Majority element&lt;br&gt;
*sliding window&lt;br&gt;
*prefix sum technique&lt;/p&gt;

&lt;p&gt;These questions mention above solved from naive to the optimized way&lt;br&gt;
you can search in GFG for problems and solutions also.&lt;/p&gt;

&lt;p&gt;link for SDE Sheet:&lt;a href="https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit"&gt;https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit&lt;/a&gt;&lt;br&gt;
And For SDE sheet Part:&lt;/p&gt;

&lt;p&gt;1.find the Majority element (n/2) that appears in the array &lt;br&gt;
2.find the Majority element (n/3) that appears in the array &lt;/p&gt;

&lt;p&gt;See you tomorrow in post guys✌👍😎!!!&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>todayilearned</category>
      <category>beginners</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>DSA #1😎✌🎉</title>
      <dc:creator>Dharsan.S</dc:creator>
      <pubDate>Sun, 14 Feb 2021 16:27:44 +0000</pubDate>
      <link>https://dev.to/thedharsan/dsa-1-3hd7</link>
      <guid>https://dev.to/thedharsan/dsa-1-3hd7</guid>
      <description>&lt;p&gt;Hi, Guys ...&lt;br&gt;
   Let me tell u what I did today towards my goal &lt;br&gt;
if u don't my goal then check this out:&lt;a href="https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai"&gt;https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NOTE: if u want to learn what I am learning I will provide the resource that u can also learn from and continue!!&lt;/p&gt;

&lt;p&gt;1.Learned about Time complexity&lt;/p&gt;

&lt;p&gt;resouce:&lt;a href="https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/?ref=leftbar-rightbar"&gt;https://www.geeksforgeeks.org/analysis-algorithms-big-o-analysis/?ref=leftbar-rightbar&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.Learned about Array Data Structure:&lt;/p&gt;

&lt;p&gt;resource:&lt;a href="https://www.geeksforgeeks.org/array-data-structure/"&gt;https://www.geeksforgeeks.org/array-data-structure/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;what I learned:&lt;br&gt;
       *operations in array(insertion,deletion,..etc)&lt;br&gt;
       *Largest element in Array&lt;br&gt;
       *Second largest element in Array&lt;br&gt;
       *Check if the array is sorted&lt;br&gt;
       *Reverse an Array&lt;br&gt;
       *Remove Duplicates in array&lt;br&gt;
       *Move Zeros to end&lt;br&gt;
       *Left rotate array by one and by d places also&lt;br&gt;
       *Leaders in array&lt;br&gt;
       *Maximum difference Problem with order&lt;br&gt;
       *Frequencies in a sorted array &lt;/p&gt;

&lt;p&gt;These questions mention above solve from naive to the optimized way&lt;br&gt;
you can search in GFG for problems and solutions also.&lt;/p&gt;

&lt;p&gt;link for SDE Sheet:&lt;a href="https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit"&gt;https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit&lt;/a&gt;&lt;br&gt;
And For SDE sheet Part:&lt;/p&gt;

&lt;p&gt;1.Sort an array of 0’s 1’s 2’s without using extra space or sorting Algorithms &lt;/p&gt;

&lt;p&gt;2.Kadane’s Algorithm &lt;/p&gt;

&lt;p&gt;See you tomorrow in post guys✌👍😎!!!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>coding</category>
      <category>beginners</category>
      <category>todayilearned</category>
    </item>
    <item>
      <title>My Power Pack Goal for the next 7.5 months (roadmap😎👍)</title>
      <dc:creator>Dharsan.S</dc:creator>
      <pubDate>Sat, 13 Feb 2021 17:34:17 +0000</pubDate>
      <link>https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai</link>
      <guid>https://dev.to/thedharsan/my-power-pack-goal-for-the-next-7-5-months-roadmap-2jai</guid>
      <description>&lt;p&gt;4 Months(DSA) + 3.5 Months(Competitive Programming)&lt;/p&gt;

&lt;p&gt;DSA(4 months): &lt;br&gt;
      For the first 3 months, I learn DSA from GFG DSA paid Course by Sandeep Jain.&lt;/p&gt;

&lt;p&gt;Striver's SDE Sheet(180 questions) link: &lt;a href="https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit"&gt;https://docs.google.com/document/d/1SM92efk8oDl8nyVw8NHPnbGexTS9W-1gmTEYfEurLWQ/edit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I will do 2 Problems a day for 90 days from FEB 15/2021&lt;/p&gt;

&lt;p&gt;Note: if u are following this roadmap then take the concept from the above 180 questions&lt;/p&gt;

&lt;p&gt;Tip for Students like me in time management:&lt;br&gt;
 In normal days do in (5.00 AM -&amp;gt; 8.30 AM) and (7 PM -&amp;gt; 10.30 PM)&lt;/p&gt;

&lt;p&gt;For the next 1 Month, I will do Love Babbar Cracker Sheet(450 questions)&lt;/p&gt;

&lt;p&gt;link for Love Babbar 450 sheet: &lt;a href="https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view"&gt;https://drive.google.com/file/d/1FMdN_OCfOI0iAeDlqswCiC2DZzD4nPsb/view&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm Going to do 14 questions a day for 30 days&lt;br&gt;
                _____________________________&lt;/p&gt;

&lt;p&gt;CP(3.5 months):&lt;/p&gt;

&lt;p&gt;love babbar Cp roadmap:&lt;br&gt;
         &lt;a href="https://whimsical.com/codeforces-candidate-master-roadmap-by-love-babbar-CiXPPD3CnwoXPr2d8Ajx1h"&gt;https://whimsical.com/codeforces-candidate-master-roadmap-by-love-babbar-CiXPPD3CnwoXPr2d8Ajx1h&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am going to follow this roadmap for Cp&lt;/p&gt;

&lt;p&gt;And while learning Algorithms for Cp I will practice in TUF CP LIST&lt;/p&gt;

&lt;p&gt;TUF striver Cp list: &lt;a href="https://docs.google.com/document/d/1vShwt8yXYUOgkF53-iYAuJXWR7Yi5VSJrW2xB49o0PM/edit"&gt;https://docs.google.com/document/d/1vShwt8yXYUOgkF53-iYAuJXWR7Yi5VSJrW2xB49o0PM/edit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tip: In this stage, I will read 1 interview experience in GFG a day daily to refresh DSA and do Leetcode random problems&lt;/p&gt;

&lt;p&gt;That's it guys for the goal for the next 7.5 months. if u want to follow Me and my roadmap.. Like it  and Let's do it together &lt;br&gt;
I will Upload Post daily which describes what I learned that day&lt;br&gt;
so u can also see my progress and for my consistency!!&lt;/p&gt;

&lt;p&gt;Hope u like it and Peace✌✌✌&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>help</category>
      <category>roadmap</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
