Algorithms Things to learn more about: Zeller’s algorithm. Peasants algorithm of multiplication Euclid’s Division Algorithm
Definition
An Algorithm is a finite system of operations to solve a problem. They are unambiguous and deterministic.
Algorithmic Complexity
You can judge algorithms by how good/accurate the solution is or how time and memory efficient. Sorting Algorithms. Bin Packing Algorithms