A breadth-first approach to memory-efficient graph search
Rong Zhou, Eric A. Hansen
Abstract
Rong Zhou, Eric A. Hansen
Abstract
Recent work shows that the memory requirements of A * and related graph-search algorithms can be reduced substantially by only storing nodes that are on or near the search frontier, using special techniques to prevent node regeneration, and recovering the solution path by a divide-and-conquer technique. When this approach is used to solve graph-search problems with unit edge costs, we have shown that a breadth-first search strat-egy can be more memory-efficient than a best-first strat-egy. We provide an overview of our work using this approach, which we call breadth-first heuristic search.
OpenAlex reports 8 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Recent work shows that the memory requirements of A * and related graph-search algorithms can be reduced substantially by only storing nodes that are on or near the search frontier, using special techniques to prevent node regeneration, and recovering the solution path by a divide-and-conquer technique. When this approach is used to solve graph-search problems with unit edge costs, we have shown that a breadth-first search strat-egy can be more memory-efficient than a best-first strat-egy. We provide an overview of our work using this approach, which we call breadth-first heuristic search.
Key concepts: Computer science, Incremental heuristic search, Best-first search, Graph, Bidirectional search, Search algorithm, Beam search, Theoretical computer science