Data Structure - What is Data Structure and Algorithm?
1. Data Structure
Efficiently manage large amounts of data
In order to manage data efficiently in code, data must be structured systematically
- Main Representative Data Structure
Array, Stack, Queue, LinkedList, HashTable, Tree, Heap .etc
2. Algorithm
Procedure / Method to solve the problem
Programming to get the desired ‘output’ by putting a certain ‘input’ for a problem