试基于图的广度优先搜索策略写一算法。 实现下列函数: Status BfsReachable(ALGraph g, int i, int j);