If the list [8,1,4,2,10,0] is sorted with the selection sort algorithm, what is the list at the 4th step of the algorithm?

A. [0,1,4,2,10,8]
B. [0,1,2,4,10,8]
C. [0,1,2,8,10,4]
D. [0,1,2,4,8,10]