A Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently.
Types of Data Structures
Basically, data structures are divided into two categories:
Linear DS (Arrray, Stack, Queue, Linked List)
Non-Linear DS (Graph, Tree)
Popular Graph Based Data Structures:
Spanning Tree and Minimum Spanning Tree
Strongly Connected Components
Adjacency Matrix
Adjacency List
Popular Tree based Data Structure
Binary Tree
Binary Search Tree
AVL Tree
B-Tree
B+ Tree
Red-Black Tree
Comentários