Talk:Red black trees: Difference between revisions

No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2:
 
Someone on the internet, I forget who, says that red/black should be done from the top down rather than bottom up. The algorithms presented here are bottom-up. In fact, they are a port of Borland's C++ STL implementation. Note that they are not as simple as the AVL implementation in C#. RotateLeft and RotateRight have two parameters instead on one (as for AVL). [[User:NNcNannara|NNcNannara]] ([[User talk:NNcNannara|talk]]) 11:29, 11 July 2016 (UTC)
 
== Is this supposed to be a task? ==
 
(I thought we already had a red-black tree task, but I can't find it - I don't know if that's because of bit rot or because we never had one...)
 
If this is a [[Rosetta_Code:Add_a_Task|task], it should have a task description, at the very least. If this is meant to be part of some other task, it should link to that (if it still exists). --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 18:18, 15 July 2016 (UTC)
 
:: The red-black tree page is under [[Pattern_matching]]. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 22:06, 15 July 2016 (UTC)
::: And now also [[Red_black_tree_sort]] --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 05:04, 15 July 2022 (UTC)
7,820

edits