= List of terms relating to algorithms and data structures
{wiki=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.
Back to article page