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

How do you do binary search?

0 Answers  


Which is faster hashmap or treemap?

0 Answers  


Are linked lists useful?

0 Answers  


Is bucket sort a comparison sort?

0 Answers  


What are the advantage of linked list over array?

0 Answers  


What are arrays used for?

0 Answers  


Why do we need to use computers to help us sort lists?

0 Answers  


Why is hashmap faster than treemap?

0 Answers  


Can we null keys in treemap?

0 Answers  


Can map contain duplicate keys?

0 Answers  


What is the time complexity of arrays sort?

0 Answers  


What does args stand for?

0 Answers  


Categories