Data Structures and Algorithms (5 cr)
Code: IC10018-3002
General information
- Enrollment
- 01.04.2025 - 30.04.2025
- Registration for the implementation has ended.
- Timing
- 01.09.2025 - 19.10.2025
- The implementation has not yet started.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 5 cr
- Mode of delivery
- Contact learning
- Unit
- Insinöörikoulutus / Information Technology (IC)
- 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
-
ICNS24Bachelor of Engineering, Information Technology, Full-time Studies, Fall, 2024
- Course
- IC10018
Evaluation scale
H-5
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.
Qualifications
Completed the course Object-Oriented programming