(no title)
brianberns | 4 months ago
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).
prb|4 months ago
tzs|4 months ago
munchler|4 months ago