Data Structures and Algorithms (5 op)
Toteutuksen tunnus: IC10018-3001
Toteutuksen perustiedot
- Ilmoittautumisaika
- 01.04.2024 - 30.04.2024
- Ilmoittautuminen toteutukselle on päättynyt.
- Ajoitus
- 02.09.2024 - 17.11.2024
- Toteutus on päättynyt.
- Opintopistemäärä
- 5 op
- Lähiosuus
- 5 op
- Toteutustapa
- Lähiopetus
- Yksikkö
- Insinöörikoulutus / Information Technology (IC)
- Toimipiste
- Wärtsilä-kampus Karjalankatu 3 (WÄR)
- Opetuskielet
- englanti
- Paikat
- 10 - 60
- Koulutus
- Degree Programme in Information and Communication Technology
- Opettajat
- Jyri Kemppainen
- Vastuuopettaja
- Jyri Kemppainen
- Ryhmät
-
ICNS23Insinööri (AMK), Information Technology, päivä, syksy, 2023
- 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