preloader
CS Portal
FitchFork
CS Portal
FitchFork
  • COS212 - Data Structures and Algorithms

All Modules

COS212 - Data Structures and Algorithms

  • FIRST SEMESTER
  • 16 CREDITS

Prerequisites:COS110

Data abstraction is a fundamental concept in the design and implementation of correct and efficient software. In prior modules, students are introduced to the basic data structures of lists, stacks and queues. This module continues with advanced data structures such as trees, hash tables, heaps and graphs, and goes into depth with the algorithms needed to manipulate them efficiently. Classical algorithms for sorting, searching, traversing, packing and game playing are included, with an emphasis on comparative implementations and efficiency. At the end of this module, students will be able to identify and recognise all the classical data structures; implement them in different ways; know how to measure the efficiency of implementations and algorithms; and have further developed their programming skills, especially with recursion and polymorphism.

Course Coordinators
Lecturers
Assistant Lecturers

Related Modules