Removed deprecated templates from mediums pages; added dgov resources to Further Resources

This commit is contained in:
2019-04-10 16:37:45 +00:00
parent 101898b6e3
commit 4e95145ea9
25 changed files with 4 additions and 447 deletions

View File

@ -1,6 +1,6 @@
# Condorcet
Condorcet is an election method that selects the candidate, if such a candidate exists, that would win a [majority vote](majority_voting.md) against all other candidates. Ballots may take the form of either a single [preferential vote](preferential_voting.md) or a sequence of runoffs.
Condorcet is an election method that selects the candidate, if such a candidate exists, that would win a [majority vote](majority_voting.md) against all other candidates. Ballots may take the form of either a single [ranked choice](ranked_choice.md) vote or a sequence of runoffs.
There is not always a "Condorcet winner," and various implementations provide differing methods of determining a winner in such cases.