<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What is generally true of Adjacency List and Adjacency Matrix representations of graphs?]]></title><description><![CDATA[<p dir="auto">In graph theory and computer science, an adjacency list is a collection of unordered lists used to represent a finite graph. Each list describes the set of neighbors of a vertex in the graph. This is one of several commonly used representations of graphs for use in computer programs.</p>
]]></description><link>https://community.secnto.com//topic/1517/what-is-generally-true-of-adjacency-list-and-adjacency-matrix-representations-of-graphs</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 20:45:58 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/1517.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Feb 2020 07:21:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is generally true of Adjacency List and Adjacency Matrix representations of graphs? on Sun, 16 Feb 2020 07:23:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moaaz" aria-label="Profile: moaaz">@<bdi>moaaz</bdi></a> said in <a href="/post/4012">What is generally true of Adjacency List and Adjacency Matrix representations of graphs?</a>:</p>
<ul>
<li><strong>Lists require less space than matrices but take longer to find the weight of an edge (v1,v2)</strong></li>
</ul>
]]></description><link>https://community.secnto.com//post/4013</link><guid isPermaLink="true">https://community.secnto.com//post/4013</guid><dc:creator><![CDATA[moaaz]]></dc:creator><pubDate>Sun, 16 Feb 2020 07:23:09 GMT</pubDate></item></channel></rss>