Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)