Computer Science, asked by deekshack009, 1 month ago

Complex data structures built on top of linked list that use first-in-first-out behaviour or called __________​

Answers

Answered by rupali5823
1

Answer:

Stacks can be implemented using linked lists. b. Stacks are first-in, first-out (FIFO) data structures.

Similar questions