八數碼——路徑尋找問題

#include <cstdio> #include <cstring> #include <set> using namespace std; // 狀態類型,每個狀態都對應9個數 typedef int State[9]; const int maxState = 1000000; // 狀態數組 State st[maxState], goal; // 距離數組 int dist[max
相關文章
相關標籤/搜索