<?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>Forem: dam-ari</title>
    <description>The latest articles on Forem by dam-ari (@damari).</description>
    <link>https://forem.com/damari</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%2F1208215%2Fe4417ab8-17ec-4a31-a1ed-4bdf9659fad1.jpeg</url>
      <title>Forem: dam-ari</title>
      <link>https://forem.com/damari</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/damari"/>
    <language>en</language>
    <item>
      <title>The Halting Problem</title>
      <dc:creator>dam-ari</dc:creator>
      <pubDate>Wed, 19 Jun 2024 00:54:42 +0000</pubDate>
      <link>https://forem.com/damari/the-halting-problem-2o4a</link>
      <guid>https://forem.com/damari/the-halting-problem-2o4a</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;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;Can a program determine if another program will finish running or loop forever? It's the Halting Problem. Alan Turing proved it's undecidable: no algorithm can solve it for all possible programs. This limits what computers can predict about other programs.&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>
    <item>
      <title>Travelling Salesman Problem (TSP)</title>
      <dc:creator>dam-ari</dc:creator>
      <pubDate>Wed, 19 Jun 2024 00:47:26 +0000</pubDate>
      <link>https://forem.com/damari/travelling-salesman-problem-tsp-5dc0</link>
      <guid>https://forem.com/damari/travelling-salesman-problem-tsp-5dc0</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;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;Can a salesman visit a set of cities, each once, and return to the start with the shortest route? This is an NP-hard problem, meaning no efficient algorithm exists for large numbers of cities. It's impacts logistics, DNA sequencing, and more.&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>
