Question
The minimax algorithm is often impractical for types of these data structures with large branching factors. For 10 points each:
[10e] Name these structures often used to represent all possible states of sequential games. These acyclic graphs contain root and leaf nodes.
ANSWER: trees [accept binary trees or game trees or decision trees]
[10m] The minimax algorithm performs this type of search on game trees, which involves backtracking while traversing every branch as far as possible, unlike an alphabetically earlier type of search.
ANSWER: depth-first search [or DFS] (The alternative is breadth-first search.)
[10h] Implementation of minimax is improved by an algorithm named for both this technique and two adjacent Greek letters. This technique removes undesirable subtrees from consideration.
ANSWER: pruning [accept alpha–beta pruning; accept word forms like prunes]
<Science - Other Science - Computer Science>
Data
Team | Opponent | Part 1 | Part 2 | Part 3 | Total |
---|---|---|---|---|---|
Audrain County AT | Lambert A | 10 | 0 | 0 | 10 |
Belmont | Adlai E. Stevenson A | 10 | 10 | 10 | 30 |
Hunter A | Detroit Catholic Central A | 10 | 0 | 10 | 20 |
Innovation Academy A | Uni of Illinois Laboratory | 10 | 0 | 0 | 10 |
Lexington | Strake Jesuit A | 10 | 0 | 10 | 20 |
Lindbergh | Westwood | 10 | 10 | 10 | 30 |
Montgomery Blair A | Northview | 10 | 10 | 10 | 30 |
Northmont | Johns Creek | 10 | 10 | 10 | 30 |
Richard Montgomery | Eastchester | 10 | 10 | 10 | 30 |
Strake Jesuit B | Fremd | 10 | 10 | 0 | 20 |
Thomas Jefferson A | Alabama Cyber Tech | 10 | 10 | 10 | 30 |
Walter Payton A | Hinsdale Central A | 10 | 10 | 0 | 20 |
Summary
Tournament | Edition | Exact Match? | Heard | PPB | Easy % | Medium % | Hard % |
---|---|---|---|---|---|---|---|
2025 PACE NSC | 06/07/2025 | Y | 12 | 23.33 | 100% | 67% | 67% |