/**
* @author Ilham Yuliantoro 105090600111029
*/
import java.util.Scanner;
class Node {
int Data;
Node AnakKiri;
Node Anakkanan;
}
class Tree{
public Node root;
public Tree(){
root=null;
}
You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "