Tree sort (sorting) ===================== Current realization based on tree sort. Our algorithms can do 2 simple abstract things - add new elem and return sorted container So, below i realized and compare different approaches to implementation .. contents:: :local: Functions describes ------------------- .. automodule:: tree_sort.funcs :inherited-members: Data describes -------------- .. automodule:: tree_sort.data :inherited-members: Performance result ------------------ .. figure:: ../../tree_sort/result.png :scale: 50 % :alt: map to buried treasure