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.
1 parent aedbb0b commit d8a4bfcCopy full SHA for d8a4bfc
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