Skip to main content

Posts

Featured

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                ...

Latest posts

Pertemuan Ke-4 (20/03/18) - Introduction to Tree, Binary Tree, and Expression Tree

Pertemuan Ke-3 (13/03/18) - Linked List Implementation II

Pertemuan ke-2 (27/02/2018) - Linked List Implementation

Pertemuan ke-1 (20/02/18). Array, Pointer, Linked List