Data Structures And Algorithms

Data Structures And Algorithms

What is Data Structure?

Way to organize the data, so that we can use this data efficiently.

What is an Algorithm?

Steps on the process of arranging the Data.

Operations Of Data Structures

  • Traversal

  • Insertion

  • Deletion

  • Searching

  • Sorting

  • Merging

ARRAY :-

If we want to store more than one variable in a container we use the array.