https://github.com/mominaamjad/pizza-ordering-system
A project developed to practice the queue data structure in cpp. It is a simple pizza delivery system that runs on cmd.
https://github.com/mominaamjad/pizza-ordering-system
cpp data-structures queue semester-3
Last synced: 2 months ago
JSON representation
A project developed to practice the queue data structure in cpp. It is a simple pizza delivery system that runs on cmd.
- Host: GitHub
- URL: https://github.com/mominaamjad/pizza-ordering-system
- Owner: mominaamjad
- Created: 2023-03-26T10:16:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T19:28:21.000Z (9 months ago)
- Last Synced: 2025-01-06T11:45:43.759Z (4 months ago)
- Topics: cpp, data-structures, queue, semester-3
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
A pizza ordering system developed to practice the **Queue** data structure in C++Includes concepts of:
* Simple Queue
* Double-ended Queue
* Circular Queue
* Priority Queue### Built With
* 