Data Structures and Algorithms (5 op)
Toteutuksen tunnus: IC10018-3002
Toteutuksen perustiedot
- Ilmoittautumisaika
- 01.04.2025 - 30.04.2025
- Ilmoittautuminen toteutukselle on päättynyt.
- Ajoitus
- 01.09.2025 - 19.10.2025
- Toteutus ei ole vielä alkanut.
- Opintopistemäärä
- 5 op
- Lähiosuus
- 5 op
- Toteutustapa
- Lähiopetus
- Yksikkö
- Insinöörikoulutus / Information Technology (IC)
- Opetuskielet
- englanti
- Paikat
- 10 - 120
- Koulutus
- Degree Programme in Information and Communication Technology
- Opettajat
- Jyri Kemppainen
- Vastuuopettaja
- Radu Mariescu-Istodor
- Ryhmät
-
ICNS24Insinööri (AMK), Information Technology, päivä, syksy, 2024
- Opintojakso
- IC10018
Arviointiasteikko
H-5
Tavoitteet
- 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.
Sisältö
- Algorithms and running time analysis.
- Abstract data types
- Implementing data structures
- Searching and sorting algorithms
- Simple recursive algorithms.
Esitietovaatimukset
Completed the course Object-Oriented programming