Binary Search Tree - Java Implementation

后端 未结 6 940
陌清茗
陌清茗 2020-12-04 07:47

I\'m writing a program that utilizes a binary search tree to store data. In a previous program (unrelated), I was able to implement a linked list using an implementation pro

6条回答
  •  天命终不由人
    2020-12-04 08:37

    According to Collections Framework Overview you have two balanced tree implementations:

    • TreeSet
    • TreeMap

提交回复
热议问题