<?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: Rajesh Berwal</title>
    <description>The latest articles on DEV Community by Rajesh Berwal (@imrajeshberwal).</description>
    <link>https://dev.to/imrajeshberwal</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%2F363148%2F15a09cb0-9bbc-4b37-8040-4348f9e104cc.jpg</url>
      <title>DEV Community: Rajesh Berwal</title>
      <link>https://dev.to/imrajeshberwal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imrajeshberwal"/>
    <language>en</language>
    <item>
      <title>dsalib Beta Version is Available Now</title>
      <dc:creator>Rajesh Berwal</dc:creator>
      <pubDate>Mon, 10 Aug 2020 03:07:44 +0000</pubDate>
      <link>https://dev.to/imrajeshberwal/dsalib-beta-version-is-available-now-57p5</link>
      <guid>https://dev.to/imrajeshberwal/dsalib-beta-version-is-available-now-57p5</guid>
      <description>&lt;p&gt;dsalib is a clean and minimal Data Structure And Algorithms Library Implemented in Python. Currently, it’s in development mode. We are making dsalib for production-ready. We have seen developers writing Data Structure and Algorithms from scratch again and again. dsalib’s main motive is to reduce the burden from developers so they can focus on creating.&lt;/p&gt;

&lt;p&gt;You can now buy me a coffee! And help me create more awesome projects. : Buy Me A Coffee&lt;/p&gt;

&lt;p&gt;Source Code (Don’t forget to put a star if you liked our project😅): dsalib&lt;/p&gt;

&lt;p&gt;Currently, it's in development mode. You can contribute to making it better.&lt;br&gt;
And I'm also going to move the codebase from pure Python to Cython to make it faster.&lt;br&gt;
Please share your feedback and help us to create a better community.&lt;br&gt;
Thank you.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>python</category>
      <category>codenewbie</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Interview Preparation | Data Structure And Algorithms</title>
      <dc:creator>Rajesh Berwal</dc:creator>
      <pubDate>Wed, 29 Apr 2020 16:34:54 +0000</pubDate>
      <link>https://dev.to/imrajeshberwal/interview-preparation-data-structure-and-algorithms-2496</link>
      <guid>https://dev.to/imrajeshberwal/interview-preparation-data-structure-and-algorithms-2496</guid>
      <description>&lt;p&gt;Guys, I have created a repository on &lt;a href="https://github.com/rajeshberwal/revisiting-dsa"&gt;Data Structure and Algorithms&lt;/a&gt;&lt;br&gt;
And I'm also going explain it on my &lt;a href="https://rajeshberwal.com"&gt;blog&lt;/a&gt;.&lt;br&gt;
Please make a contribution to it so people can get benefit from it.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>computerscience</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Getting Started With Data Structure and Algorithm With Revisiting DSA Series</title>
      <dc:creator>Rajesh Berwal</dc:creator>
      <pubDate>Sat, 18 Apr 2020 15:24:01 +0000</pubDate>
      <link>https://dev.to/imrajeshberwal/getting-started-with-data-structure-and-algorithm-with-revisiting-dsa-series-ko6</link>
      <guid>https://dev.to/imrajeshberwal/getting-started-with-data-structure-and-algorithm-with-revisiting-dsa-series-ko6</guid>
      <description>&lt;h2&gt;
  
  
  What is data structure and why it is so important
&lt;/h2&gt;

&lt;p&gt;Original Article: &lt;a href="https://rajeshberwal.com/what-is-revisiting-dsa-series"&gt;Revisiting DSA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You are thinking now why should I learn complicated stuff if there is no use of it in my life?&lt;br&gt;
And why companies ask questions on data structure and algorithms?&lt;/p&gt;

&lt;p&gt;As a beginner we avoid data structure because it seems to be complicated.&lt;br&gt;
Data Structure doesn't mean some type of fixed syntax. It's all about organizing data in a better form that we can perform a task to extract information from it in a efficient way.&lt;br&gt;
Data structure are used to store, manipulate and arrange data.&lt;/p&gt;

&lt;p&gt;Data structure is the key part of an algorithm and algorithms are used to solve real world problem.&lt;/p&gt;

&lt;p&gt;Some Data Structure Advantage:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Memory Efficiency&lt;/li&gt;
&lt;li&gt;Reusability&lt;/li&gt;
&lt;li&gt;Abstraction&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;"Data Structure and Algorithms are not language specific."&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is &lt;strong&gt;Revisiting DSA&lt;/strong&gt; Series
&lt;/h2&gt;

&lt;p&gt;We have seen that most of the developers learns different programming languages, frameworks and libraries but they don't focus on their data structure skills and we have already talked about why data structure is important.&lt;/p&gt;

&lt;p&gt;So, I decided to revisit the data structure and share the knowledge that I'm gaining from it.&lt;/p&gt;

&lt;p&gt;Revisiting Data Structure and Algorithms is 30 days of series in which we will share DSA content everyday on this blog with full explanation.&lt;br&gt;
And in this series we will start from basic and all the codes will be available on GitHub repo in JavaScript, Python, C++. And the repository is open for change and update if anyone want to do.&lt;/p&gt;

&lt;h3&gt;
  
  
  So, how Revisiting DSA works
&lt;/h3&gt;

&lt;p&gt;Revisiting DSA is community powered series and we started to help make our community better.&lt;/p&gt;

&lt;p&gt;follow the given steps to be part of our community&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Visit our blog daily for next part of the series.&lt;/li&gt;
&lt;li&gt;Use hashtag #revisitingdsa and share your daily progress with the community.&lt;/li&gt;
&lt;li&gt;Add your name to Revisiting DSA repo.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you want to contribute to DSA repo. Then visit the given link and also share our articles with others and help them to learn. Links are given below.&lt;/p&gt;

&lt;p&gt;So want to contribute to this series then follow the given link of the GitHub repository.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/rajeshberwal/revisiting-dsa"&gt;Revisiting DSA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://instagram.com/theinterviewcodes"&gt;Our Instagram Page&lt;/a&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>datastructure</category>
      <category>javascript</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
