I have a search tree using breadth-first search and the question asks for the largest size of frontier(fringe) and explored list.
I don't quite understand what it is asking for. I'm using a graph search so the explored node would be skipped. I've gone through my slides and even books but I still don't understand what it is asking for. Thanks.