Salt and Pepper Algorithm
Salt and Pepper
In the illustration, the salt and pepper are in the wrong containers. The pepper is in the jar that says "Salt" and the salt is in the jar that says "Pepper."
How would you fix this problem?
Algorithm:
Pour the contents of the salt shaker (the pepper) into the extra jar.
Pour the contents of the pepper shaker (the salt) into the salt shaker.
Pour the contents of the extra shaker (the pepper) into the pepper shaker.
Tada!!! The salt is in the salt shaker and the pepper is in the pepper shaker. Mission accomplished.
Now look at the pseudo code.