Queue - is first in first out (FIFO) data structure
it is the most apporiate in printer queues , keyboard buffers, download buffers and processor schedulling queue
Stack - is First in last out (FILO) data structure
it is most apporiate in subprogram return address, recursion values, short term arithmetical results, revesing a queue or list and an undo funciton
Comments
No comments have yet been made