Pertemuan Ke-5 (27/03/18) - Binary Tree
Nama : Wirasatya Aryyaguna NIM : 2101670532 Binary tree Algorithm: Step 1: IF TREE = NULL, then Allocate memory for TREE SET TREE->DATA = VAL SET TREE->LEFT = TREE ->RIGHT = NULL ...
