Talk:Threaded binary tree
| This article is rated C-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
| |||||||||||
Diagram
This article needs a cell-arrow diagram like the other tree and linked list articles have. On my to-do list. Dcoetzee 04:57, 11 February 2008 (UTC)
- Someone else took care of it. Great job. :-) Dcoetzee 22:55, 15 February 2008 (UTC)
threaded binary tree is presented by "Thornton" and "Perlis". It is use full because simple binary tree has more than half of pointer areas with NULL. That is a memory wastage. To over come this problem threaded binary tree is used. —Preceding unsigned comment added by 117.211.83.26 (talk) 03:16, 13 December 2010 (UTC)
The Definition
The definition given in the article is not generalized. It is the definition of an in-threaded binary tree. The leaf nodes in threaded binary tree are capable of pointing to any other node. Different rules of tree pointing (of leafs) result in different types of threaded binary trees viz. in-threaded, pre-threaded, etc. Ajinx999 (talk) 23:57, 11 December 2009 (UTC)
File:Normal BInary Tree.gif Nominated for speedy Deletion
|
An image used in this article, File:Normal BInary Tree.gif, has been nominated for speedy deletion for the following reason: All Wikipedia files with unknown copyright status
Don't panic; you should have time to contest the deletion (although please review deletion guidelines before doing so). The best way to contest this form of deletion is by posting on the image talk page.
This notification is provided by a Bot --CommonsNotificationBot (talk) 17:08, 9 September 2011 (UTC) |
File:Threaded Binary Tree.gif Nominated for speedy Deletion
|
An image used in this article, File:Threaded Binary Tree.gif, has been nominated for speedy deletion for the following reason: All Wikipedia files with unknown copyright status
Don't panic; you should have time to contest the deletion (although please review deletion guidelines before doing so). The best way to contest this form of deletion is by posting on the image talk page.
This notification is provided by a Bot --CommonsNotificationBot (talk) 17:08, 9 September 2011 (UTC) |
Example diagram needs to be updated
I think there is a 'thread' missing in the diagram: http://en.wikipedia.org/wiki/File:Threaded_Binary_Tree.png
There should be a blue pointer from 'E' to 'A'. How can I update this image? Panditsurabhi (talk) 16:56, 21 April 2013 (UTC)
The non-recursive explanation still uses a visited list
If you keep track of what type of link was the last link you followed, then the algorithm no longer needs this list. Essentially change the "iff we haven't visited it earlier" to "iff we followed a normal link to the current node." I can make this change and modify the table that follows the explanation, if there are no objections. — Preceding unsigned comment added by 2601:8:9A00:EC0:A89D:3B7F:6FE5:2742 (talk) 21:17, 7 December 2014 (UTC)
India Education Program course assignment
This article was the subject of an educational assignment at College Of Engineering Pune supported by Wikipedia Ambassadors through the India Education Program during the 2011 Q3 term. Further details are available on the course page.
The above message was substituted from {{IEP assignment}} by PrimeBOT (talk) on 20:08, 1 February 2023 (UTC)
"Fully threaded BST" topic
There is a request in Wikipedia:Requested_articles/Applied_arts_and_sciences/Computer_science,_computing,_and_Internet for an article on a "Fully threaded binary search tree". Would it make sense to include a section in this article, rather than creating a completely separate one? IncanterPatronus (talk) 23:01, 12 November 2024 (UTC)
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.