Talk:Self-balancing binary search tree
![]() | Computing Unassessed | |||||||||
|
![]() | Computer science Unassessed | ||||||||||||||||
|
tree
Is a B-Tree a binary tree? Doesn't a binary tree only allow two connections from it, while a B-Tree can have a lot more.
- A B-tree is certainly not a binary tree. I have no idea when that link snuck in. Away with it! Deco 02:41, 6 Apr 2005 (UTC)
Ordered lists
The link to ordered lists goes to a page about HTML markup!
Presumably there's a better destination for it... does anyone know of one? 84.9.75.24 (talk) 11:00, 27 November 2007 (UTC)
Implementations
That section should mention the differences between the various algorithms, which ones are good, which ones aren't, and which perform better in certain situations. Shinobu (talk) 03:14, 7 December 2007 (UTC)
- Good idea, this is an appropriate article for comparison. Dcoetzee 03:32, 7 December 2007 (UTC)
Proof of min size
I appreciate the work that went into typing the proof of the minimum tree height. That proof would be fine in a textbook, but unfortunately Wikpedia is not a textbook; its articles are not supposed to include proofs, over-justify statements, or over-explain examples. Sorry, and all the best, --Jorge Stolfi (talk) 02:27, 11 August 2009 (UTC)
Is a splay height balanced?
In the first part of this article it reads: "a self-balancing (or height-balanced) binary search tree is any binary search tree data structure that automatically keeps its height" a splay tree is listed in this article as a tree that fits this description. however I do not believe that a splay tree is height balanced. I'm new to this so maybe someone whos better ith this topic could clarify, I'm just studying for a test :P DriverChief (talk) 21:30, 16 December 2009 (UTC)