|
|
|
|
|
by brianberns
239 days ago
|
|
Thanks! I'm glad to see I'm not the only one who went down this rabbit hole. :) I considered parallelizing my solution as well, but the problem is that it only gives a linear speedup, while the problem space increases exponentially. I decided to focus on pruning the search tree instead, and that seemed to work pretty well (after much thinking). |
|