예제 #1
0
 public void PostorderTraversal()
 {
     Node.PostorderTraversal(this.RootNode);
 }