https://github.com/piyush26c/canteen-billing-system
[Course Project] Canteen 🍔 Billing System implemented by using C++ programming language. Primary data structure used is Linked List leveraging its run-time space efficiency 🚀.
https://github.com/piyush26c/canteen-billing-system
algorithms-and-data-structures canteen-billing linked-list
Last synced: about 1 month ago
JSON representation
[Course Project] Canteen 🍔 Billing System implemented by using C++ programming language. Primary data structure used is Linked List leveraging its run-time space efficiency 🚀.
- Host: GitHub
- URL: https://github.com/piyush26c/canteen-billing-system
- Owner: piyush26c
- Created: 2018-12-19T15:50:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T09:13:39.000Z (over 3 years ago)
- Last Synced: 2025-02-05T08:51:37.319Z (3 months ago)
- Topics: algorithms-and-data-structures, canteen-billing, linked-list
- 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
# Canteen Billing System 🖥
Canteen Billing System implemented by using C++ programming language. Primary data structure used is Linked List leveraging its run-time space efficiency.