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.
What are the areas wherein data structures are applied extensively?
How is different type of element insert in a stack? Is it possible?
Explain about the process management of operating system.
What is the application of tree data-structure?
Describe any two merits using single linked list over the doubly linked list and vice-versa?
Briefly describe the term B tree?
Illustrates the recursive algorithm?
Write down the major data structures employed in the following areas: RDBMS, Network data model and Hierarchical data model?
Illustrates the Oracle Block? How can two Oracle Blocks have the same address?
What is known as error tracking?
18,76,764
1923571 Asked
3,689
Active Tutors
1454416
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!