Pick which player you prefer in each head‑to‑head matchup, and the tool converges into a final ordered list using binary‑insert pairwise comparisons.
The tool inserts each next player into the already‑ranked list using a binary search of pairwise comparisons. That guarantees a single final ordering when you finish.