We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
dont quite understand the example
if at move time 1 the state is:
((X . (. X .)) X (. X (X . X)))
why is 1 [><] equal to X?
what im getting from instructions is that > moves me to the (. X (X . X))) tree and then going left by < should be taking me to the left . of right side tree root X
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
The Tree Of Life
You are viewing a single comment's thread. Return to all comments →
dont quite understand the example if at move time 1 the state is:
((X . (. X .)) X (. X (X . X)))
why is
1 [><]
equal toX
?what im getting from instructions is that
>
moves me to the(. X (X . X)))
tree and then going left by<
should be taking me to the left.
of right side tree root X