Closed eytan-c closed 5 years ago
private WAVLNode findNode(int k) returns the node with the relevant key, and an external node otherwise.
private WAVLNode findNode(int k)
wrote this as treeSearch and treePosition functions (from slides) #29
private WAVLNode findNode(int k)
returns the node with the relevant key, and an external node otherwise.