AbstractA model is proposed that can be used to classify algorithms as inherently sequential. The model captures the internal computations of algorithms. Previous work in complexity theory has focused on the solutions algorithms compute. Direct comparison of algorithms within the framework of the model is possible. The model is useful for identifying hard to parallelize constructs that should be avoided by parallel programmers. The model's utility is demonstrated via applications to graph searching. A stack breadth-first search (BFS) algorithm is analyzed and proved inherently sequential. The proof technique used in the reduction is a new one. The result for stack BFS sharply contrasts with a result showing that a queue based BFS algorithm ...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
The algorithm selection problem asks to select the best algorithm for a given problem. In the compan...
AbstractA model is proposed that can be used to classify algorithms as inherently sequential. The mo...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Abstract—Breadth-First Search is a graph traversal technique used in many applications as a building...
International audienceAdvances in processing power and memory technology have made multicore compute...
Breadth-First Search (BFS) is a graph traversal technique used in many applications as a building bl...
Gao, Guang R.Analysis of massive graphs has emerged as an important area for massively parallel comp...
This paper describes the process used to extend the Boost Graph Library (BGL) for parallel operation...
Although Breadth-First Search (BFS) has several advantages over Depth-First Search (DFS) its pro-hib...
In this paper we first give a survey that describes the reductions between several fundamental paral...
A recent trend in program methodologies is to derive efficient parallel programs from sequential pr...
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
The algorithm selection problem asks to select the best algorithm for a given problem. In the compan...
AbstractA model is proposed that can be used to classify algorithms as inherently sequential. The mo...
In this paper we examine parallel algorithms for performing a depth-first search (DFS) of a directed...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Abstract—Breadth-First Search is a graph traversal technique used in many applications as a building...
International audienceAdvances in processing power and memory technology have made multicore compute...
Breadth-First Search (BFS) is a graph traversal technique used in many applications as a building bl...
Gao, Guang R.Analysis of massive graphs has emerged as an important area for massively parallel comp...
This paper describes the process used to extend the Boost Graph Library (BGL) for parallel operation...
Although Breadth-First Search (BFS) has several advantages over Depth-First Search (DFS) its pro-hib...
In this paper we first give a survey that describes the reductions between several fundamental paral...
A recent trend in program methodologies is to derive efficient parallel programs from sequential pr...
AbstractRecent work shows that the memory requirements of A* and related graph-search algorithms can...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Recent work shows that the memory requirements of A * and related graph-search algorithms can be red...
The algorithm selection problem asks to select the best algorithm for a given problem. In the compan...