हिंदी

Introduction to Data Structure

Advertisements
  • Data structure operations 
  • Algorithmic notation 

Introduction to Data Structure

Data can be organized in different ways. The logical or mathematical model of a particular organization is called a Data structure. The model should reflect the actual relationships of data in the real world, and it should be simple enough so that data can be processed whenever required. Some of the data structures are arrays, linked lists, trees, queue and graph. 

Data 

Data are simply values or sets of values. A data item refers to a single unit of values. Data items that are divided into subitems are called group items. Data items which are not divided into subitems are called elementary items. 

Record & Files 

Suppose you have to make a table containing details of your employees. A record is a collection of field values of a given entity i.e. we can have one record for one employee.  A file is a collection of records of the entities i.e. collection of all records of all employees forms a file. 

Data structure operations 

Following are operations that can be performed on a data structure:      

  1. Traversing: Traversing means accessing each record (element) only once so that it can be processed.
  2. Searching: Searching means finding the location of a record (element) with the given key value or finding all records that satisfy condition.  
  3. Inserting: Inserting means adding a new record (element) to the structure.   
  4. Deleting: Deleting means removing the record (element) from the structure.   
  5. Sorting: Sorting means arranging records (elements) in some logical order. For example, arranging names in alphabetical order or arranging numbers in ascending order. 
  6. Merging: Merging means combining the records in two different files into a single file.

Control structures 

There are three types of flow of control (or logic) :  

  1. Sequential flow (Sequential logic): Algorithms consist of modules. Each module is a set of steps. In sequential flow the modules are executed one after the other.
  2. Conditional flow: In conditional flow, one or the other module is selected depending on condition. There are three conditional structures - A) Single alternative- 

B) Double alternative

        3.Repetitive flow: Here certain module is executed repeatedly unity condition satisfies.  

 

If you would like to contribute notes or other learning material, please submit them using the button below.
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×