Skip to content

An implementation of the Runoff Ranked Choice Voting System in C

Notifications You must be signed in to change notification settings

vynride/runoffvoting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Usage:

To host your own Runoff election:
./runoff Candidate_1 Candidate_2 Candidate_3

Example:

./runoff Alice Bob Charlie

Number of voters: 4
Rank 1: Alice
Rank 2: Bob 
Rank 3: Charlie

Rank 1: Alice
Rank 2: Charlie
Rank 3: Bob

Rank 1: Charlie 
Rank 2: Alice 
Rank 3: Bob

Rank 1: Bob
Rank 2: Alice
Rank 3: Charlie

Alice

About

An implementation of the Runoff Ranked Choice Voting System in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages