What data structure would you mostly likely see in non recursive implementation of a recursive algorithm?
a) Stack
b) Linked List
c) Tree
d) Queue
a) Data Transfer between two asynchronous process
b) Compiler Syntax Analyzer
c) Tracking of local variables at run time
d) A parentheses balancing program
Which of the following is not the application of stack?Read More »
a) Stack
b) Queue
c) List
d) Array
Which data structure is used for implementing recursion?Read More »
a) Index value of an array can be negative
b) Elements are sequentially accessed
c) Data structure like queue or stack cannot be implemented
d) There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
a) A programming language
b) A collection of algorithms
c) A way to store and organize data
d) A type of computer hardware
Answer:
c) A way to store and organize data