Tideman Algorithm Instant
Pairs are sorted by the (the margin by which the winner beat the loser).
The algorithm builds a of victories, sorted by strength (margin of victory). It adds edges one by one from strongest to weakest. If adding an edge would create a cycle (A→B→C→A), that edge is skipped . The final graph yields a single source node: the winner. tideman algorithm