This document describes a menu driven program to perform queue operations like Enqueue, Dequeue, Peek and Display using functions. The program will allow the user to select an operation from the menu and perform the corresponding queue function. It will take input, perform the selected operation on the queue and display the output.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
221 views
Queue Operations in Python
This document describes a menu driven program to perform queue operations like Enqueue, Dequeue, Peek and Display using functions. The program will allow the user to select an operation from the menu and perform the corresponding queue function. It will take input, perform the selected operation on the queue and display the output.