Data structures used to perform recursion
Which one data structures used to perform recursion?
Expert
Stack. Due to its Last in First out (LIFO) property this remembers its 'caller' that knows whom to return while the function has to return. Recursion utilizes system stack for storing the return addresses of the certain function calls.All recursive functions have its equivalent iterative (i.e. non-recursive) function. Even though such equivalent iterative processes are written, explicit stack is to be utilized.
Write down the differentiation between STACK and ARRAY?
Illustrates the singly-linked doubly-linked and circularly-linked lists?
What are the main uses of data structures?
Explain about the spanning Tree?
Define in detail the term Disjoint set.
Briefly describe the term stack operation?
What do you mean by recursive algorithm? Describe in brief.
What is an Operating System?
List out the regions in which the data structures are applied widely?
Explain different types of cohension?
18,76,764
1935657 Asked
3,689
Active Tutors
1450930
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!