Talk:Binary search tree
This is not a forum for general discussion of the subject of the article.
- Put new text under old text. Click here to start a new topic.
- New to Wikipedia? Welcome! Learn to edit; get help.
- Assume good faith
- Be polite and avoid personal attacks
- Be welcoming to newcomers
- Seek dispute resolution if needed
| Good article | Binary search tree has been listed as one of the Engineering and technology good articles under the good article criteria. If you can improve it further, please do so. If it no longer meets these criteria, you can reassess it. | |||||||||||||||
| ||||||||||||||||
| Current status: Good article | ||||||||||||||||
It is of interest to the following WikiProjects:
| WikiProject icon | Computer science High‐importance | ||||||||||
| |||||||||||
Translation into Chinese Wikipedia
[edit ]The version 10:23, 2 May 2025 is translated into the Chinese Wikipedia with modifications. 深鸣 (talk) 08:48, 11 May 2025 (UTC) [reply ]
Expanding coverage of the average case
[edit ]"The complexity analysis of BST shows that, on average, the insert, delete and search takes O(log n) for n nodes"
This is a nontrivial fact and it would be good to have a source which provides a proof of it. (One such source is https://cs.umb.edu/~ryanc/24s/cs624/07-bst.pdf)
Additionally, stronger results on the behavior of "average" BSTs are known. For example, it has been proven that, if H_n is the height of a random BST with n elements then E[H_n] = a ln n + O (log log n) for a = 4.31107..., and that Var[H_n] = O((log log n)^2). source: https://luc.devroye.org/devroye_reed_1995_variance_height_random_binary_search_tree.pdf
In my opinion, stronger results, such as the one above, deserve to be mentioned in the article. Grassoc Oremaker (talk) 07:29, 26 September 2025 (UTC) [reply ]
- Wikipedia good articles
- Engineering and technology good articles
- GA-Class level-5 vital articles
- Wikipedia level-5 vital articles in Mathematics
- GA-Class vital articles in Mathematics
- GA-Class mathematics articles
- High-priority mathematics articles
- GA-Class Computing articles
- Low-importance Computing articles
- All Computing articles
- GA-Class Computer science articles
- High-importance Computer science articles
- WikiProject Computer science articles