Some of my fav lil data structures.
These are not meant to be highly performant.
They are useful for smaller datasets and for personal scripts.
Like all functional stuctures, they play very well with recursive algos.
Install like any PyPI package:
pip install funstruct, poetry add funstruct, ...
This repo utilizes just, which defines a set of common commands.
Simply type just to see a list of available commands.
These commands are for testing, debugging, etc.
This repo utilizes ruff. Initial Setup:
just installhooksFormatting and linting will occur on commit.