KnowledgeBoat Logo

Computer Science

When a queue is implemented with the help of a list, it is termed as a linear queue.

Python Queue

2 Likes

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

1 Like


Related Questions