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
Science,
5 months ago
Political Science,
5 months ago
Physics,
10 months ago
Math,
10 months ago
Political Science,
1 year ago