Skip to content

Representations of real-world use cases for linear data structures.

License

Notifications You must be signed in to change notification settings

jamespolley/linear-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linear-data-structures

This project implements linear data structures that aim to represent real-world use cases. linear-data-structures is currently in progress.

Description

Examples of the following linear data structures:

  • Linked List - To Do List
  • Doubly Linked List - Music Player
  • Queue - Customer Orders
  • Stack - Stack

Usage

See example.py file in each folder for useage examples.

About

Representations of real-world use cases for linear data structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages