Tag: 4th sem BIM Notes
DSA 2018
Group A A data structure is a collection of different forms and different types of data that has a set of specific operations that can be performed. It is a collection of data types. It is a way of organizing the items in terms of memory, and also the way of accessing each item […]
Continue ReadingLinked List
What 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