Resolve "Minmax function"
Adds two variants on a function minmax where students should write a function that returns the min and max value of a list in 1 pass over the list. Both versions have the same tests, it's not checked if the function is actually iterative/recursive.
Closes #4 (closed)
Edited by Yoshi van den Akker