Organising data in an organised way in computer to use them effectively is known as Data Structures.
An organised date can be used to implement various operations effectively.
Some of them are Traversing,Sorting,Searching etc.
- Array
- Stack
- Queue
- Linked list
- Graph
- Tree
- and many more...
Algorithm is the way to do operations on this data structutes.
- Sorting
- Searching
- Traversing
- and many more