Difference Linear queue and Circular queue

Linear QueueCircular Queue
Data elements are stored in linear patterData elements are stored in circular pattern where rear end is connected with front end
It occupies more memory spaceIt occupies less memory space
Insertion and deletion of elements are possible from rear and front end onlyInsertion and deletion of element are possible from any position
error: Content is protected !!