+ All Categories
Home > Education > data Structure

data Structure

Date post: 18-Dec-2014
Category:
Upload: snehal-jain
View: 165 times
Download: 1 times
Share this document with a friend
Description:
its ppt of data structure
Popular Tags:
15
DATA STRUCTURE
Transcript
Page 1: data Structure

DATA STRUCTURE

Page 2: data Structure

§ INTRODUCTION §

•DATA REPRESENTATION▪ Data .▪ Data Type .▪ Data Type in ‘C’ .▪ User-defined Type .▪ Derived Data Type .▪ DATA STRUCTURE .▪ NEED OF DATA STRUCTURE .▪ CLASSIFICATION .▪ OPERATION .

Page 3: data Structure

§ WHAT IS DATA ?

• Numbers ,• Alphabets ,• Symbols .

Page 4: data Structure

§ TYPES OF DATA ?

• Atomic data .• Composite data

.

Page 5: data Structure

§ ATOMIC DATA • Non-decomposible

entity

§ COMPOSITE DATA• Composible entity

Page 6: data Structure

§ WHAT IS DATA TYPE ?

A data type is a term which refers to the kind of data that variables may hold in a programming language .Ex: int x;

Page 7: data Structure

§ WHAT IS DATA TYPE IN ‘C’ ?

• Set of built in data types.• Variables to name data.• Set of operation.• Manipulation.

Page 8: data Structure

§ WHAT IS USER-DEFINED TYPE ? • Type definition . • Identifier .

§ WHAT IS DERIVED DATA TYPE ?

• Group of element . • Contiguous memory .

Page 9: data Structure

§ WHAT IS DATA STRUCTURE ?

• Organization of data . • Associativity among data element . • Accessing method . • Operation on data . • Processing alternatives for data .

Page 10: data Structure

§ NEEDS OF DATA STRUCTURE ?

• Close collection . • Operations . • Efficient implementation . • Linked organization . • Sequential organization . • Modification are costly .

Page 11: data Structure

§ CLASSIFICATION OF DATA STRUCTURE § • DATA STRUCTURE IS DIVIDED INTO TWO CATEGORIES :

* Primitive data structure . * Non-primitive data structure .

Page 12: data Structure

§ PRIMITIVE DATA STRUCTURE : • Programming languages . • Data objects . • Machine level instruction . • Examples :- ♦ Integers . ♦ Real . ♦ Logical data . ♦ Character data . ♦ Pointers .

Page 13: data Structure

§ NON-PRIMITIVE DATA STRUCTURE :

• Homogeneous data element . • Heterogeneous data element . • Examples :- ♦ Array . ♦ Structures . ♦ Union . ♦ Linked list . ♦ Stack . ♦ Queue . ♦ Tree . ♦ Graph .

Page 14: data Structure

§ OPERATION OF DATA STRUCTURE :-

I. Traversing .II. Searching .III. Inserting .IV. Deleting .V. Sorting .

Page 15: data Structure

THANK YOU


Recommended