Before we implement the Bubble Sort algorithm in a programming language, let's manually run through a short array only one time, just to get the idea. Step 1:We start with an unsorted array. [7,12,9,11,3] Step 2:We look at the two first values. Does the lowest value come first?