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🙏
2 Respostas
+ 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
0
Thanks Davide