Search:

Type: Posts; User: Rectangle

Search: Search took 0.10 seconds.

  1. Re: Generalizing actions for a binary tree traversal?

    Answered at java - Generalizing actions for a binary tree traversal? - Stack Overflow
  2. Generalizing actions for a binary tree traversal?

    I'm trying to find a way that I could take a binary tree class and traverse through it's nodes, performing X inline actions on each node without having to rewrite the same traversal code.
    If Java...
Results 1 to 2 of 2