Coding challenges
Abschlussbedingungen
Fällig: Donnerstag, 16. April 2020, 00:00
- consider the following function
- input: array of integers
- output: minimum of these numbers
- input: array of integers
- write the pseudocode for your algorithm
- implement it in Python
- calculate the runtime
- best case
- worst case
- is your function iterative or recursive?
- how would you convert it to an iterative or recursive function?