Algorithm

An algorithm is a step-by-step set of rules or instructions designed to perform a specific task or solve a problem. (Merriam-Webster)

Algorithms function through a simple three-step process: 

  1. Input: The raw data or information provided to start the process.
  2. Process: The systematic sequence of instructions applied to the input.
  3. Output: The final result, decision, or transformed data. 

(Stanford HAI)