- Notifications
You must be signed in to change notification settings - Fork0
Pure python data structures implementations
License
NotificationsYou must be signed in to change notification settings
prawn-cake/data_structures
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a pet project implementing different common and specific data structures in pure python.
The goal of this project learn and understand how different data structures work under the hood.
I don't recommend to use it in your production environmentas is.
I recommend try to find mature implementations, but in case you need to customize behaviour and mature implementation doesn't allow you to do it or it just doesn't exist,my implementation is a good start to customize it for your needs.
- Binary search tree
- Binary heap
- Graph (directed/undirected)
- basic find path function
- dijkstra search
- bfs
- BK-Tree
- Prefix tree
- Disjoint set
- Minimum spannin tree
tox