It wasn't the best experience I had but everything comes with ups and downs. I learned more about how to work within a team and how sometimes tasks won't be completed while the deadline keeps approaching steadily. We should learn from all our experiences; both good and bad. My initial reaction was that I didn't think that things would work in this group but we managed anyway and we were able to deliver a basic project. I hope that the thesis project experience will be a lot better than this one. I actually learned multiple stuff and I'm grateful for that.
Stack is like a pile of books placed on top of each other. We can add new books to the top and can remove them from only the top because stacks are LIFO which means last-in, first-out. Queues on the other hand are the opposite, which is FIFO meaning first-in, first-out. So adding an element to the queue will be the same but removing will happen to the first element not the last one. An example of a queue would be the wait line in front of any kind of service we see around us like the bus station or the shops,....etc.
Comments
Post a Comment