Wordle for Math from NYT Introducing Digits(nytimes.com)
nytimes.com
Wordle for Math from NYT Introducing Digits
https://www.nytimes.com/games/digits
2 comments
Neat code challenge
https://github.com/nshkrdotcom/digits_py/blob/main/foo.py
https://github.com/nshkrdotcom/digits_py/blob/main/foo.py
It's similar to a recent Project Euler problem, #828.
https://projecteuler.net/problem=828
https://projecteuler.net/problem=828
Contestants are given a choice of six numbers, from which they can choose how many big (25, 50, 75, 100) and small (1-10), and are then given a random three digit number. Closest within 30 seconds using standard operations wins.