Data Structures and Algorithms in Python (5op)
Toteutuksen tunnus: C-02627-IX00BO80-3002
Toteutuksen perustiedot
- Ilmoittautumisaika
- 01.08.2024 - 06.09.2024
- Ilmoittautuminen toteutukselle on päättynyt.
- Ajoitus
- 02.09.2024 - 14.12.2024
- Toteutus on päättynyt.
- Opintopistemäärä
- 5 op
- Korkeakoulu
- Vaasan ammattikorkeakoulu
- Opetuskielet
- englanti
- Paikat
- 0 - 25
- Opintojakso
- C-02627-IX00BO80
Toteutukselle Data Structures and Algorithms in Python C-02627-IX00BO80-3002 ei valitettavasti löytynyt varauksia. Varauksia ei ole mahdollisesti vielä julkaistu tai toteutus on itsenäisesti suoritettava.
Arviointiasteikko
H-5
Tavoitteet
After completion of this course you will be able to -handle complex problems in application development. -model the problem in correct data structures and applying efficient algorithm to solve the problem. -Understand the algorithm complexity in terms of O(N) expression. The student then understands the importance of choosing correct algorithm to solve the problem
Sisältö
•Algorithm analysis: the ”Big-O” notation •Dynamic programming and recursion •Stacks, queues, deques •Linked lists (singly- doubly- circularly-) •Trees, maps, and Hash tables •Sorting and selection •Graph algorithms (Minimum-spanning tree, Dijkstra, etc.) •Math function algorithms, interpolations, regressions
Esitietovaatimukset
Python language, or any computer programmig language in proficiency level.