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.
Describe in brief the term binary search?
Briefly describe the term sequential search? And also write down the average number of comparisons in a sequential search?
Write down the differentiation between STACK and ARRAY?
What is the way to implement of deletion from a binary tree?
What do you mean by spanning Tree?
Briefly describe the term Bubble Sort and Quick sort?
Explain about the Huffman algorithm.
How is the Doubly Linked List associated with Circular Linked List?
Write about queue?
List out the regions in which the data structures are applied widely?
18,76,764
1952385 Asked
3,689
Active Tutors
1452684
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!