What data structures are used to perform recursion?
Answer / Mohd Ullfat Ullha Khan
Recursion can be performed using call-stack as a hidden data structure. However, it doesn't rely on explicit data structures like arrays or linked lists.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to sort array of 0 and 1 in java?
How can an object be unreferenced?
What is the difference between arraylist and hashset in java?
What is difference between classpath and path variables in java?
What are null interfaces? Give some examples?
What is sizeof in java?
What is string [] args?
How we can make copy of a java object?
What are constructors in java?
What are measurable parameters?
What do you mean by Function Overloading in java?
What is nextint java?