Skip to main content

Tutorial 01: Introduction to Data Structure and Algorithm

Tutorial 01: Introduction to Data Structure and Algorithm

What is Algorithm ?

  • Step by Step procedure design to perform an operation, and which (lie a map or flowchart) will lead to the sought result if followed correctly.
  • Algorithm have a definite beginning and definite end.
  • A finite number of steps.
  • An algorithm produces the same output information given the same input information and several short algorithms can be combined to perform complex tasks such as writing a computer programs.


What is Data Structure ?

Data Structure are the programmatic way of storing data so that data can be used efficienty.