Give an example of a non-mathematical algorithm that you use or have seen used to complete a task. Discuss the following questions about an algorithm using your algorithm as the example:
What are the inputs and the outputs for your algorithm?
What is the complexity of your algorithm?
How do we know the algorithm will terminate for all cases?
How do we know the algorithm will produce the correct result for all cases?