jdsl.core.algo.treetraversals
Class PostorderTraversal

java.lang.Object
  |
  +--jdsl.core.algo.treetraversals.BinaryTreeTraversal
        |
        +--jdsl.core.algo.treetraversals.PostorderTraversal

public class PostorderTraversal
extends BinaryTreeTraversal


Constructor Summary
PostorderTraversal()
           
 
Method Summary
 java.lang.Object execute(BinaryTree T)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostorderTraversal

public PostorderTraversal()
Method Detail

execute

public java.lang.Object execute(BinaryTree T)
Overrides:
execute in class BinaryTreeTraversal