<?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: Nitesh Kumar</title>
    <description>The latest articles on DEV Community by Nitesh Kumar (@nitesh_kumar_0b42dac608e5).</description>
    <link>https://dev.to/nitesh_kumar_0b42dac608e5</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%2F1579621%2Fc67570e1-9f4e-47ab-b7ed-1f14666809fb.jpg</url>
      <title>DEV Community: Nitesh Kumar</title>
      <link>https://dev.to/nitesh_kumar_0b42dac608e5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nitesh_kumar_0b42dac608e5"/>
    <language>en</language>
    <item>
      <title>Recursion</title>
      <dc:creator>Nitesh Kumar</dc:creator>
      <pubDate>Mon, 17 Jun 2024 17:30:34 +0000</pubDate>
      <link>https://dev.to/nitesh_kumar_0b42dac608e5/recursion-3g4f</link>
      <guid>https://dev.to/nitesh_kumar_0b42dac608e5/recursion-3g4f</guid>
      <description>&lt;ul&gt;
&lt;li&gt;is a submission for &lt;a href="https://dev.to/challenges/cs"&gt;DEV Computer Science Challenge v24.06.12: One Byte Explainer&lt;/a&gt;.*&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Recursion&lt;/strong&gt;: A function calling itself to solve smaller instances of the same problem. Key in algorithms like sorting and searching. Helps break down complex tasks but requires a base case to avoid infinite loops. Essential in computer science for elegant solutions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Context
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>cschallenge</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
