Algorithms · Level 1 of 5
Algorithm
A specified procedure for carrying out a computation or solving a problem.
An algorithm's behavior can be analyzed separately from one implementation.
Example
A search procedure repeatedly halves a sorted range.
Listen to the definition and example
Audio transcript
Algorithm. A specified procedure for carrying out a computation or solving a problem. An algorithm's behavior can be analyzed separately from one implementation. For example: A search procedure repeatedly halves a sorted range.
Explore this concept
Why it matters
This helps you compare problem-solving methods and their computational tradeoffs.
Related concepts
Quick recall question
Try answering before looking back at the definition.