<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=IBCS1_-_1213_-_May</id>
	<title>IBCS1 - 1213 - May - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.paulbui.net/wiki/index.php?action=history&amp;feed=atom&amp;title=IBCS1_-_1213_-_May"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_May&amp;action=history"/>
	<updated>2026-04-14T11:41:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_May&amp;diff=10383&amp;oldid=prev</id>
		<title>Admin: Protected &quot;IBCS1 - 1213 - May&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_May&amp;diff=10383&amp;oldid=prev"/>
		<updated>2013-06-18T13:26:55Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/IBCS1_-_1213_-_May&quot; title=&quot;IBCS1 - 1213 - May&quot;&gt;IBCS1 - 1213 - May&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 13:26, 18 June 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&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;/table&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_May&amp;diff=10382&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Wednesday - Friday (5/29/13 - 5/31/13) == * Complete Python - Maze Generation Assignment today!  == Wednesday - Friday (5/15/13 - 5/23/13) == &#039;&#039;&#039;Warmup:&#039;&#039;&#039; * &#039;&#039;&#039;All studen...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS1_-_1213_-_May&amp;diff=10382&amp;oldid=prev"/>
		<updated>2013-06-18T13:26:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Wednesday - Friday (5/29/13 - 5/31/13) == * Complete &lt;a href=&quot;/wl/Python_-_Maze_Generation_Assignment&quot; title=&quot;Python - Maze Generation Assignment&quot;&gt;Python - Maze Generation Assignment&lt;/a&gt; today!  == Wednesday - Friday (5/15/13 - 5/23/13) == &amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039; * &amp;#039;&amp;#039;&amp;#039;All studen...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Wednesday - Friday (5/29/13 - 5/31/13) ==&lt;br /&gt;
* Complete [[Python - Maze Generation Assignment]] today!&lt;br /&gt;
&lt;br /&gt;
== Wednesday - Friday (5/15/13 - 5/23/13) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;All students, please complete the following survey:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** [https://spreadsheets.google.com/viewform?formkey=dERxTUlReGxiTEowMlpVTnNjazJsbUE6MQ End-of-Course Survey]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;If you are a senior, please complete the following surveys&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
** [https://spreadsheets.google.com/viewform?hl=en&amp;amp;formkey=cmpucDFrRDJUekY5VEphYzE2V25ZSVE6MA..#gid=0 Graduating Senior Survey]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Demo a working [[RoomTest.py]]&lt;br /&gt;
* Introduction to Stacks&lt;br /&gt;
** [[Media:Stacks.ppt]]&lt;br /&gt;
** [http://www.csanimated.com/animation.php?t=Stack Stack - CS Animated]&lt;br /&gt;
** Stack backtracker practice&lt;br /&gt;
* Maze Generation&lt;br /&gt;
*# Read [https://en.wikipedia.org/wiki/Maze_generation_algorithm#Depth-first_search Depth-first Search] Be sure to watch the video.&lt;br /&gt;
*# Walk-through [https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker Recursive backtracker].  &lt;br /&gt;
*# Use the maze generation algorithm to draw a maze here: [http://gwydir.demon.co.uk/jo/maze/makemaze/index.htm Maze Designer]&lt;br /&gt;
*# Save your maze&amp;#039;s code (the 1s and 0s)&lt;br /&gt;
*# Practice it again and imagine how a stack would be used to backtrack&lt;br /&gt;
* [[Python - Maze Generation Assignment]]&lt;br /&gt;
&lt;br /&gt;
== Monday - Monday (5/6/13 - 5/13/13) ==&lt;br /&gt;
* Demo missing [[CombatSimulation.py]]&lt;br /&gt;
* Review class construction &amp;amp; using objects&lt;br /&gt;
* Introduction to the for loop&lt;br /&gt;
* [[Python - Creature Combat Game]]&lt;br /&gt;
** [[Python - Menu module assignment]]&lt;br /&gt;
** [[Python - Room class assignment]]&lt;br /&gt;
* Demo a working [[RoomTest.py]]&lt;br /&gt;
&lt;br /&gt;
== Wednesday - Friday (5/1/13 - 5/3/13) ==&lt;br /&gt;
* Demo missing [[CombatSimulation.py]]&lt;br /&gt;
* Review class construction &amp;amp; using objects&lt;br /&gt;
* Introduction to the for loop&lt;br /&gt;
* Introduction to nested lists&lt;br /&gt;
*# Review [http://www.openbookproject.net/thinkcs/python/english2e/ch09.html HTTLACS: Ch 9]&lt;br /&gt;
*# Read specifically and pay close attention to section 9.17 and 9.18&lt;br /&gt;
*# Complete exercises #7, 8, 9 located at the bottom of [http://www.openbookproject.net/thinkcs/python/english2e/ch09.html HTTLACS: Ch 9]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>