Adds a __repr__ to graph.
[pyutils.git] / src / pyutils / collectionz / interval_tree.py
2023-06-12 Scott GaschMore sanity with exception types and raises docs.
2023-06-09 Scott GaschMerge simple and typing.
2023-05-08 Scott GaschUse Protocol to implement the interface typevar here...
2023-03-05 Scott Gaschtypes -> typez as the name mirrors a python core librar...
2023-02-28 Scott GaschI guess it's 2023 now...
2022-12-17 Scott GaschAdds Graph.
2022-12-16 Scott GaschTiebreak ordering of ranges with the same lower bound...
2022-12-15 Scott GaschMore docs...
2022-12-15 Scott GaschMore docs.
2022-12-15 Scott GaschUpdate docs again.
2022-12-15 Scott GaschUpdate docs and type hints in interval_tree. Add it...
2022-12-15 Scott GaschFix interval_tree so it actually works. Add unittests.
2022-12-13 Scott GaschAdds IntervalTree.