mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-14 19:32:14 -07:00
refactor core a bit, prep for better algo
This commit is contained in:
parent
a66116712b
commit
92b464fccf
3 changed files with 90 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue