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
...
sravanthi.hashnode.dev1 min read