I'm implementing a RNL traversal across this binary search tree

here's my pseudocode and the loop I'm trying to implement it with:

1. If there is a node to the right, push current node onto...