Skip to main content

Data Structures and AlgorithmsLaajuus (5 cr)

Code: IC10018

Credits

5 op

Teaching language

  • English

Responsible person

  • Jyri Kemppainen

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

Enrollment

01.04.2024 - 30.04.2024

Timing

02.09.2024 - 17.11.2024

Number of ECTS credits allocated

5 op

Mode of delivery

Contact teaching

Campus

Wärtsilä Campus Karjalankatu 3

Teaching languages
  • English
Seats

10 - 60

Degree programmes
  • Degree Programme in Information and Communication Technology
Teachers
  • Jyri Kemppainen
Teacher in charge

Jyri Kemppainen

Groups
  • ICNS23
    Bachelor of Engineering, Information Technology, Full-time Studies, Fall, 2023

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