Riddle solver algorithms for the NYT Digits game
Project description
NYT_digits_solver
Puzzle solver algorithm for the popular (former) digits game https://www.nytimes.com/games/digits (no longer exists).
Utilization
In [1]: import nyt_digits_solver as solver
In [2]: solver.solve_digits([1,2,3], 6)
Out[2]: [[[1, 2, 3], [3, 3], [6]]]
In [3]: solver.solve_digits_with_moves([1,2,3], 6)
Out[3]: [['2+1', '3+3']]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nyt_digits_solver-0.1.3.tar.gz.
File metadata
- Download URL: nyt_digits_solver-0.1.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f30fe5a149a7a48a290b2e075bdebc0a6695a24f00fdc137fe379260128f319d
|
|
| MD5 |
36d5d6a961fd74278722195e2331376f
|
|
| BLAKE2b-256 |
091774a720e0dec5acc9cfebcd9e4958873f7be6149053e1eee4da4a817a0c40
|
File details
Details for the file nyt_digits_solver-0.1.3-py3-none-any.whl.
File metadata
- Download URL: nyt_digits_solver-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31add04f780ac2787af7b3c92161a69e5b227b8c58bcc2063a0b185937f5ce8e
|
|
| MD5 |
0f4fdff224d5b351e399ec3d9bb0ea4c
|
|
| BLAKE2b-256 |
b6cc5de6fb8b778496a8ddd369ac43fa24da96dd87fb182d0315e6b8696d396f
|