There is a more recent version of this academic item available.

Overview

This subject covers a range of important algorithms and data structures. Data structures for implementing containers are covered and include linear structures, tree structures and hash tables. Algorithms for insertion and deletion of elements, and algorithms for searching and sorting on these structures are covered where appropriate. Graphs and graph … For more content click the Read more button below.

Portfolio

Office of the Provost

Subject coordinator

Zijing Chen

Subject type

Postgraduate

Year level

Year Level 5 - Masters

AQF level

Level 9 - Masters Degree

Available as elective

No

Available to study abroad / exchange students

Yes

Capstone subject

No

Academic progress review - Schedule A subject

No

Subject instances

To view instance specific details which include - Assessments, Class requirements and Subject instance coordinators - please select your preferred instance via the drop-down menu at the top right-hand side of this page.

Career ready

Work based learning (placement):No

Graduate capabilities

COMMUNICATION - Communicating and Influencing
COMMUNICATION - Digital Capability
INQUIRY AND ANALYSIS - Creativity and Innovation
INQUIRY AND ANALYSIS - Critical Thinking and Problem Solving

Subject intended learning outcomes

On successful completion you will be able to:
1.
Explain the overall objectives of the field of Algorithms and Data Structures, and the theoretical and experimental techniques for evaluating algorithms and data structures.
2.
Distinguish a range of data structures and searching and sorting algorithms in terms of their mechanism, strengths, weaknesses, and conditions appropriate for the related applications.
3.
Implement a range of data structures and searching and sorting algorithms in Java, whose programs are of high quality in terms of coding style and comments.
4.
Analyse a range of data structures and searching and sorting algorithms in terms of time or space complexity.
5.
Analyse a problem, design a solution, implement it in Java, and evaluate its performance using multiple measures.