zhuang@linux:~/reading/introduction-to-algorithms/01-the-role-of-algorithms-in-computing/$ less

Introduction to Algorithms / chapter 01

The Role of Algorithms in Computing

$ grep tags 01-the-role-of-algorithms-in-computing.md

This post extracts some knowledge from Introduction to Algorithms Chapter 1 – The Role of Algorithms in Computing.

Algorithms

An algorithm is a sequence of computational steps that transform the input into the output.

Algorithms that receive their input over time, rather than having all the input present at the start, are online algorithms.

Algorithms as a technology

zhuang@linux:~/reading/introduction-to-algorithms/01-the-role-of-algorithms-in-computing/$ comments