Concept:
Queue
A First In First Out Data Structure, it means that the first element added to the queue
will be the first one to be removed. A queue is an example of linear data structure. [Wiki]
No comments:
Post a Comment