/data-structures

A collection of data structures and snippets in Python

Primary LanguagePython

Data Structures

A collection of data structures and snippets in Python that I've found useful.

Example stable sort on dates:

Sort the second component, then the first component. Ex. dates: sort a 3-tuple by days first, then months, then year.