jjzjj

SearchNode

全部标签

java - 广度优先搜索 - Java

我的学校练习是用Java实现广度优先搜索。我已经实现了几乎所有的东西,但问题是我的搜索不起作用,我找不到问题:(所以我想请你给我一些建议,并给我一些关于最终问题可能出在哪里的指导。publicArrayListsearch(Problemp){//ThefrontierisaqueueofexpandedSearchNodesnotprocessedyetfrontier=newNodeQueue();///Theexploredsetisasetofnodesthathavebeenprocessedexplored=newHashSet();//Thestartstateisgiv