A binary search tree contains the values 1, 2, 3, 4, 5, 6, 7, 8. The tree is traversed in pre-order and the values are printed out. Which of the following sequences is a valid output? Select one:
a. 53241678
b. 53126487
c. 53124768
d. 53124786