b. Write down a recursive algorithm for copying a list
Answers
Answered by
2
Answer:
Basic steps of recursive programs
Initialize the algorithm. ...
Check to see whether the current value(s) being processed match the base case. ...
Redefine the answer in terms of a smaller or simpler sub-problem or sub-problems.
Run the algorithm on the sub-problem.
Combine the results in the formulation of the answer.
Explanation:
please mark as brainlist answer and follow me and thanz my 5answer please
Similar questions
Math,
4 months ago
English,
4 months ago
Computer Science,
4 months ago
Biology,
9 months ago
Physics,
1 year ago