| Algorithm 3: Normalize Time | |
| Input: Current time | |
| Output: Normalized value of given time | |
| 1. | procedure NORMALIZETIME(currTime) |
| 2. | minTime ← time of occurrence of first duel |
| 3. | maxTime ← time of occurrence of last duel |
| 4. | return() |
| Algorithm 3: Normalize Time | |
| Input: Current time | |
| Output: Normalized value of given time | |
| 1. | procedure NORMALIZETIME(currTime) |
| 2. | minTime ← time of occurrence of first duel |
| 3. | maxTime ← time of occurrence of last duel |
| 4. | return() |