Introduction to Data Structures and Algorithms (SS 2023)

Bild zu Algorithmen und Datenstrukturen

Details

Type of event Lecture (2 SWS)
ECTS Credits 5
Language English
Lecture Block event: 25.09.2023 to 6.10.2023, 14:00 – 17:00, Room H4 Hörsaal 4 campo

Content of the lecture

This course introduces basic data structures and algorithms which are necessary for virtually any programming task. We discuss elementary and structured data types such as lists, stacks, queues, trees and sets and review basic algorithms for searching, sorting, hashing and graph analysis. We study techniques for determining the efficiency of a given algorithm. In the last week we will give an introduction to Java.