<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE250%3AJune_5</id>
	<title>SE250:June 5 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE250%3AJune_5"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:June_5&amp;action=history"/>
	<updated>2026-06-04T16:16:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE250:June_5&amp;diff=3796&amp;oldid=prev</id>
		<title>Mark: 23 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:June_5&amp;diff=3796&amp;oldid=prev"/>
		<updated>2008-11-03T05:18:29Z</updated>

		<summary type="html">&lt;p&gt;23 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Minutes===&lt;br /&gt;
* sshi080&lt;br /&gt;
&amp;lt;del&amp;gt;* tsen009&amp;lt;/del&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Exam Information ====&lt;br /&gt;
Exam is comprised of two parts:&lt;br /&gt;
&lt;br /&gt;
70/120 Mark Wilson&lt;br /&gt;
50/120 John Hamer&lt;br /&gt;
&lt;br /&gt;
Notes have to be hand written - but maybe it can be printed? Mark will check.&lt;br /&gt;
&lt;br /&gt;
Mark Wilson&amp;#039;s part of the exam will be multichoice, and will be more likely to relate to the actual algorithm/structure than specifically for C.&lt;br /&gt;
&lt;br /&gt;
Someone pointed out: http://www.cplusplus.com is a good resource for C study.&lt;br /&gt;
&lt;br /&gt;
==== Last year questions ====&lt;br /&gt;
&lt;br /&gt;
Looked over last year&amp;#039;s exam questions&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Binary search trees:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-Describing algorithm, theory, not code.&lt;br /&gt;
&lt;br /&gt;
-Deleting node e: find largest node on the left sub tree, e will be replaced by c with d as child, then f on the right.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Parsing:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-Hard to do multichoice with multiple code fragments - so maybe just theory?&lt;br /&gt;
&lt;br /&gt;
-The semi-colon in the question, maybe just separator instead of line ender.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;State-space search:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-Initial search space HHHTTT&lt;br /&gt;
&lt;br /&gt;
-Immediate Children: TTHTTT, HTTTTT, HHTHTT, HHHHHT, HHHTHT&lt;br /&gt;
&lt;br /&gt;
-State space: 64 states, 2^6&lt;br /&gt;
&lt;br /&gt;
-Breadth-first, easy to implement, guarantee to find in smallest number of moves.&lt;br /&gt;
&lt;br /&gt;
-Now consider 2^50 states, now use a guided, informed search.&lt;br /&gt;
&lt;br /&gt;
-Maybe rank on how many already in correct state&lt;br /&gt;
&lt;br /&gt;
-Also, check how many marks the question is worth, don&amp;#039;t spend too much time on questions aren&amp;#039;t worth much&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Rotations&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
-It is a binary search tree, it has ordering property and two child nodes each parent.&lt;br /&gt;
&lt;br /&gt;
-Can&amp;#039;t rotate so 11 is root, because 17 is bigger than 11.&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>