<?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%3Alab-6%3Arthu009</id>
	<title>SE250:lab-6:rthu009 - 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%3Alab-6%3Arthu009"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:lab-6:rthu009&amp;action=history"/>
	<updated>2026-04-30T11:40:29Z</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:lab-6:rthu009&amp;diff=7248&amp;oldid=prev</id>
		<title>Mark: 10 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:lab-6:rthu009&amp;diff=7248&amp;oldid=prev"/>
		<updated>2008-11-03T05:20:07Z</updated>

		<summary type="html">&lt;p&gt;10 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Lab 6 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Writing the main function ==&lt;br /&gt;
&lt;br /&gt;
This function stores some values in the binary tree. &lt;br /&gt;
&lt;br /&gt;
 int main(void){&lt;br /&gt;
 &lt;br /&gt;
 int i;&lt;br /&gt;
 Node *parent = empty;&lt;br /&gt;
 double num[] = {6,14,4,8,12,16};&lt;br /&gt;
 parent= mkNode(10,parent );&lt;br /&gt;
 for (i=0; i&amp;lt;=5; i++){&lt;br /&gt;
 insert(num[i], &amp;amp;parent );&lt;br /&gt;
 }&lt;br /&gt;
 show_tree(0,parent);&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>