We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14134f + d8a4bfc commit 97c00d4Copy full SHA for 97c00d4
src/red_black_tree.jl
@@ -1,7 +1,7 @@
1
# it has unique keys
2
# leftChild has keys which are less than the node
3
# rightChild has keys which are greater than the node
4
-# color is true if its a Red Node, else its false
+# color is true if it's a Red Node, else it's false
5
mutable struct RBTreeNode{K}
6
color::Bool
7
data::Union{K, Nothing}
0 commit comments