摘要: Alpha-Beta算法“见好就收”不再搜。| 博弈树搜索 | 贪心算法 | 666行的象棋程序下得不错啊 可运行的代码如下: #include <stdio.h> #include <vector> struct { int score; char* kids; } nodes[] = { { 0 阅读全文
posted @ 2022-12-11 21:17 华容道专家 阅读(613) 评论(0) 推荐(0)