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 で辞書を作成してバイナリツリーを使用する実装がどこかにあるかどうか、誰かが教えてくれますか?
それがまさにTreeMapクラスが行うことです。
TreeMap
はい。TreeMap クラスを使用できます。
ドキュメントには、Red black trees で実装されていると書かれています。
赤黒木は、各ノードが色属性を持ち、その値が赤または黒の二分探索木です。二分探索木に課される通常の要件に加えて、次の追加要件が赤黒木に適用されます。
詳しく知りたい方はソースをどうぞ。