What is Algorithm and Complexity and how does it differ from Data Structure and Algorithm subject?
Answers
Answered by
1
→Data Structure is about organising and managing data effectively such that we can perform specific operation efficiently, while Algorithm is a step-by-step procedure to be followed to reach the desired output.
Answered by
2
Explanation:
Data Structure is about organising and managing data effectively such that we can perform specific operation efficiently, while Algorithm is a step-by-step procedure to be followed to reach the desired output.
Similar questions