1. A binary search of n elements which are already in increasing order. 2. A linear search to find a number x in a list of n numbers. 3. An iterative algorithm to compute n!, (counting the number of multiplications) 4. An algorithm that prints all bit (binary digit) strings of length n. 5. A bubble sort algorithm to sort n numbers.