using System.Collections.Generic;
if(c=='-' || c=='+' || c=='/' || c=='*')
Stack<Node> st = new Stack<Node>();
for(int i=0; i<s.Length; i++)
Console.Write(root.c+" ");
public static void Main()
Program tree = new Program();
String postfix = "ab+ef*g*-";
Node root = tree.notation(postfix);