Skip to content

hungpham3112/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŒ‘ DataStructure

Data structure implementation in Python 🐍

πŸ› οΈ Prerequisites

  • Python >= 3.6

πŸš€ Usage

Clone the repository to your local machine:

git clone https://github.com/hungpham3112/DataStructure.git
cd DataStructure

E.g: Stack implementation using Linked List

Input:

python stack/doubly_stack.py

Output:

None <- 9 <=> 3 <=> 2 <=> 1 -> None
None <- 3 <=> 2 <=> 1 -> None
None <- 2 <=> 1 -> None

About

Data structure implementation in Python 🐍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages