VertitimeX Technologies
Data Structure Topics

Queues.

Queue is the similar to real life example like first person who gets first will be first.
Queue follows the First In First Out (FIFO) rule - the item that goes in first is the item that comes out first.