Queues and Stacks

Channel:
Subscribers:
2,720
Published on ● Video Link: https://www.youtube.com/watch?v=YXFUrL0gVRc



Duration: 26:41
95 views
1


Queues and Stacks are the simplest data structures you (won't) write in data structures.

Queues are a first in first out data structure
Stacks are a last in first out data structure