Unit-5 Binary Trees
Binary tree AVL Tree Heap
Continue ReadingBinary tree AVL Tree Heap
Continue ReadingWhat Is Linked List? (2002 , 2007,2011) Linked list is one in which all nodes are linked together .Each node contains two parts. Data contains elements . Next/Link contains address of next node . Structure of singly linked list The head always points to the first node . All nodes are connected to each other […]
Continue Reading