Introduction to Data Structures and Algorithms (SS 2020)
Details
Veranstaltungsart
Vorlesung (2 SWS)
ECTS Credits
5
Sprache
Deutsch
Vorlesung
Blockveranstaltung: 14.9.2020 bis zum 9.10.2020, 7:00 – 18:00, Raum H4 UnivIS
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.