From df1515f5662744f7bd11dbd537480866bc4e0b69 Mon Sep 17 00:00:00 2001 From: Axel Uhl Date: Fri, 11 Nov 2022 18:29:16 +0100 Subject: [PATCH] bug5147: minor wiki change --- wiki/howto/development/ranking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/howto/development/ranking.md b/wiki/howto/development/ranking.md index 8a8f98ae6d0..437ef2c40e9 100644 --- a/wiki/howto/development/ranking.md +++ b/wiki/howto/development/ranking.md @@ -56,7 +56,7 @@ Or as text: - build result list of Competitor/RankAndRankComparable - AbstractLeaderboardImpl.getRankImprovedByDisqualificationsOfBetterRankedCompetitors(...) (O(n), finding competitor in list from best to worst) -It is obvious that the getTotalPoints(competitor, raceColumn) sequence is invoked four times in the worst case if there are no score corrections: +It is obvious that the `getTotalPoints(competitor, raceColumn)` sequence is invoked four times in the worst case if there are no score corrections: 1. for the `getCompetitorsFromBestToWorst(RaceColumn)` part to fill a corresponding DTO structure for the client 2. for the `LeaderboardTotalRankComparator` that requires all points, e.g., for tie-breaking