<?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: Srinath</title>
    <description>The latest articles on DEV Community by Srinath (@srinathlee).</description>
    <link>https://dev.to/srinathlee</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%2F722698%2F09a7e923-af49-4e82-8ffe-f3ae878500bd.jpeg</url>
      <title>DEV Community: Srinath</title>
      <link>https://dev.to/srinathlee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/srinathlee"/>
    <language>en</language>
    <item>
      <title>How to Kick start DSA?</title>
      <dc:creator>Srinath</dc:creator>
      <pubDate>Thu, 29 Jun 2023 09:50:14 +0000</pubDate>
      <link>https://dev.to/srinathlee/dsa-56na</link>
      <guid>https://dev.to/srinathlee/dsa-56na</guid>
      <description>&lt;p&gt;As programmers we are all came accross on solving many problems but we usually struck at writing optimum code in order to use less resources like time and space, In searching how to write a optimum code we end up listening DSA.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;what is dsa?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;dsa&lt;/strong&gt; full form is &lt;em&gt;datastructures and algorithms&lt;/em&gt; .&lt;br&gt;
in the name itself we see that two titles but these are connected to each other&lt;br&gt;
&lt;strong&gt;Datastructures:&lt;/strong&gt;&lt;br&gt;
Datastructures are used to store and organise the data in an efficient manner so that we can access them efficiently or effectively , by using datastructures we can reduce the resource usage by our code which makes code more readable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Algorithms&lt;/strong&gt;&lt;br&gt;
Algorithm is a set of instructions executed in a step-by-step manner in oreder to complete a task, Algorithm can be expressed in natural language, flowchart,or by psudocode,&lt;br&gt;
there are different types of algorithms to solve different tasks,algorithm contains finite number of instructions&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why to Learn DSA?&lt;/strong&gt;&lt;br&gt;
before moving to the main topic that is How to Kick start DSA we need to discuss Why to learn DSA.&lt;br&gt;
Many techies used to think that there is no need of learning datastructures and algorithms if you are one of them then you need to understand that learning dsa will enable us to write &lt;em&gt;optimum code&lt;/em&gt;,it also improves our problem skills, and mostly nowadays companies are looking for programmers who has proficient knowledge on dsa.&lt;br&gt;
apart from tech-industries datastructures and algorithms are also used in our daily life from making a TEA to DRIVING A CAR &lt;br&gt;
for example if we want to make a tea what are the steps included in it &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;switch on the stove&lt;/li&gt;
&lt;li&gt;keep bowl on the stove&lt;/li&gt;
&lt;li&gt;add milk and sugar and teapowder&lt;/li&gt;
&lt;li&gt;wait for few minutes &lt;/li&gt;
&lt;li&gt;tea is ready&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;from the above example we followed few steps in order these step-by-step set of instructions are called algorithm &lt;br&gt;
and bowl,stove,sugar,teapowder are datasturctures &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Kick start DSA&lt;/strong&gt;&lt;br&gt;
Now we move to the main topic that is How to Kick start DSA&lt;br&gt;
In this article i have tried to explain How to Kick start DSA as simple as i can so that you can understand clearly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Select a Programming language&lt;/strong&gt;&lt;br&gt;
 First and formost thing you need to have a basic knowledge on any one programming language ,as we know DSA  is a theory but inorder to understand it practically and remember long time then we need to execute it , it is only possible if you have a decent knowledge on any one programming language ,&lt;br&gt;
It is not that you need to be perfect in that language but you need to understand basics like&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;datatypes&lt;/li&gt;
&lt;li&gt;conditional statements&lt;/li&gt;
&lt;li&gt;loops&lt;/li&gt;
&lt;li&gt;functions&lt;/li&gt;
&lt;li&gt;oops...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2.Learn time and space complixities&lt;/strong&gt;&lt;br&gt;
Time complixity: the amount of time taken by the algorithm as a function of length of input &lt;br&gt;
space complixity: The amount of memory space used by the algorithm/program or total memory space used by variable in program&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Learn basic Datastructures and Algorithma&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Learn the basic Algorithms like&lt;/strong&gt;&lt;br&gt;
searching&lt;br&gt;
    &lt;em&gt;binary search&lt;/em&gt;&lt;br&gt;
sorting&lt;br&gt;
   &lt;em&gt;quick sort &lt;br&gt;
   bubble sort&lt;br&gt;
   merg sort&lt;/em&gt; &lt;br&gt;
&lt;strong&gt;Learn basic Datastructures like&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Arrays&lt;br&gt;
Strings&lt;br&gt;
Linkedlists&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.Practice practice practice&lt;/strong&gt;&lt;br&gt;
Dont just keep learning things it dosent make any sence because at some point you will forget the topic that you have learned before &lt;br&gt;
so the best way to master the DSA is to practice.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;there is proverb called &lt;em&gt;practice makes man perfect&lt;/em&gt;&lt;br&gt;
this proverb exactly suits to DSA&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;There are many sites to practice DSA which gives you push start &lt;br&gt;
like.&lt;br&gt;
Leetcode&lt;br&gt;
Codechef&lt;br&gt;
Geeks-for-Geeks&lt;br&gt;
Codeforces&lt;br&gt;
Hackerrank&lt;br&gt;
etc.....&lt;br&gt;
you can visit this sites and register yourself and start practicing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.Learn Advanced Dsa&lt;/strong&gt;&lt;br&gt;
After practicing problems on basic DSA you need to move on learning advance datastructures and algorithms, it may takes a long time to understanding but trust me once you get its roots you will play with the question&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Hardwork+practice+consistancy=DSA&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>dsa</category>
      <category>algorithms</category>
      <category>datastructure</category>
      <category>coding</category>
    </item>
  </channel>
</rss>
