I want to do a project on c datastructure (realtime) guide me... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to do a project on c datastructure (realtime) guide me...

I am an engineering student, now I need to do a project based on c datastructure( stack,queue,linkedlist,Binary tree,graph). Please give me some idea or guide me. Thanks in advance🙏

21st Nov 2020, 1:34 PM
Santosh Chavan
Santosh  Chavan - avatar
2 Answers
+ 2
You can do a program that gives useful info about the queue in a store. Suppose that in average the store gets 1 customer every x minutes (edit: randomize a bit x) you can output statistics about how many customers there are in the store at a given time; what's the average waiting time of a customer; how this statistics change hiring another cashier; how about just having a faster cashier? You can even introduce variables about money and output some kind of business plan
21st Nov 2020, 5:16 PM
Davide
Davide - avatar
0
Thanks Davide
22nd Nov 2020, 6:40 AM
Santosh Chavan
Santosh  Chavan - avatar