remove 'TODO' from the list of future improvements
This commit is contained in:
parent
d001171435
commit
dc27759bd1
1 changed files with 4 additions and 2 deletions
|
|
@ -23,11 +23,13 @@ use core::prelude::*;
|
|||
// as a right child. The time complexity is the same, and re-balancing
|
||||
// operations are more frequent but also cheaper.
|
||||
|
||||
// TODO: implement Ord for TreeSet
|
||||
// Future improvements:
|
||||
|
||||
// implement Ord for TreeSet
|
||||
// could be superset/subset-based or in-order lexicographic comparison... but
|
||||
// there are methods for is_superset/is_subset so lexicographic is more useful
|
||||
|
||||
// TODO: (possibly) implement the overloads Python does for sets:
|
||||
// (possibly) implement the overloads Python does for sets:
|
||||
// * union: |
|
||||
// * intersection: &
|
||||
// * difference: -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue