Skip to main content

Data Structures and Algorithms (5 cr)

Code: IC10018-3002

General information


Enrollment

01.04.2025 - 30.04.2025

Timing

01.09.2025 - 19.10.2025

Number of ECTS credits allocated

5 op

Mode of delivery

Contact teaching

Teaching languages

  • English

Seats

10 - 120

Degree programmes

  • Degree Programme in Information and Communication Technology

Teachers

  • Jyri Kemppainen

Teacher in charge

Radu Mariescu-Istodor

Groups

  • ICNS24
    Bachelor of Engineering, Information Technology, Full-time Studies, Fall, 2024

Objective

- you learn the importance of algorithms and can analyse asymptotic time complexity of simple algorithms.
- you know how to select and reason about a correct data structure (abstract data type) for an application and use the chosen structure efficiently.
- you use efficiently the standard libraries of programming languages
- you are able to implement most common abstract data types (list, tree, and set).
- you know how to design and implement an algorithm for a simple problem.
- you know how to search, select, and apply a proper algorithm from literature for given problem.
- you learn the principle of recursion and can implement a recursive algorithm.

Content

- Algorithms and running time analysis.
- Abstract data types
- Implementing data structures
- Searching and sorting algorithms
- Simple recursive algorithms.

Evaluation scale

H-5

Qualifications

Completed the course Object-Oriented programming