nbro/andz

Make sure all style and type checks have passed

Opened this issue · 0 comments

nbro commented

TODO

  • Fix some type hints (e.g. some functions return _BSTNode while in reality the type should be Optional[_BSTNode], as they may also return None or type hints object, which may should be Any?)