What is the main difference between the Stack and the Queue abstract data types?

Queues are FIFO (first in, first out) data types. That is, the first object to be queued is the first objected to be dequeued. Stacks are LIFO (last in, first out) data types, meaning that the last object pushed onto the stack is the first object to be popped from the stack.

Related Computing A Level answers

All answers ▸

What is recursion and why is it useful?


Write a Pseudocode function that returns the factorial of an integer input.


Project Euler Question 3: What is the largest prime factor of the number 600851475143?


What is the denary equivalent of the hexadecimal number A7?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy