List of terms relating to algorithms and data structures
ID: list-of-terms-relating-to-algorithms-and-data-structures
Here’s a list of common terms related to algorithms and data structures: ### Algorithms 1. **Algorithm**: A set of step-by-step instructions used for calculations, data processing, and automated reasoning tasks. 2. **Complexity**: A measure of the amount of computational resources that an algorithm consumes. - **Time Complexity**: The amount of time an algorithm takes to complete as a function of the input size.
New to topics? Read the docs here!