我有一個應該讓我創建一個RB樹的程序,但是當我運行它,我得到以下錯誤: run:
Error: Main method not found in class mainrbt.MainRBT, please define the main method as:
public static void main(String[] args)
Java Result: 1
BUILD SU
什麼是在Scala 2.10.x中應該使用的標準平衡二叉搜索樹實現?我環顧四周,看起來AVLTree被刪除,並且RedBlack已棄用,並顯示消息(Since version 2.10.0) use TreeMap or TreeSet instead。但是,TreeMap和TreeSet不提供我需要的功能,因爲我需要能夠遍歷樹並在此基礎上構建更復雜的數據結構。 是否有任何新類提供不被棄用的普通平