Comparable.. and better type hints on dict_utils.
[pyutils.git] / src / pyutils / collectionz / bst.py
2023-06-08 Scott GaschComparable.. and better type hints on dict_utils.
2023-05-25 Scott GaschCleanup code and update docs in bst.py.
2023-05-08 Scott GaschImprove docs on bst.py again.
2023-05-08 Scott Gaschsmall comment change.
2023-05-08 Scott GaschDots instead of pass...
2023-05-08 Scott GaschUse Protocol to implement the interface typevar here...
2023-05-07 Scott GaschAdds find_lowest_node_less_than_or_equal_to.
2023-05-06 Scott GaschCleanup code / comments.
2023-05-06 Scott GaschImprove type hints in bst.py.
2023-05-05 Scott GaschBetter definition of "fuzzy".
2023-05-05 Scott GaschIterate within a range.
2023-02-28 Scott GaschI guess it's 2023 now...
2022-12-15 Scott GaschFix interval_tree so it actually works. Add unittests.
2022-12-13 Scott GaschAdds IntervalTree.
2022-10-16 Scott GaschMore work to improve documentation generated by sphinx...
2022-10-14 Scott GaschImprove documentation.
2022-10-12 Scott GaschMigration from old pyutilz package name (which, in...