Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.56 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.56 KB

Data structures

Build Status Coverage Status

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.

Usage notes

I don't recommend to use it in your production environment as 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.

Data structures implemented

Links

Tests

tox