Learn Advanced Data Structures with Python: Deques
Learn how to leverage the power of double-ended queues (deques) in Python.
About this course
Continue your Python 3 learning journey with Learn Advanced Data Structures with Python: Deques. Learn how to program double-ended queues, or deques, in Python to leverage the power of a stack and queue simultaneously by allowing for using both a doubly-linked list or array.
Notes on Prerequisites
We recommend that you complete Learn Advanced Python 3: Concurrency before completing this course.
There are no reviews yet.