<?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: Paras</title>
    <description>The latest articles on DEV Community by Paras (@parasm1).</description>
    <link>https://dev.to/parasm1</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%2F1420335%2F92dd256e-73dc-4b85-b531-84c22c653986.png</url>
      <title>DEV Community: Paras</title>
      <link>https://dev.to/parasm1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/parasm1"/>
    <language>en</language>
    <item>
      <title>Dijkstra's algorithm</title>
      <dc:creator>Paras</dc:creator>
      <pubDate>Wed, 19 Jun 2024 09:56:58 +0000</pubDate>
      <link>https://dev.to/parasm1/dijkstras-algorithm-58ia</link>
      <guid>https://dev.to/parasm1/dijkstras-algorithm-58ia</guid>
      <description>&lt;p&gt;Dijkstra's algorithm finds the shortest path from a source node to all nodes in a weighted graph. It uses a priority queue to repeatedly extract the node with the smallest distance, updates neighboring nodes' distances, and marks nodes as visited when their shortest path is confirmed.&lt;/p&gt;

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