TreeSet
TreeSet copied to clipboard
Bugfixes for floor and ceiling
- Fixes #1. Returns
Nonesince the Java equivalent returnsnull - Due to Python indexing, if the
floor()of a TreeSet does not exist, the last element of the set is returned. Now returnsNoneif it does not exist - Added tests to check the above
- Minor changes to make the codebase more PEP 8 compliant