Learn Advanced Data Structures with Python: Deques
Offered By: Codecademy
Course Description
Overview
Learn how to leverage the power of double-ended queues in Python.
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](https://www.codecademy.com/learn/learn-advanced-python-3-concurrency) before completing 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](https://www.codecademy.com/learn/learn-advanced-python-3-concurrency) before completing this course.
Syllabus
- Double-Ended Queues: Learn how to leverage the power of double-ended queues!
- Article: Introduction to Deque
- Lesson: Implementing Deque in Python
- Quiz: Deque
- Project: Deque Palindrome Project
- Informational: Next Steps
Taught by
Alex DiStasi
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera