Skip to content

Instantly share code, notes, and snippets.

@qiutaoleo
qiutaoleo / input data
Created May 19, 2011 04:29
Fringe Search for pathfinding 边缘搜索算法路径搜索
#include <hash_map>
#include <iostream>
#include <list>
#include <vector>
#include <algorithm>
using namespace std;
using namespace stdext;
int R,C;//地图行列