Certificate Programs
Courses
Building Blocks
Types
Functions
Properties
Conditional Properties
Proofs
Why Logicwalk?
Log In
Get Started
Node
Graph Node
Node is used as output in the following functions:
node (
value
,
left
,
right
)
node (
value
,
children
)
result of removing
value
from tree
tree
output of the bst_delete function where input tree is
tree
, value is
value
, visited is
visited
, and moves are
moves
result of balancing the tree
tree
result of rotating
tree
clockwise
result of rotating
tree
twice
result of updating the root of
tree
with
value
result of building the BST from nodes
nodes
and moves
moves
result of AVL insert of tree
tree
and value
value
Comments
Please
log in
to add comments