No, your words (penultimate post) are not what an algorithm is. Compare it to a good definition (or the wikipedia article).
For example, Euclid's algorithm is a systematic procedure for finding the greatest common divisor (GCD) of two integers. He proved it worked using logic, executed it manually and in recent times it is implemented as computer code to do the same thing.
Another algorithm would be one to generate a tablebase for chess.
There are simple algorithms to play perfect chess as well. Unfortunately they require either stupendous time or stupendous precalculated data (such as a 32-piece tablebase).
algorithm
/ˈalɡərɪð(ə)m/
Learn to pronounce
noun
a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.