<?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: snehabn3012</title>
    <description>The latest articles on DEV Community by snehabn3012 (@snehabn3012).</description>
    <link>https://dev.to/snehabn3012</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%2F1618360%2Ff303ad53-5389-4c6a-94c2-2fdd39598a62.png</url>
      <title>DEV Community: snehabn3012</title>
      <link>https://dev.to/snehabn3012</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/snehabn3012"/>
    <language>en</language>
    <item>
      <title>What is Recursion ?</title>
      <dc:creator>snehabn3012</dc:creator>
      <pubDate>Fri, 21 Jun 2024 13:39:34 +0000</pubDate>
      <link>https://dev.to/snehabn3012/what-is-recursion--ij5</link>
      <guid>https://dev.to/snehabn3012/what-is-recursion--ij5</guid>
      <description>&lt;p&gt;&lt;em&gt;This 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;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Recursion ?
&lt;/h2&gt;

&lt;p&gt;Recursion is a programming technique where a function calls itself to solve a problem. It breaks the problem into smaller sub-problems, each identical to the original. The process continues until reaching the base case, which ends the recursive calls.&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>
