Differences between revisions 7 and 8
Revision 7 as of 2006-10-26 01:01:02
Size: 662
Editor: DavidAdam
Comment:
Revision 8 as of 2006-10-26 02:52:00
Size: 663
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Taken by Luigi Barone in the past (usualy second semester). Taken by Luigi Barone in the past (usually second semester).

This is an introduction to various data structures, eg singly- and doubly-linked lists, stacks, queues etc. Implementations are written in Java, which kind of defeats the point, but the core knowledge is essential for any programmer. Reimplement them in C as an academic exercise, but in actual programs you should use other people's well-debugged library versions.

Taken by CaraMcNish in the past. Taken by MarkReynolds in the past. Taken by Luigi Barone in the past (usually second semester).

[http://undergraduate.csse.uwa.edu.au/units/CITS2200-1/ Unit website]

[http://handbooks.uwa.edu.au/units/cits/cits2200 Handbook entry]


CategoryUnits