|
|
back to boardHow fast could recursion optimised? My AC recursion for n=8 gives about 8250733 calls. What is the minimum recursive calls value? Re: How fast could recursion optimised? Posted by Apkawa 2 May 2022 12:12 My recursion gives only 64 for n=8. I sort moves by count of free cells that can be reached from them. |
|
|