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.
Briefly describe the term linear and non linear data structure?
Explain about the priority queue?
Define the Armstrong rules.
Explain when AVL tree property is violated and describe how to solve it?
Write down a brief note on the term iterative algorithm?
Describe in brief the term binary search?
Define how to implement queue by using stack?
What do you mean by Huffman algorithm?
What are the differences between Recursive Case and Tail Recursion?
What is Black box testing?
18,76,764
1953425 Asked
3,689
Active Tutors
1447650
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!