SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

What are the downsides of recursion and why

Author: Will Parker



Answer:

Not very efficient on memory Every time a recursion is called, processor ha to remreber where it was in the program Remever the values of the varaibles beasue they are local to that copy of the fucnion


0 / 5  (0 ratings)

1 answer(s) in total