Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Structure - Coggle Diagram
Data Structure
Linked List
Nodes & Pointers
more time needed to access an element
grow and shrink in size as we insert and remove elements.
ADT
data type as a software
component.
terms of a type + operations on that type
Data Structure
Member functions or Method for each operation
Classes
Objects/Class Instances
Managing complexity through abstraction
Array
Strings
Binary Strings
Bit Strings
Different Operations
Lexicographic Order
Accessed by Index
preliminary reserved computer memory
Priority Queue
highest priority item
Queue
first-in–first-out
Stack
last-in–first-out