Data Structures and Algorithms I (5 cr)
Code: LTD7004-3001
General information
- Enrollment
- 01.04.2021 - 30.04.2021
- Registration for the implementation has ended.
- Timing
- 01.09.2021 - 22.10.2021
- Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 5 cr
- Mode of delivery
- Contact learning
- Unit
- Tradenomi / Tietojenkäsittely (DD)
- Campus
- Wärtsilä Campus Karjalankatu 3
- Teaching languages
- Finnish
- Seats
- 1 - 60
- Degree programmes
- Degree Programme in Business Information Technology
Evaluation scale
H-5
Objective
After completing the course:
- Student understands the importance of algorithms and can analyse asymptotic time complexity of simple algorithms.
- Student can select and reason about a correct data structure (abstract data type) for an application and use the chosen structure efficiently.
- Student can use efficiently the standard library of his/her programming language.
- Student knows and can implement most common abstract data types, list, tree, and set.
- Student can design and implement an algorithm for a simple problem.
- Student can search, select, and apply a proper algorithm from literature for given problem.
- Student knows the principle of recursion and can implement a recursive algorithm.
Execution methods
Lectures 32 h, exercises 16 h.
Accomplishment methods
Exam + exercises.
Content
- Algorithms and running time analysis.
- Abstract data types.
- Implementing data structures.
- Searching and sorting algorithms.
- Simple recursive algorithms.
Qualifications
Programming I and III, or similar skills. Recommended Programming II, or similar skills.