Please enable JavaScript.
Coggle requires JavaScript to display documents.
Kump 2 (chapter 2) - Coggle Diagram
Kump 2 (chapter 2)
Operation in Linked List
-
-
-
6.Traversing || To find a value, find a position for insertion.
-
List & Linked List
-
List is a collection of data, element, component or objects with similar data type
EXAMPLE OF LIST:
CHARACTERISTIC OF LIST
-
-
- array for storing entries
List operation
~Insertion = Adds an element at the beginning of the list,middle and end of the list.
~Deletion = Requires that the list be searched to locate the data being deleted.
~Retrieval = Requires that data be located in a list and presented to the calling module without changing the contents of the list.
~Traversal= Special case of retrieval in which all elements are retrieved in sequence.
-
-
-
-
-
-
-
-
-
-
-
-