什麼項目在根目錄後面的插入 插入一個空的splay樹後:1,11,3,10,8,4,6,5,7 ,9,2?splay樹:什麼項目在根目錄
0
A
回答
0
根據伸展樹的定義:
Splaying the tree for a certain element rearranges the tree so that the element is placed at the root of the tree.
所以我相信這將永遠是插入的最後一個元素。
1
This is How the Splay tree looks after inserting each element.
Each frame shows the splay tree after ith element is inserted.
I wish,it clears your doubt!!!!
+0
對於Splay樹形圖。 – 2012-07-11 19:32:41
相關問題
- 1. 什麼是doc根目錄?
- 2. 什麼是根目錄?
- 3. 什麼是Code :: Blocks項目目錄樹方案?
- 4. 多根目錄樹結構
- 5. .htaccess項目根目錄
- 6. 設置項目根目錄?
- 7. 獲取項目根目錄
- 8. Grails createLink項目根目錄?
- 9. 我的項目根目錄下的ic_launcher-web.png有什麼作用?
- 10. 分支後項目根目錄中的文件是什麼?
- 11. 什麼項目目錄應該logback.xml在SBT/Scala項目中?
- 12. Eclipse和PHP:在項目的根目錄
- 13. Robots.txt在我的項目根目錄
- 14. 樹和目錄有什麼區別?
- 15. 測試Splay樹
- 16. 遞歸Splay樹
- 17. Splay樹插入
- 18. TFS 2010上的項目目錄樹
- 19. 爲什麼在根目錄中存在條目「..」?
- 20. Splay樹的Zig-zag和AVL樹的旋轉有什麼區別?
- 21. 什麼是文檔根目錄?
- 22. 什麼是根目錄的SD卡
- 23. 在根目錄
- 24. TortoiseHG:在目錄樹
- 25. 從ede獲取項目根目錄
- 26. 如何獲取項目根目錄?
- 27. openshift上的Flask項目根目錄
- 28. Laravel:更改項目根目錄
- 29. 根據URL設置nodejs項目目錄
- 30. 更改Visual Studio項目根目錄?
2將是你的根 – DonCallisto
最後一項將是根,這是張大樹的主要屬性。請參閱http://lowcoupling.com/post/81057347460/binary-search-avl-and-splay-trees – lowcoupling