|
|
|
|
|
by heavenlyblue
838 days ago
|
|
You don't need to cover all bits of the values, just 10 numeric values that can pass a a bounds check. That reduces the space to only 10K elements. With some bit shifting (and pre-validation) that should easily reduce the search space. |
|