Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Do it in scheme language please Write your own Scheme functions for the following operations: 1. (found elst) that returns #tife is en element of
Do it in scheme language please
Write your own Scheme functions for the following operations: 1. (found elst) that returns #tife is en element of the list 1st. Othe 2. (set? Ist) that returns #tif the list Ist is a set (con 3. (square? n) that returns #t if n is a square (e.g. 0 14 9 16 4. (count2 Ist) that counts the n tains all different elements) (e.g. (count2 (1 2 3 4)) should return 2) umber of elements of the list Ist that are squares en Ist) that counts the (allsqua (sumsquares lst) number of elements of the list Ist. (Do not use length!) 6. 7, st) that returns #t ifall elements of the listist are squares. Otherwise, return ar sum o g that returns the sum of all elements of the list Ist that are squaresStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started