Differences between revisions 4 and 5
Revision 4 as of 2006-01-10 22:18:59
Size: 512
Editor: DavidAdam
Comment: Canonicalise name
Revision 5 as of 2006-01-11 19:06:47
Size: 601
Comment: unit website
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
[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.

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

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


CategoryUnits