Foundations of Computer Science (FM 2), Winter Term 2024/25
Lecturer: | PD Dr. Henning Bordihn |
Program: | Master of Cognitive Systems and Master of Data Science |
SWS: | 4 (2 h/week classroom presence) |
Credits: | 6 |
Module: | FM 2 (Bridging Module) |
Schedule
Form: Consultation | Time: Thursday, | 16:15-17:45, | 02.70.0.08 | First Meeting: 17.10.24 |
Content
This is a reading course. Video lectures provided in the internet can be used in addition. Details are given in the slides of the Introduction.
The course covers two fundamental topics:
1. Fundamentals of Computing
- Algorithms and their complexity; Growth of functions
- Algorithmic Paradigms (Recursion, Divide and Conquer, Dynamic Programming)
- Fast algorithms (searching, sorting, ...)
2. Theory of Computation
- Finite state automata
- Determinism versus non-determinism
- Regular expressions
- Context-free grammars and pushdown automata
- Turing machines and undecidability
- NP-completeness
Slides and Assignments
Assignment 1a: Algorithms and their complexity I
Assignment 1b: Algorithms and their complexity II
Assignment 2: Finite state automata