CSU22011 – Algorithms and Data Structures I

Module CodeCSU22011
Module NameAlgorithms and Data Structures I
ECTS Weighting [1]5 ECTS
Semester TaughtSemester 1
Module Coordinator/s  Vasileios Koutavas

Module Learning Outcomes

On successful completion of this module, students will be able to:

  1. Have gained significant knowledge on algorithms and data structures, and the mathematical theory and techniques to evaluate their efficiency and effectiveness;
  2. Have the ability to evaluate algorithms in terms of their running time and memory space requirements and classify those algorithms in the major complexity classes using appropriate performance models;
  3. Be able to efficiently implement the operations of the main data structures used in most programming;
  4. Have gained experience through experiments in implementing effective new and existing algorithms;
  5. Be able to identify the most suitable data structures and algorithms for each programming problem based on the parameters of the problem, the advantages and limitations of each data structure and algorithm, the resources available, the desired performance criteria etc.;
  6. Be able to design and implement robust, effective and well-structured Java programs using industry standards such as Abstract Data Types and the approaches of unit testing and test coverage.

Module Content

Theory:

  • Asymptotic growth functions and analysis of source code to derive running time and space requirements;
  • Amortised running time analysis of algorithms;
  • Recursion vs iteration.

Algorithms and Data structures:

  • Array and linked list implementations of stacks and queues;
  • Doubly linked lists;
  • Union-find;
  • Binary trees, binary search trees, balanced search trees, B-trees;
  • Hash tables;
  • Special topics.

Programming:

  • Java generics;
  • Iterators;
  • JUnit testing.

Teaching and Learning Methods

3 hours of lectures, 1 hour of laboratories per week. Individual coursework assignments. In-class quizzes and tests.

Assessment Details

Assessment ComponentBrief DescriptionLearning Outcomes Addressed% of TotalWeek SetWeek Due
in-person examination2 hour physical ExaminationL01 – L0675%N/AN/A
In-lab Test45min Test in the labsL01 – L0610%Week 8Week 8
Assignment 1IntroductoryL04 – L063%Week 3Week 4
Assignment 2Linked ListsL01 – L066%Week 5Week 6
Assignment 3Binary TreesL01 – L066%Week 9Week 10

Reassessment Details

Examination 100%, 2 hour in-person examination.

Contact Hours and Indicative Student Workload

Contact Hours (scheduled hours per student over full module), broken down by:33 hours
Lecture22 hours
Laboratory11 hours
Tutorial or seminar0 hours
Other0 hours
Independent study (outside scheduled contact hours), broken down by:70 hours
Preparation for classes and review of material (including preparation for examination, if applicable)40 hours
Completion of assessments (including examination, if applicable)30 hours
Total Hours103 hours

Recommended Reading List

Module Pre-requisites

Prerequisite modules: N/A

Other/alternative non-module prerequisites:

The module assumes students have previous knowledge of standard programming in Java. This includes Java syntax including data types, commands, loops, conditionals and other common programming structures, and the Java Object-Oriented model including classes, fields, methods, inheritance and interfaces. Students with working knowledge of another programming language such as C/C++ should be able to acquire the required knowledge in Java from online tutorials.

Module Co-requisites

N/A

Module Website

Blackboard