Skip to content

Instantly share code, notes, and snippets.

@undetected1
Created May 7, 2010 21:28
Show Gist options
  • Save undetected1/394023 to your computer and use it in GitHub Desktop.
Save undetected1/394023 to your computer and use it in GitHub Desktop.
// define a visitor class
public interface NodeVisitor {
public void visit(RedBlackTree node,int depth);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment