Question: Write a Scheme function replce(atom1, atome2, list) that takes two atoms and a list as parameters and returns a list identical to the parameter list
Write a Scheme function replce(atom1, atome2, list) that takes two atoms and a list as parameters and returns a list identical to the parameter list except all occurrences of the first given atom in the list are replaced with the second given atom, no matter how deeply the first atom is nested
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
