Select the correct order in which a decision tree is built:
a. Start → Construct the root → Split the dataset → Recursively build the tree
b. Start → Split the dataset → Construct the root → Recursively build the tree
c. Split the dataset → Start → Construct the root → Recursively build the tree
d. Construct the root → Start → Split the dataset → Recursively build the tree