init. core algorithm, initial testing, basic cli.

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-20 11:39:03 -07:00
commit 8836c49091
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
12 changed files with 2297 additions and 0 deletions

5
test/test_ballot.csv Normal file
View file

@ -0,0 +1,5 @@
Alice,Bob,Carol
1 ,2 ,3
2 ,1 ,3
1 ,3 ,2
3 ,1 ,2
1 Alice Bob Carol
2 1 2 3
3 2 1 3
4 1 3 2
5 3 1 2