Which data structure will you use for simulating a blanket donation camp?
Stack and Queue Queue – simulates queue of people waiting for their turn in FIFO manner Stack – simulates blankets being given in LIFO manner
Which data structure will you use for simulating a blanket donation camp? Read More »