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

What is a sorting algorithm in data structure?

0 Answers  


Can we modify final arraylist?

0 Answers  


Can you use Bubble Sort To sort the number of elements.

0 Answers   iNautix,


What are the applications of priority queues?

0 Answers  


What are the differences between b tree and b+ tree?

0 Answers  






Why is merge sort faster?

0 Answers  


What is garbage collection in data structure?

0 Answers  


How do you make a bubble chart with 3 variables?

0 Answers  


Which sorting is best?

0 Answers  


What is data structure and its operations?

0 Answers  


What is map entry?

0 Answers  


What are the different binary tree traversal techniques?

0 Answers  


Categories