This project implements linear data structures that aim to represent real-world use cases. linear-data-structures is currently in progress.
Examples of the following linear data structures:
- Linked List - To Do List
- Doubly Linked List - Music Player
- Queue - Customer Orders
- Stack - Stack
See example.py file in each folder for useage examples.