Computer Science
When a queue is implemented with the help of a list, it is termed as a linear queue.
Python Queue
1 Like
Answer
True
Reason — When a queue is implemented using a list, it is referred to as a linear queue. The syntax is : Queue = list()
or Queue = []
.
Answered By
3 Likes