What data structure would you mostly likely see in a non
recursive implementation of a recursive algorithm?

Answer Posted / pavan

Stack

Is This Answer Correct ?    61 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a postfix expression?

737


What is the difference between array and list?

659


How are the elements of a 2d array are stored in the memory?

781


What data structure does a binary tree degenerate?

612


Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential

896


How does arraylist store data?

650


Which is the parent class of enumset class?

737


Which searching algorithm is best?

653


What is array and structure?

721


Write the importance of hashing?

779


Is radix sort faster than quicksort?

658


Why would we use dynamically allocated arrays vs vectors?

603


Does linked list allow null values?

626


How do you determine if a binary tree is height balanced?

717


What is dangling pointer and how to avoid it?

706