DATA STRUCTURE.pptx

Published on Slideshow
Static slideshow
Download presentation
Download Presentation
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Scene 1 (0s)

[Virtual Presenter] DATA STRUCTURE. undefined. DATA STRUCTURE.

Scene 2 (5s)

[Virtual Presenter] DEFINITION It is the representation of the logical relationships existing between individual elements of data. It is the way of organizing all data,not only the elements stored but also their relationships to each other.

Scene 3 (21s)

[Virtual Presenter] CHARACTERSTICS Organization of data Accessing methods Degree of associativity Processing alternatives for information.

Scene 4 (31s)

[Virtual Presenter] ALGORITHM + DATASTRUCTURE = PROGRAM.

Scene 5 (37s)

[Virtual Presenter] TYPES OF DATA STRUCTURE PRIMITIVE DATA STRUCTURE EXAMPLE: Integer,float,character,pointer NON –PRIMITIVE DATA STRUCTURE EXAMPLE:Arrays,list,files.

Scene 6 (50s)

[Virtual Presenter] LIST can be divided into two Linear list Example : stack ,queue,linked list Non –linear list Example:Graph,Tree.