Complex data structures built on top of linked list that use first-in-first-out behaviour or called __________
Answers
Answered by
1
Answer:
Stacks can be implemented using linked lists. b. Stacks are first-in, first-out (FIFO) data structures.
Similar questions