<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Graphs on 1Stop</title><link>https://blogs.rameskum.com/tags/graphs/</link><description>Recent content in Graphs on 1Stop</description><image><title>1Stop</title><url>https://blogs.rameskum.com/images/og-default.png</url><link>https://blogs.rameskum.com/images/og-default.png</link></image><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 Mar 2024 09:00:00 +0000</lastBuildDate><atom:link href="https://blogs.rameskum.com/tags/graphs/index.xml" rel="self" type="application/rss+xml"/><item><title>Algorithms - Graphs</title><link>https://blogs.rameskum.com/posts/algorithms-graphs/</link><pubDate>Fri, 01 Mar 2024 09:00:00 +0000</pubDate><guid>https://blogs.rameskum.com/posts/algorithms-graphs/</guid><description>&lt;h2 id="undirected-graphs"&gt;Undirected Graphs&lt;/h2&gt;
&lt;h3 id="some-problems"&gt;Some problems&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Path&lt;/li&gt;
&lt;li&gt;Shortest path&lt;/li&gt;
&lt;li&gt;Cycle&lt;/li&gt;
&lt;li&gt;Ehler tour: A cycle that uses each edge excatly once.&lt;/li&gt;
&lt;li&gt;Hamilton tour: A cycle that uses each vertex exactly once
&lt;ul&gt;
&lt;li&gt;classical NP-complete problem.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Connectivity&lt;/li&gt;
&lt;li&gt;MST:&lt;/li&gt;
&lt;li&gt;Biconnectivity: A vertex whose removal disconnects the graph&lt;/li&gt;
&lt;li&gt;Planarity&lt;/li&gt;
&lt;li&gt;Graph isomorphism: Are two graphs identical?
&lt;ul&gt;
&lt;li&gt;No one knows so far. A lonstanding open problem&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="representations"&gt;Representations&lt;/h3&gt;
&lt;p&gt;Real-world graphs tend to be &lt;strong&gt;sparse&lt;/strong&gt; (huge number of vertices, small average vertex degree).&lt;/p&gt;</description></item></channel></rss>