Start time:
Mi 10 Mai 2017 16:00:14
End time:
Fr 12 Mai 2017 18:00:14

Assignments: 2

Recursion 2 (4 P)
Implement the following functions using recursion.  a)   (2 P) Implement a function 'ggT' (including its type definition) using guarded equations. ggT shall return the greatest common...
Higher Order Functions (6 P)
a)   (2 P) Implement two variants of a function, named multiplesOf33 and multiplesOf33'. The function should take a list of integers as input and remove all values from the...