uninformed search algorithm
type of search algorithm
breadth-first search
algorithm for searching the nodes of a graph in order by their hop count from a starting node
depth-first search
algorithm for traversing or searching tree or graph data structures