Generalized best-first search strategies and the optimality of A

R Dechter, J Pearl - Journal of the ACM (JACM), 1985 - dl.acm.org
… This paper reports several properties of heuristic best-first search strategies whose scoring
functionsfdepend on all the information available from each candidate path, not merely on the …

Linear-space best-first search

RE Korf - Artificial intelligence, 1993 - Elsevier
… Best-first search is a general heuristic search algorithm that always expands next a
frontier node of lowest cost. It includes as special cases breadth-first search, Dijkstra's single-source …

Direction‐optimizing breadth‐first search

S Beamer, K Asanović, D Patterson - Scientific Programming, 2013 - Wiley Online Library
Breadth‐First Search is an important kernel used by many graph‐processing applications.
In many of these emerging applications of BFS, such as analyzing social networks, the input …

Parallel depth first search. part i. implementation

VN Rao, V Kumar - International Journal of Parallel Programming, 1987 - Springer
… of depth-first search which retains the storage efficiency of sequential depth-first search and
can be … to be quite suitable for parallel depth-first search. Our experimental results show that …

Depth-first search and linear graph algorithms

R Tarjan - SIAM journal on computing, 1972 - SIAM
… Backtracking, or depth-first search, is a technique which has … -first search. The set ofold
vertices with possibly unexplored edges may be stored on a stack. Thus a depth-first search is …

Depth-first search is inherently sequential

JH Reif - Information Processing Letters, 1985 - Elsevier
… -first search. Suppose we are given a rooted graph G with fixed adjacency lists and vertices
u, v. We wish to test if u is first visited before v in depth-first search … depth-first search ordering …

Parallel depth first search. part ii. analysis

V Kumar, VN Rao - International Journal of Parallel Programming, 1987 - Springer
… This paper presents the analysis of a parallel formulation of depth-first search. At the heart
… be quite suitable for parallel depth-first search. Our analytical and experimental results show …

[PDF][PDF] On nested depth first search.

GJ Holzmann, DA Peled, M Yannakakis - The Spin Verification System, 1996 - spinroot.com
… To correct the algorithm it will suffice if we can guarantee that the second depth-first search
always explores the same states that are found in the first depth-first search. We will present …

KBFS: K-best-first search

A Felner, S Kraus, RE Korf - Annals of Mathematics and Artificial …, 2003 - Springer
… We introduce a new algorithm, K-best-first search (KBFS), which is a generalization of the
well known best-first search (BFS). In KBFS, each iteration simultaneously expands the K best …

[PDF][PDF] Large-scale parallel breadth-first search

RE Korf, P Schultze - AAAI, 2005 - cdn.aaai.org
… Recently, best-first search algorithms have been introduced that store their nodes on disk, to
… We also performed the first complete breadth-first search of the 4x4 Fifteen Puzzle, with over …