2019
DOI: 10.14778/3372716.3372720
|View full text |Cite
|
Sign up to set email alerts
|

Towards bridging theory and practice

Abstract: Graph is a ubiquitous structure representing entities and their relationships applied in many areas such as social networks, web graphs, and biological networks. One of the fundamental tasks in graph analytics is to investigate the relations between two vertices (e.g., users, items and entities) such as how a vertex A influences another vertex B , or to what extent A and B are similar to each other, based on the gra… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 41 publications
(2 citation statements)
references
References 66 publications
0
2
0
Order By: Relevance
“…In Table 3 , we compared the time efficiency between DFS and our algorithm. DFS ( Grossi, Marino & Versari, 2018 ; Peng et al, 2019 ; Rizzi, Sacomoto & Sagot, 2014 ) is a brute-force search algorithm that finds all nodes that may be passed from the start node to the target node by depth-first search. There are two approaches to solve the DFS problem: recursive and non-recursive.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…In Table 3 , we compared the time efficiency between DFS and our algorithm. DFS ( Grossi, Marino & Versari, 2018 ; Peng et al, 2019 ; Rizzi, Sacomoto & Sagot, 2014 ) is a brute-force search algorithm that finds all nodes that may be passed from the start node to the target node by depth-first search. There are two approaches to solve the DFS problem: recursive and non-recursive.…”
Section: Discussionmentioning
confidence: 99%
“…To introduce our algorithm, we first review the conventional serial algorithm that uses depth-first search to enumerate all nodes between and . The sequential DFS algorithm explores each branch of the graph as far as possible from the start node until it reaches a dead end, then backtracks to another branch ( Grossi, Marino & Versari, 2018 ; Peng et al, 2019 ; Rizzi, Sacomoto & Sagot, 2014 ). When one of the neighbours of the current node can reach the target node, all nodes within the same SCC are marked as pathnodes.…”
Section: Preliminariesmentioning
confidence: 99%