
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.hh.se/ceres/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hh.se/ceres/index.php?action=history&amp;feed=atom&amp;title=PA_8001_2014_Extra_Practical_0</id>
		<title>PA 8001 2014 Extra Practical 0 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hh.se/ceres/index.php?action=history&amp;feed=atom&amp;title=PA_8001_2014_Extra_Practical_0"/>
		<link rel="alternate" type="text/html" href="https://wiki.hh.se/ceres/index.php?title=PA_8001_2014_Extra_Practical_0&amp;action=history"/>
		<updated>2026-06-10T18:50:22Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.6</generator>

	<entry>
		<id>https://wiki.hh.se/ceres/index.php?title=PA_8001_2014_Extra_Practical_0&amp;diff=4432&amp;oldid=prev</id>
		<title>Ceres: Created page with &quot;In this exercise you  implement a program which works with a queue of jobs.  Each job in this queue has a processing time.  In order to implement the queue you should create a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.hh.se/ceres/index.php?title=PA_8001_2014_Extra_Practical_0&amp;diff=4432&amp;oldid=prev"/>
				<updated>2014-09-08T23:47:54Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;In this exercise you  implement a program which works with a queue of jobs.  Each job in this queue has a processing time.  In order to implement the queue you should create a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In this exercise you  implement a program which works with a queue of jobs. &lt;br /&gt;
Each job in this queue has a processing time. &lt;br /&gt;
In order to implement the queue you should create a linked list. &lt;br /&gt;
There are a number of references where you can have a quick review on dynamic allocation and linked lists such as here. &lt;br /&gt;
&lt;br /&gt;
* First start by writing a simple program working with printf and scanf functions.&lt;br /&gt;
* Download the [[media:extra_practical_0.zip|zip file]] corresponding to this exercise.&lt;br /&gt;
&lt;br /&gt;
The function which creates the linked list is already implemented.  &lt;br /&gt;
Notice that the size of the queue and the processing time of the jobs should be inserted as input. &lt;br /&gt;
Complete the JobQueue.c and main.c as explained in the comments in these files.&lt;/div&gt;</summary>
		<author><name>Ceres</name></author>	</entry>

	</feed>