<?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=IBCS2_-_1819_-_December</id>
	<title>IBCS2 - 1819 - December - 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=IBCS2_-_1819_-_December"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1819_-_December&amp;action=history"/>
	<updated>2026-04-14T15:41:02Z</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=IBCS2_-_1819_-_December&amp;diff=15034&amp;oldid=prev</id>
		<title>Admin: Protected &quot;IBCS2 - 1819 - December&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1819_-_December&amp;diff=15034&amp;oldid=prev"/>
		<updated>2019-01-07T15:27:33Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/wl/IBCS2_-_1819_-_December&quot; title=&quot;IBCS2 - 1819 - December&quot;&gt;IBCS2 - 1819 - December&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (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 15:27, 7 January 2019&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=IBCS2_-_1819_-_December&amp;diff=15031&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;== Monday - Friday (12/24/18 - 12/28/18) == * Winter Break  == Thursday (12/20/18) == &#039;&#039;&#039;Agenda:&#039;&#039;&#039; * Binary Tree Traversal ** [https://docs.google.com/presentation/d/1ROGTlCg...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=IBCS2_-_1819_-_December&amp;diff=15031&amp;oldid=prev"/>
		<updated>2019-01-07T15:26:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Monday - Friday (12/24/18 - 12/28/18) == * Winter Break  == Thursday (12/20/18) == &amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039; * Binary Tree Traversal ** [https://docs.google.com/presentation/d/1ROGTlCg...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Monday - Friday (12/24/18 - 12/28/18) ==&lt;br /&gt;
* Winter Break&lt;br /&gt;
&lt;br /&gt;
== Thursday (12/20/18) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Binary Tree Traversal&lt;br /&gt;
** [https://docs.google.com/presentation/d/1ROGTlCgwPvzt4kD1w-cPek8V8M4VVA9SWJ3vtvXLsK4/edit?usp=sharing Binary Trees slides]&lt;br /&gt;
* Binary Trees Quiz&lt;br /&gt;
* Criterion B: Design&lt;br /&gt;
** Record of Tasks&lt;br /&gt;
** Flowcharts&lt;br /&gt;
** Test plan&lt;br /&gt;
** Class diagrams&lt;br /&gt;
* Winter Break HW&lt;br /&gt;
** Complete Criterion B: Record of Tasks spreadsheet&lt;br /&gt;
** Diagram user action flow chart(s) for your IA&lt;br /&gt;
*** [https://docs.google.com/presentation/d/1eNybAWXVKjCJRizTvkEf8z0zNq-Tj7lory2jPYURq98/edit?usp=sharing Flowchart slides]&lt;br /&gt;
** Develop test plan&lt;br /&gt;
** Work on your IA code!!&lt;br /&gt;
&lt;br /&gt;
== Tuesday (12/18/18) ==&lt;br /&gt;
* Binary Trees&lt;br /&gt;
** [https://docs.google.com/presentation/d/1ROGTlCgwPvzt4kD1w-cPek8V8M4VVA9SWJ3vtvXLsK4/edit?usp=sharing Binary Trees slides]&lt;br /&gt;
** [https://visualgo.net/en/bst Binary Trees visualization]&lt;br /&gt;
&lt;br /&gt;
== Friday (12/14/18) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Period 4: Types of Linked Lists&lt;br /&gt;
** Singly-linked lists&lt;br /&gt;
*** [https://visualgo.net/en/list VisuAlgo - LL]&lt;br /&gt;
** Doubly-linked lists&lt;br /&gt;
*** [https://visualgo.net/en/list VisuAlgo - DLL] (click on DLL)&lt;br /&gt;
** Circular linked lists&lt;br /&gt;
** What are some typical applications for each of the linked lists?&lt;br /&gt;
* NetBeans GUI walk-through and review&lt;br /&gt;
&lt;br /&gt;
== Wednesday (12/12/18) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Poker Hands: Part 1 has been graded -- did you forget to turn it in?&lt;br /&gt;
* Poker Hands: Part 2 has been posted to repl.it -- turn it in now&lt;br /&gt;
* Turn in Circular Queue to repl.it also&lt;br /&gt;
&lt;br /&gt;
== Thursday - Monday (12/6/18 - 12/10/18) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Work on Dynamic Queue Documentation assignment - due in Canvas by &amp;#039;&amp;#039;&amp;#039;Sunday (12/9/18)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Dynamic queue implementation&lt;br /&gt;
* Linked Lists&lt;br /&gt;
** Traversing through a LL&lt;br /&gt;
** Adding an item to a LL&lt;br /&gt;
** Deleting an item from a LL&lt;br /&gt;
** Modifying an item in a LL&lt;br /&gt;
** Searching for an item in a LL&lt;br /&gt;
* Types of Linked Lists&lt;br /&gt;
** Singly-linked lists&lt;br /&gt;
*** [https://visualgo.net/en/list VisuAlgo - LL]&lt;br /&gt;
** Doubly-linked lists&lt;br /&gt;
*** [https://visualgo.net/en/list VisuAlgo - DLL] (click on DLL)&lt;br /&gt;
** Circular linked lists&lt;br /&gt;
&lt;br /&gt;
== Tuesday (12/4/18) ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warmup:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Complete the Stacks Warmup in Canvas&lt;br /&gt;
* [https://www.cs.usfca.edu/~galles/visualization/StackLL.html Dynamic Stack Visualization]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Agenda:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Programming with nodes and terminology:&lt;br /&gt;
** node&lt;br /&gt;
** data / cargo&lt;br /&gt;
** pointers, reference variables or references&lt;br /&gt;
** next reference&lt;br /&gt;
** null&lt;br /&gt;
* More advanced documents w/ headers, page breaks, and table of contents &lt;br /&gt;
* Dynamic Queue Documentation Assignment&lt;br /&gt;
*# You may use this [https://www.cs.usfca.edu/~galles/visualization/QueueLL.html Dynamic Queue Visualization] to help you&lt;br /&gt;
*# Create a Google document - it will have 3 sectioned headers&lt;br /&gt;
*# Use headers (literally) for each of the following sections: &amp;#039;&amp;#039;&amp;#039;isEmpty(), enqueue(data) / add(data), dequeue()&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
*# Illustrate the memory diagram using nodes for isEmpty()&lt;br /&gt;
*# Describe what is being shown in the illustration (using numbered steps if it helps)&lt;br /&gt;
*# Illustrate the memory diagram using nodes for enqueue(data) / add(data) - before and after images!&lt;br /&gt;
*#* Diagram the special case of enqueueing to an empty queue&lt;br /&gt;
*#* Diagram the general case for enqueue&lt;br /&gt;
*# Describe what is being shown in the illustrations (using numbered steps if it helps)&lt;br /&gt;
*# Illustrate the memory diagram using nodes for dequeue() / remove() - before and after images!&lt;br /&gt;
*#* Diagram the special case of dequeueing when there is only one node in the queue as well as &lt;br /&gt;
*#* Diagram the general case for dequeue&lt;br /&gt;
*# Describe what is being shown in the illustrations (using numbered steps if it helps)&lt;br /&gt;
*# Submit your document to Canvas by &amp;#039;&amp;#039;&amp;#039;Friday (12/7/18)&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>