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

Are collections thread safe?

0 Answers  


Can you list out the areas in which data structures are applied extensively?

0 Answers   TCS,


What is meant by heap sort?

0 Answers  


Write a recursive c function to calculate the height of a binary tree.

0 Answers  


Define Data Structures?

0 Answers  






Is duplicate allowed in hashmap?

0 Answers  


Define open addressing?

0 Answers  


What happens if we try to insert duplicate key in hashmap?

0 Answers  


Can you make an arraylist of arrays?

0 Answers  


What is difference between array and arraylist?

0 Answers  


There are 8, 15, 13, 14 nodes were there in 4 different trees. Which of them could have formed a full binary tree?

1 Answers  


How do you explain bubble sort?

0 Answers  


Categories