廣度優先搜索(wfs)模板

  #include <stdio.h> #include <iostream> using namespace std; struct note{ int x; int y; }; int main() { note que[2501];//que作爲存放所走過的每一箇中心點,即島嶼面積 int head,tail;//head,tail作爲評判標準;判斷是否將此區域的所有島嶼小格子
相關文章
相關標籤/搜索