Carlos Lemes
Lurker
I need to create a voting app that works like this:
- all candidates are matched
- The candidate chosen is the one who wins the most disputes, for example: AxB = A; AxC = A; BxC = C, then the result will appoint candidate A as the winner.
- If there is a tie, he would continue to repeat the same alternatives to reach the winner.
- Finally, the last candidate (with the lowest number of votes) should also appear in the final report.
Can anyone help me by guiding me how to start developing this? It won't have to work online or anything like that.
- all candidates are matched
- The candidate chosen is the one who wins the most disputes, for example: AxB = A; AxC = A; BxC = C, then the result will appoint candidate A as the winner.
- If there is a tie, he would continue to repeat the same alternatives to reach the winner.
- Finally, the last candidate (with the lowest number of votes) should also appear in the final report.
Can anyone help me by guiding me how to start developing this? It won't have to work online or anything like that.