extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.
-
Updated
May 14, 2023 - Python
extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.
Algorithms and Data Structures, solutions to common CS problems.
asyncio-mongo-reflection is an ORM like library. It provides reflections that write each separate change of wrapped python's list/deque, dict or any their nested combination to mongodb objects asynchronously in background using asyncio.
Python program utilizing namedtuples, defaultdict, dictionaries, and deque for efficient organization, display, and management of elementary and composite product details.
✔️ Abstract Data Types algorithm in Python
Thread-safe, double-ended queue with queue.Queue()-like functionality. Supports blocking operations, task tracking, join() and task_done() methods.
A deque with mostly standard functionality plus a few additional features.
A personal collection of code notes, use cases, and best practices organized by topics for quick reference.
Data Structures and Algorithms in Python
Master's | Basic Algorithms & Data structures | Module 2 | Main Data Strucrures
Pluggable, compressed in-memory queues and deques for both sync and asyncio applications.
In computer science, a double-ended queue (abbreviated to deque) is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front (head) or back (tail).
Add a description, image, and links to the deque topic page so that developers can more easily learn about it.
To associate your repository with the deque topic, visit your repo's landing page and select "manage topics."