Question: Write a mutually-recursive function (rename-course old-name new-name catalog) that takes three arguments: two symbols, old-name and new-name, and a course tree catalog. A course tree

Write a mutually-recursive function (rename-course old-name new-name catalog) that takes three arguments: two symbols, old-name and new-name, and a course tree catalog. A course tree is defined as: course-tree::=course-exp::=()(course-exp.course-tree)symbol
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
