<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=Graphs</id>
	<title>Graphs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=Graphs"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Graphs&amp;action=history"/>
	<updated>2026-04-14T16:10:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=Graphs&amp;diff=249&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Graphs&amp;diff=249&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-248:rev-249 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=Graphs&amp;diff=248&amp;oldid=prev</id>
		<title>wiki_previous&gt;Jkinne: /* Assignment */</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Graphs&amp;diff=248&amp;oldid=prev"/>
		<updated>2022-11-18T02:48:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Assignment&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Assignment=&lt;br /&gt;
Problems from [https://courses.csail.mit.edu/6.042/spring18/mcs.pdf Mathematics for Computer Science] (MCS). These are tentative, I will probably remove a few after working them out myself.&lt;br /&gt;
# MCS Problem 12.2, but instead of 20, use (first two letters of your last name, add them up, % 10, *2, +10).  Kinne: Ki, 10+8, 18, %10 = 8, *2 = 16, +10 = 26. Note: simple graph is unweighted, undirected, no self loops.&lt;br /&gt;
# MCS Problem 12.12 (ungraded).  Bipartite: 2 parts.&lt;br /&gt;
# MCS Problem 12.23 and note that Chi(G) is the chromatic number of G - the smallest number of colors that can be used to color the vertices of the graph.&lt;br /&gt;
# MCS Problem 12.25.  Connected component - can get from any vertex in the component to any other in the component, and cannot go outside the component.&lt;br /&gt;
# MCS Problem 12.33.  Assume we are talking about graphs that are undirected and without self loops.&lt;br /&gt;
# MCS Problem 12.46.  Base case: 1 vertex graph, 2 vertex graph, 3 vertex graph.&lt;br /&gt;
# MCS Problem 12.50.  Diameter - largest distance between any two vertices.  Note - &amp;quot;degrees of separation&amp;quot;, &amp;quot;Erdos number&amp;quot;. Note that a tree is a connected graph without any cycles.&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Jkinne</name></author>
	</entry>
</feed>