<?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: riju457</title>
    <description>The latest articles on DEV Community by riju457 (@riju457).</description>
    <link>https://dev.to/riju457</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%2F461563%2Fa5c35d78-0650-4b8a-8211-279bd7ab765e.jpg</url>
      <title>DEV Community: riju457</title>
      <link>https://dev.to/riju457</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/riju457"/>
    <language>en</language>
    <item>
      <title>Floyd Warshall algorithm</title>
      <dc:creator>riju457</dc:creator>
      <pubDate>Tue, 01 Sep 2020 15:31:22 +0000</pubDate>
      <link>https://dev.to/riju457/floyd-warshall-algorithm-1fa8</link>
      <guid>https://dev.to/riju457/floyd-warshall-algorithm-1fa8</guid>
      <description>&lt;p&gt;The floyd warshall algorithm is for solving the All Pairs Shortest Path problem. The problem is to find shortest distances between every pair of vertices in a given edge weighted directed Graph. &lt;br&gt;
Here is the Link to the code : &lt;a href="https://codegd96.blogspot.com/2020/08/floyd-warshall-algorithm-and-its.html"&gt;https://codegd96.blogspot.com/2020/08/floyd-warshall-algorithm-and-its.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>cpp</category>
      <category>dynamic</category>
      <category>datascience</category>
    </item>
    <item>
      <title>The longest subsequence problem</title>
      <dc:creator>riju457</dc:creator>
      <pubDate>Tue, 01 Sep 2020 14:06:34 +0000</pubDate>
      <link>https://dev.to/riju457/the-longest-subsequence-problem-1n6a</link>
      <guid>https://dev.to/riju457/the-longest-subsequence-problem-1n6a</guid>
      <description>&lt;p&gt;The following is an effective way to find the longest subsequence&lt;br&gt;
&lt;a href="https://codegd96.blogspot.com/2020/09/longest-increasing-subsequence.html"&gt;https://codegd96.blogspot.com/2020/09/longest-increasing-subsequence.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
