Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Structures - Coggle Diagram
Data Structures
Tree
-
Binary Heap
-
-
-
Implementation
Priority Queue, Dijikstra’s algorithm, Prim's graph algorithm
-
-
Linear Data Structure
-
Abstract Data Type
-
-
Queue
Principle
FIFO(First In, First Out)
-
-
-
-
Other
Graph
Conditions
Set of vertices i.e., nodes
Set of ordered pair u,v i.e, edges
-
-
Trie
-
-
-
Information
Advantages
Better than hashing, no collisions
-
-
-
A data structure is a particular way of organizing data in a computer so that it can be used effectively.