DEV Community

Discussion on: Introduction to Data Structures and Algorithms With Python.

Collapse
 
kubona_my profile image
kubona Martin Yafesi

When we create the queue object, why can we not use the enqueue and dequeue methods to add and remove elements to that object? Basing on the first example about queues in the article!