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.
Explain binary tree?
Write the goals of Data Structure?
Write down the difference between BFS and DFS?
Define the fastest sorting method to use?
Illustrates the disadvantages of circular linked list over linear linked list?
Explain about a B+ tree and its uses.
Briefly describe the term stack operation?
Describe in brief the term binary search?
Define the use of Direct Access in linked list instead of an array or vice versa.
What is win-win spiral model?
18,76,764
1923123 Asked
3,689
Active Tutors
1459957
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!