Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2005-12-14 01:03:31
Size: 476
Comment: handbook link
Revision 10 as of 2009-12-23 14:51:05
Size: 666
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Taken by MarkReynolds in the past.
Taken by LuigiBarone in the past (usually second semester).
Line 5: Line 7:
[http://units.uwa.edu.au/CITS2200 Handbook link] [[http://undergraduate.csse.uwa.edu.au/units/CITS2200-1/|Unit website]]

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

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 LuigiBarone in the past (usually second semester).

Unit website

Handbook entry


CategoryUnits