Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-20T19:28:21.000Z (4 months ago)
- Last Synced: 2024-07-20T20:36:43.084Z (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
* ![C++](https://img.shields.io/badge/c%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=ffffff)