DEV Community

Discussion on: Implement a Queue using a Linked List

Collapse
 
paddy3118 profile image
Paddy3118

Remember that it's CS. Understanding over use. If given a restricted environment in maybe a strange language, then it allows recognition. If you were coding at a higher level and needed a queue then you would never implement on top of a linked list in Python for example.