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

Explain Queue

0 Answers   Tech Mahindra,


What do you mean by data types?

0 Answers  


Which programming language is best for data structures?

0 Answers  


How do you find the complexity of a bubble sort?

0 Answers  


How does the bubble sort work?

0 Answers  






How do you define a set?

0 Answers  


What is the difference between the hash table and hash map?

0 Answers  


What is a subtree in data structures?

0 Answers  


List the applications of set adt?

0 Answers  


Define a right-skewed binary tree?

0 Answers  


Describe queue operation.

0 Answers  


What are the advantages of sorting?

0 Answers  


Categories