Graph algorithms applied in many applications, including social networks, communication networks, VLSI design, graphics, and several others, require dynamic modifications - addition and removal of vertices and/or edges - in the graph. This paper presents a novel concurrent non-blocking algorithm to implement a dynamic unbounded directed graph in a shared-memory machine. The addition and removal operations of vertices and edges are lock-free. For a finite sized graph, the lookup operations are wait-free. Most significant component of the presented algorithm is the reachability query in a concurrent graph. The reachability queries in our algorithm are obstruction-free and thus impose minimal additional synchronization cost over other operatio...
Given a directed graph G, a reachability query (u, v) asks whether there exists a path from a node u...
Given a directed graph G, a reachability query (u, v) asks whether there exists a path from a node u...
Nowadays, there is an explosion of Internet information, which is normally distributed on different ...
Graph algorithms applied in many applications, including social networks, communication networks, VL...
Graph algorithms applied in many applications, including social networks, communication networks, VL...
In this paper, we propose an efficient concurrent wait-free algorithm to construct an unbounded dire...
In this paper, we have developed two non-blocking algorithms for maintaining acyclicity in a concurr...
Today’s graph-based analytics tasks in domains such as blockchains, social networks, biological netw...
Dynamic Connectivity is a fundamental algorithmic graph problem, motivated by a wide range of applic...
In this paper, we consider the problem of preserving acyclicity in a directed graph (for shared mem...
Graphs are versatile data structures that allow the implementation of a variety of applications, suc...
In this paper, we present an on-line fully dynamic algorithm for maintaining strongly connected comp...
In this paper we consider parallel processing of a graph represented by a database relation, and we ...
This thesis deals with how to design and implement efficient, practical and reliable concurrent data...
One of the most fundamental problems in computer science is the reachability problem: Given a direct...
Given a directed graph G, a reachability query (u, v) asks whether there exists a path from a node u...
Given a directed graph G, a reachability query (u, v) asks whether there exists a path from a node u...
Nowadays, there is an explosion of Internet information, which is normally distributed on different ...
Graph algorithms applied in many applications, including social networks, communication networks, VL...
Graph algorithms applied in many applications, including social networks, communication networks, VL...
In this paper, we propose an efficient concurrent wait-free algorithm to construct an unbounded dire...
In this paper, we have developed two non-blocking algorithms for maintaining acyclicity in a concurr...
Today’s graph-based analytics tasks in domains such as blockchains, social networks, biological netw...
Dynamic Connectivity is a fundamental algorithmic graph problem, motivated by a wide range of applic...
In this paper, we consider the problem of preserving acyclicity in a directed graph (for shared mem...
Graphs are versatile data structures that allow the implementation of a variety of applications, suc...
In this paper, we present an on-line fully dynamic algorithm for maintaining strongly connected comp...
In this paper we consider parallel processing of a graph represented by a database relation, and we ...
This thesis deals with how to design and implement efficient, practical and reliable concurrent data...
One of the most fundamental problems in computer science is the reachability problem: Given a direct...
Given a directed graph G, a reachability query (u, v) asks whether there exists a path from a node u...
Given a directed graph G, a reachability query (u, v) asks whether there exists a path from a node u...
Nowadays, there is an explosion of Internet information, which is normally distributed on different ...