Free practice · ordering · medium

Practice

Build a decision tree

Order a simple request-routing tree.

Problem decomposition map

Smaller answerable questions must reconnect to the target

  1. TargetDefine success
  2. DivideCreate subquestions
  3. DependOrder prerequisites
  4. BranchApply stopping rules
  5. AnswerGather branch evidence
  6. RecombineResolve the main question

Distinct subquestions, explicit dependencies, and stopping rules keep branches useful and prevent analysis from drifting.

Arrange in the correct order
  1. 1. Assign the route indicated by the answers
  2. 2. Check whether value exceeds the routing threshold
  3. 3. Check the fictional eligibility rule
  4. 4. Check whether required fields are complete