1) Assign the first value to a variable x. This is x will take value 1.
2) Read the next value in the sequence. If this value is greater than current value of x, replace the value of x with the new elemente. Else, just continue.
3) If there are more elements in the sequence repeat steps from 2. Else, you already have the maximum element of the sequence in x.