<?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: Manvir</title>
    <description>The latest articles on DEV Community by Manvir (@manvirchoudhary).</description>
    <link>https://dev.to/manvirchoudhary</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%2F503799%2Fdea8227d-ccad-49d4-9562-4cb8819ed75c.gif</url>
      <title>DEV Community: Manvir</title>
      <link>https://dev.to/manvirchoudhary</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manvirchoudhary"/>
    <language>en</language>
    <item>
      <title>Find Numbers with Even Number of Digits from leetcode</title>
      <dc:creator>Manvir</dc:creator>
      <pubDate>Sun, 01 Nov 2020 20:34:13 +0000</pubDate>
      <link>https://dev.to/manvirchoudhary/find-numbers-with-even-number-of-digits-from-leetcode-2o17</link>
      <guid>https://dev.to/manvirchoudhary/find-numbers-with-even-number-of-digits-from-leetcode-2o17</guid>
      <description>&lt;p&gt;Code flow as follows: &lt;br&gt;
        -&amp;gt; I have converted numbers into a string.&lt;br&gt;
        -&amp;gt; then find the length of the string&lt;br&gt;
        -&amp;gt; If any length is divisible by 2 then push the value to &lt;br&gt;
           a new array.&lt;br&gt;
        -&amp;gt; return the length of the array.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aZ9Ogjtc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gxauam1lsxh15eopx1u7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aZ9Ogjtc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/gxauam1lsxh15eopx1u7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>leetcode</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Hi Dev Community, I  started learning  Data Structure &amp; Algorithms on LeetCode using JavaScripts. </title>
      <dc:creator>Manvir</dc:creator>
      <pubDate>Sun, 01 Nov 2020 20:21:11 +0000</pubDate>
      <link>https://dev.to/manvirchoudhary/hi-dev-community-i-started-learning-data-structure-algorithms-on-leetcode-using-javascripts-pm8</link>
      <guid>https://dev.to/manvirchoudhary/hi-dev-community-i-started-learning-data-structure-algorithms-on-leetcode-using-javascripts-pm8</guid>
      <description>&lt;p&gt;Hi Dev Community, I  started learning  Data Structure &amp;amp; Algorithms on LeetCode using JavaScripts. From now I starting to share my learnings here&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>node</category>
      <category>leetcode</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
