Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2005-12-14 01:00:05
Size: 424
Comment: content and info
Revision 3 as of 2005-12-16 10:16:42
Size: 511
Editor: st-202-89-68-117
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Taken by MarkRenolds in the past.

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

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 MarkRenolds in the past.

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


CategoryUnits