GCO3512 - Data structures and algorithms
6 points, SCA Band 2, 0.125 EFTSL
Undergraduate Faculty of Information Technology
Leader(s): Manzur Murshed
Offered
Gippsland Second semester 2009 (Day)
Gippsland Second semester 2009 (Off-campus)
Synopsis
Application and implementation of some common data structures: stacks, queues, lists, priority queues, tables, sets and collections. Data representations including: arrays, linked lists, heaps, trees (including balanced trees) and hashing. Design of application programs making use of common data structures. Design and implementation of new data structures. Study of advanced algorithms in areas such as: graph theory, pattern searching and data compression. Access to the University's computer systems through an Internet service provider is compulsory for off-campus students.
Objectives
At the completion of this unit students will have:
- the ability to analyse simple algorithms to work out an order of magnitude estimate of running time and space;
- familiarity with some of the most common data structures, stacks, queues, lists, priority queues, tables, sets, collections;
- the ability to implement these data structures using various common data representations, arrays, linked lists, heaps, trees (including balanced trees), hashing;
- the ability to evaluate which implementation would be most appropriate for a given data structure and application;
- the ability to apply the same principles used in implementing the common data structures to implement other data structures;
- the ability to design and implement new data structures;
- the understanding of some more advanced algorithms in areas such as, graph theory (shortest path etc), pattern searching,data compression, (precise selection of advanced algorithms will vary from year to year);
- the ability to design new algorithms to solve new problems.
At the completion of this unit students will have developed attitudes that enable:
- enjoyment of programming as an intellectual exercise;
- appreciation of the elegance of certain data structures and algorithms as a form of art;
- interest in understanding how data structures and algorithms are implemented rather than merely using other people's implementations (and consequently a preference for open source software).
Assessment
Assignments 40% and Examination 60%
Contact hours
Lecture: 2hrs/week, tutorials: 2hrs/week
Prerequisites
GCO9808
Prohibitions
GCO1811, CSE2304, GCO2817
