What data structure would you mostly likely see in a non
recursive implementation of a recursive algorithm?

Answers were Sorted based on User's Feedback



What data structure would you mostly likely see in a non recursive implementation of a recursive al..

Answer / pavan

Stack

Is This Answer Correct ?    61 Yes 2 No

What data structure would you mostly likely see in a non recursive implementation of a recursive al..

Answer / shweta

stack

Is This Answer Correct ?    36 Yes 2 No

What data structure would you mostly likely see in a non recursive implementation of a recursive al..

Answer / karan

stack. Tree Travelsal is a very good example.

Is This Answer Correct ?    17 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define b-tree of order m?

0 Answers  


Explain binary search tree?

0 Answers  


ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm

2 Answers  


Write a data structure for a queue.

0 Answers   Tavant Technologies, Zensar,


Explain about Merge Sort?

1 Answers  






Differentiate between set and map.

0 Answers  


What are different methods of collision resolution in hashing.

0 Answers  


Define distributed query and linked server?

0 Answers  


Write the syntax in c to create a node in the singly linked list.

0 Answers  


Can we put null value in hashmap?

0 Answers  


how to search an element in sorted linked list with time complexity is O(log n).

3 Answers   Wipro,


How do you find the time complexity of a bubble sort?

0 Answers  


Categories