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

Difference between arrays and linked list?

0 Answers  


Difference between calloc and malloc in data structures?

0 Answers  


What data structure does a binary tree degenerate?

0 Answers  


What is the complexity of arraylist?

0 Answers  


How do you find the complexity of a bubble sort?

0 Answers  


How to cut or remove an element from the array?

0 Answers  


What is the heap in data structures?

0 Answers  


Which is the parent class of deque<e> class?

0 Answers  


Write an algorithm to show various operations on ordered list and arrays

0 Answers  


What is push and pop in stack?

0 Answers  


Are duplicates allowed in list?

0 Answers  


Mention the data structures which are used in graph implementation.

0 Answers  


Categories