diff options
author | cyfraeviolae <cyfraeviolae> | 2021-07-04 21:37:11 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2021-07-04 21:37:11 -0400 |
commit | 229fd49182000255f92a58e8622243bbd27fceaa (patch) | |
tree | ce790d6559255b48df7e8bc2a44de0888e01df4d /index.html | |
parent | 1c9daafa826f96d6690a6afbfb244ad8340308dc (diff) |
credit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -64,6 +64,12 @@ form { <body> <div class="container"> <h3>Well-Ordered</h3> + <p> + The bibulous sorcerer Roseacrucis has depleted our distilled reserves. You must journey to obtain the + hallowed ingredients necessary to recreate the seventy-seven official IBA cocktails—but your wallet runs + light, and your thirst grows stronger. In what order do you obtain the ingredients in order to create the + most recipes for the fewest stater? + </p> <noscript>Sorry, JavaScript is required to run Well-Ordered.</noscript> <div id="form"> <form action="/" method="none"> @@ -345,8 +351,7 @@ form { <input id="limit" name="limit" type="number" value="120" min="10"></input> </div> <div> - <button type="submit" id="optimal">Compute optimal (slow)</button> - <button type="button" id="greedy">Compute greedy (fast)</button> + <button type="submit" id="optimal">Compute ordering</button> </div> </form> </div> |