Code |
16671
|
Year |
1
|
Semester |
S2
|
ECTS Credits |
6
|
Workload |
PL(30H)/T(30H)
|
Scientific area |
Informatics
|
Entry requirements |
Python knowledge.
|
Learning outcomes |
The objectives of this UC focus on providing students with algorithmic complexity analysis techniques, different complex data structures, and a set of algorithms for solving computational problems.
At the end of this curricular unit, the student must be able to: - Explain the usefulness and complexity of different data structures, as well as being able to combine different data structures to solve problems. - Analyze the computational complexity (temporal and spatial) of a given algorithm. - Implement different algorithms and data structures to solve complex problems.
|
Syllabus |
1 - Recursion 2 - Analysis of temporal and spatial complexity 3- Sorting algorithms 4 - Data structures: - Vectors - Dynamic vectors - Lists, doubly linked lists and variants - Queues, stacks, and their variants (priority, double-entry) - Trees - Computational representation of graphs 5 - Search algorithms 6 - Problems with trees and graphs
|
Main Bibliography |
Theoretical classes PDFs. Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein. Introduction to Algorithms (Fourth Edition), The MIT Press, 2022. Brad Miller and David Ranum. Problem Solving with Algorithms and Data Structures using Python, Luther College, 2006.
|
Language |
Portuguese. Tutorial support is available in English.
|