Is there a way to improve the speed of this Iterative deepening depth first search? It currently traverses 1M nodes per second

后端 未结 0 687
借酒劲吻你
借酒劲吻你 2021-01-04 09:12
    private bool DLS(RubiksCube start, RubiksCube cube, int depth, int maxDepth, string t, bool end, int d)
    {
        switch (t[0])
        {
            default         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题