Scheme Exercises
using the SchemeInterpreter engine by Joshua Chin

Exercise Groups

Exercise List

Name Description
medianmedian will return the median of a sorted list of numbers
Deep Reversereverse the order of elements even deep inside sublists
positionOfFind the position of the first occurrence of an element inside a list
lastPositionOfFind the position of the last occurrence of an element inside a list
ChangeBaseChange a number from one base-representation to another base-representation
NextPrimeFind the next prime at or after a given number