Question: Please attach the input and output using Dr Racket Write a function my_delete that takes two parameters: an atom and a list (which may be
Please attach the input and output using Dr Racket
Write a function my_delete that takes two parameters: an atom and a list (which may be a nested list). This function will produce a list, identical to its parameter list, except with all occurrences of an atom parameter removed, no matter how deep they were. The produced list should not have anything in place of the deleted atoms.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
