Algorithms

Or, what computers actually do
Adobe Software Technology Lab  |  https://stlab.cc

Definition  |  Algorithm, n

a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

—New Oxford American Dictionary




Algorithm
the most important computing abstraction
%speaker
Every program is an algorithm

It’s easy to be distracted by class hierarchies, software architecture, and design patterns.

Where’s the computation? Computers compute. Algorithms are the “stuff” of computing. Do not overlook them.

Let’s take a look at an example.

About the artist

The End

// Local Variables: // js-indent-level: 2 // End: