Queue/Definition: Difference between revisions

replace Template:BoxImage with wiki markup
(added a Common Lisp solution)
(replace Template:BoxImage with wiki markup)
Line 1:
{{task|Data Structures}}{{Data structure}}
{{BoxImage|[[File:Fifo.gif|frame|right|Illustration of FIFO behavior}}]]
Implement a FIFO queue. Elements are added at one side and popped from the other in the order of insertion.