Ranking By Descending Votes
open class RankingByDescendingVotes<S : ScoreMetrics>(unorderedRanking: Map<Competitor<S>, Int>) : RankingAbstraction<S>
Class which orders intermediate ranking by descending number of votes.
Class which orders intermediate ranking by descending number of votes.