Elementary Data Organisation
Elementary Data Organisation
1
Outline
Data structure
Definition
Classification
2
Data, Entity and Information
3
Primitive data types
Float
Double
Character
boolean
4
Non Primitive data types
Structures
Unions
Class etc.
5
Data structure
6
Data structure
When working with certain data structures you need to know how to
insert new data, search for a specified item, and deleting a specific
item.
Sorting the data. There are many ways to sort data. Simple sorting,
Advanced sorting
Iterating through all the items in a data structure. (Visiting each
item in turn so as to display it or perform some other action on these
items)
7
Classification
8
Linear Data structures
9
Non-Linear Data structures
Trees
Graphs
10
Data structure operations
Searching
Inserting
Deleting
Sorting
Merging
11
Operations
Traversing
Searching
12
Operations
Deleting
Sorting
Merging
13