Exercises
We'll cover the following
Exercise 1
Fill out an implementation of the maximum
function to return the maximum value in the provided slice. If provided with an empty slice, you can return 0.
Fill out an implementation of the maximum
function to return the maximum value in the provided slice. If provided with an empty slice, you can return 0.