Computer Science, asked by atifumar994, 6 months ago

b. Write down a recursive algorithm for copying a list​

Answers

Answered by Jopoul333
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