Blind search algorithms
From The Algorithm wiki
Blind search algorithms are Search algorithms that use no domain knowledge of the problem state. They do not use heuristics. All information available to blind search algorithms is the state, the succesor function, the goal test and the path cost.
