Hello, I have an order statistic tree implemented [1]. I am aware of a red/black BST version of the sama ADT [2]. However, [1] implements the Set interface; [2] implements none.
What do you think about it? Best regards, rodde [1] https://github.com/coderodde/OrderStatisticTree [2] https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS-479