Thursday, August 30, 2018

Data Structure

DATA STRUCTURE 

Data Structure is Organising and managing your data in the computer in a way so that it can be used efficiently.

There are lots of data structure available.

Here are the Topics:-

Array

Linked

Stack

Queue

Tree

Heap

Hashing

Graph

Sorting Techinques

Trie

These are the few topics that one should know to know about data strucure.

                                                         Overview

1. Linear Data Strucure :- In this Data is arranged Lineraly.

Examples :- Array, Linked List, Stack, Queue.

2. Non-Linear - In this one data elements is attached to few other elements

Example - Tree and Graph, etc.



No comments:

Post a Comment