Slide 10
Slide 10 text
loc, node and root
A loc (location) point to the current node
along with the context (up, left and
right)
think: « like a pointer » to a particular node
in the tree
(node loc) returns the node at the loc
(root loc) returns the root node (and not
the loc!)