Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java TreeSet を Order-Statistics ツリーに拡張したいと考えています。したがって、私の考えは、すべてのノードにサブツリーのサイズを保存し、サブツリーのサイズも更新されるメソッドadd()を操作することでした。remove()
add()
remove()
すでにこれを実装しているいくつかのデータ構造 (Java にも) があることは知っていますが、データ構造を変更するたびに、この属性が格納および更新されるように TreeSet クラスを拡張できるかどうかという質問があります。