<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>graph implementation | SOHEL KHAN</title><link>https://sohel-khan.netlify.app/tag/graph-implementation/</link><atom:link href="https://sohel-khan.netlify.app/tag/graph-implementation/index.xml" rel="self" type="application/rss+xml"/><description>graph implementation</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Thu, 06 Oct 2022 00:00:00 +0000</lastBuildDate><image><url>https://sohel-khan.netlify.app/media/icon_hu0bd4c7ae0cff8c19f1aa2afc18bab549_2615_512x512_fill_lanczos_center_3.png</url><title>graph implementation</title><link>https://sohel-khan.netlify.app/tag/graph-implementation/</link></image><item><title>What is Graph theory ?</title><link>https://sohel-khan.netlify.app/post/graph/</link><pubDate>Thu, 06 Oct 2022 00:00:00 +0000</pubDate><guid>https://sohel-khan.netlify.app/post/graph/</guid><description>&lt;p>A graph G = (V,E) consists of a nonempty set V of Vertices or Nodes and a set of E of Edges. Each Edge has either one or two vertices associated with it, called its endpoints. An edge is said to connect its endpoints.&lt;/p>
&lt;h1 id="applications--of-graphs">Applications of Graphs&lt;/h1>
&lt;p>We will illustrate how graph theory can be used to model:&lt;/p>
&lt;ul>
&lt;li>Social networks&lt;/li>
&lt;li>Communication networks&lt;/li>
&lt;li>information networks&lt;/li>
&lt;li>software design&lt;/li>
&lt;li>Transportation networks&lt;/li>
&lt;li>Biological Networks&lt;/li>
&lt;/ul>
&lt;p>It&amp;rsquo;s a challenge to find a subject to which graph theory has not yet been applied.&lt;/p></description></item></channel></rss>