refactor core a bit, prep for better algo

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 02:26:48 -07:00
parent a66116712b
commit 92b464fccf
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
3 changed files with 90 additions and 34 deletions

View file

@ -13,7 +13,7 @@ sys.path.insert(0,
)
)
)
from smithy import smith_set
from smithy import smith_set_from_rcv
print("Content-Type: text/html\n")
message = ""
@ -75,7 +75,7 @@ if spreadsheet is not None:
]
)
smiths = smith_set(df) # Solve!
smiths = smith_set_from_rcv(df) # Solve!
message = f"""
<h1>The Smith set winners are:</h1>