Question: on racket/scheme create the functions min-list-value and max-list-value that takes a simple list of numbers as a parameter and returns a LIST with the smallest

on racket/scheme create the functions min-list-value and max-list-value that takes a simple list of numbers as a parameter and returns a LIST with the smallest (and largest) numbers in the input list. You CANNOT use the pre-built min and max Scheme functions. Dont forget to test if the list(s) are empty. give two different results

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!