Algorithms and Datastructures - Conditional Course
Summer Term 2025
Fabian Kuhn
Course Description
This lecture revolves around the design and analysis of algorithms. We will discuss the concepts and principles of a selection of the very basic but most commonly used algorithms and datastructures. Topics will include for example: Sorting, searching, hashing, search-trees, (priority-)queues and graphalgorithms (like shortest paths, spanning trees, breadth-first- and depth-first-searches).
Schedule
Note: There is no sessoin on Monday 21st.
The first session will be on Monday, 28th of April at 14:15 in presence in room 051-00-031.
There will be a pre-recorded online lecture combined with an interactive exercise lesson. The interactive session takes places on Mondays 14:15 - 16:00 in room 051-00-031.
The recorded lectures and corresponding slides are available on a separate page. Slides & Recordings
Forum: Zulip
We will offer an instant messaging platform (Zulip) for all students to discuss all topics related to this lecture, where you are free to discuss among yourself or pose questions to us.
Most of the communication will happen over Zulip so it is highly recommended you sign up for Zulip and regularly check for updates.
You must be either inside the eduroam network or be connected to the university network via a VPN to access the Link!
If there is trouble with signing up for Zulip, or anything that cannot be handled over Zulip, please contact the TA Gustav Schmid
Exercises
There will be theoretical and programming exercises, designed to teach you the algorithms and methods discussed in the lecture. Actively participating in the exercises and working through the provided feedback is really the only way to prepare for the exam!
Topic | Due (12 pm) | Exercise | Solution | |
Introduction | 05.05. | exercise-00, |
Submission of Exercises
Handing in exercises is voluntary, but we highly recommend doing it. If you want feedback to your solutions, you must submit them by Monday, 12 pm.
The submission is simply via Zulip: create a .zip archive containing all of your solution files and send that archive as a private Message to the tutor: Gustav Schmid
Programming exercises should be solved using Python and handed in as .py files (inside the .zip file).
Solutions to theoretical exercises can be written in Latex (preferred), Word (or similar text programs) or handwritten scans which must be well readable!
Literature
- Introduction to Algorithms (3rd edition); T. Cormen, C. Leiserson, R. Rivest, C. Stein; MIT Press, 2009
- Algorithms and Data Structures; K. Mehlhorn und P. Sanders; Springer, 2008, available online
- Lectures on MIT Courseware:
Introduction to Algorithms 2005 und Introduction to Algorithms 2011