Introduction to Data Structures | Linear and Non-Linear | Primitive vs Non-Primitive Data Structure

Опубликовано: 18 Октябрь 2024
на канале: How to Code
33
8

A data structure is a particular way of organizing data in a computer so that it can be used effectively.
Two Types of Data Structures
1) Primitive Data Structures
a) Integer
b) Float
c) Char
d) Pointer
2) Non-Primitive Data Structures
a) Linear Data Structures
i) Arrays
b) Non-Linear Data Structures
i) Trees
ii) Graphs
Some Common Operations on Data Structures are:
1. Traversing
2. Searching
3. Insertion
4. Deletion