Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2005-12-14 01:03:31
Size: 476
Comment: handbook link
Revision 4 as of 2006-01-10 22:18:59
Size: 512
Editor: DavidAdam
Comment: Canonicalise name
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Taken by MarkReynolds in the past.

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.

[http://units.uwa.edu.au/CITS2200 Handbook link]


CategoryUnits