Skip to main content

Game programming datastructures (5 cr)

Code: PO00DN40-3001

General information


Enrollment

06.04.2022 - 22.04.2022

Timing

01.08.2022 - 31.12.2022

Number of ECTS credits allocated

5 op

Virtual portion

1 op

RDI portion

2 op

Mode of delivery

80 % Contact teaching, 20 % Distance learning

Campus

Kotka Campus

Teaching languages

  • Finnish

Degree programmes

  • Degree Programme in Game Programming

Teachers

  • Teemu Saarelainen

Teacher in charge

Teemu Saarelainen

Groups

  • POKT19SP
    Game programming, full-time studies

Objective

The goal of this course is to gain reasonable knowledge and skills related to basic data structures and algorithms in game programming. After completing the course the students understand the memory usage in data structures and performance features of algorithms, which gives them enough tools to make a conscious choice between different data structures and algorithms. In addition, the students learn how to implement the most common data structures and algorithms in games using a particular programming language (C++).

Content

This is an introduction course to algorithms and data structures applied to game programming problems, which means we will learn about recursion, algorithm analysis & performance measures, abstract data types (such as List, Stack, Queue, Deque). The course also includes several data structures, e.g. trees (binary tree, binary search tree, m-tree, red-black tree) and heap. The course also covers algorithms related to hashing and sorting, as well as graphs and graph algorithms, such as Dijkstra's algorithms and A*.

Materials

Electronic material as well as web material published on the course's Learn platform. Exercises and their model answers are also given to students on the course's Learn platform and / or Teams channel.

Teaching methods

Participation in contact and / or remote learning according to the work schedule. The student completes the assignments, tasks and project work required in the course before the given deadlines and participates in the exam at the end of the course if it will be arranged.

Alternative methods of study must be agreed with the lecturer in charge before the beginning of the course.

Employer connections

During the course students will implement data structure and algorithm programming tasks, which can be later utilized in different game projects and simulations.

Exam schedules

Exercises and assignments will be returned to the Learn platform by the deadline specified there.

Student workload

A total of 135h, of which about 70h is contact learning and 65h is independent work.

Evaluation scale

1-5

Assessment methods and criteria

Participation in contact learning, completing course assignments and project work.

Qualifications

Programming 1
Game Programming
Programming 2