Previous Algorithms
Algorithm, a precise, systematic
method to produce a specified result
We have seen algorithms already...
Placeholder technique is an algorithm with
an easy specification:
   longStringWithShortStringInIt ¬ placeholder
   ShortString ¬ e
   placeholder ¬ longStringWithShortStringInIt
Not every process is an algorithm -- debugging