• To determine a precedence we add a precedence count for each node. The basic check is,
1. Set all the precedence values to 1 (lowest precedence)
2. Cycle through and check each branch. For each branch ensure that the child vertex has a precedence that is one greater than the parent vertex.
• Consider the previous example.