There are Few types of Queue:
1. Simple Queue
1. Simple Queue
Simple queue defines the simple operation of queue in which insertion occurs at the rear of the list and deletion occurs at the front of the list. its also called uni-directional (one way) queue.
Output:
1. Insert
1. Insert

2. Display

3. Delete
