SoSe 23: ProInformatik II: Foundations of Programming
Katharina Klost, Wolfgang Mulzer
Additional information / Pre-requisites
Comments
Inhalte
Students learn the basics of programming and basic programming paradigms like imperative programming and functional programming. They work with expressions, data types and basic aspects of imperative programming (state, statements, controll structures, IO) and practice their applications.
The students work on basic aspects of functional programming (functions, recursion, higher order functions, currying) and object oriented concepts as encapsulation, inheritance, polymorphy. They also work on elemental algorithmic questions (e.g. searching, sorting, selection, simple array and pointer based data structures) and practive their implementation.
closeSuggested reading
- Simon Thompson: Haskell: The Craft of Functional Programming, Third Edition, Addison-Wesley, 2011.
- Graham Hutton: Programming in Haskell, Cambridge University Press, 2007
- Bird, R./Wadler, Ph.: Einführung in Funktionale Programmierung, Hanser Verlag, 1982.
- Hans Hermes: Aufzählbarkeit, Entscheidbarkeit, Berechenbarkeit, Springer-Verlag, 1978.
31 Class schedule
Additional appointments
Mon, 2023-08-28 12:00 - 16:00Regular appointments
Mon, 2023-08-28 09:00 - 12:00
Location:
A3/Hs 001 Hörsaal (Arnimallee 3-5)
Location:
A3/Hs 001 Hörsaal (Arnimallee 3-5)
Location:
A3/Hs 001 Hörsaal (Arnimallee 3-5)
Location:
A3/Hs 001 Hörsaal (Arnimallee 3-5)
Location:
A6/SR 031 Seminarraum (Arnimallee 6)
Location:
T9/049 Seminarraum (Takustr. 9)
Inhalte
Students learn the basics of programming and basic programming paradigms like imperative programming and functional programming. They work with expressions, data ... read more