Hi Friends !
Which Data Structure is used to perform Recursion?
a) Queue
b) Stack
c) Linked List
D) Tree
#Keep smiling :)
Answers
Answered by
7
Explanation:
Explanation: To keep the Last In First Out order, a stack can be implemented using linked list in two ways:
a) In push operation, if new nodes are inserted at the beginning of linked list, then in pop operation, nodes must be removed from beginning.
Answered by
2
Answer:
b) stack
hope this helps
# you also keep smiling
Similar questions
Economy,
6 months ago
Chemistry,
6 months ago
India Languages,
6 months ago
Physics,
1 year ago
Math,
1 year ago
Political Science,
1 year ago