Data Structure

What is Data Structure ?

Data Structure may be a thanks to store and organize data in order that it are often used efficiently.
Our arrangement tutorial includes all topics of knowledge Structure like Array, Pointer, Structure, Linked List, Stack, Queue, Graph, Searching, Sorting, Programs, etc.

Types of Data Structure

There are two types of Data Structure.
    - Primitive Data Structure 

    - Non-Primitive Data Structure 

Primitive Data Structure 

The primitive data structures are primitive data types. The int, char, float, double, and pointer are the primitive data structures which will hold one value.

Non-Primitive Data Structure 

The Non-Primitive Data Structure divided into two types.

    - Linear Data Structure 

    - Non - Linear Data Structure 


List Of Algorithm






Comments

Popular posts from this blog

Brent's Algorithm