Reachability and time-based path queries in temporal graphs

H Wu, Y Huang, J Cheng, J Li… - 2016 IEEE 32nd …, 2016 - ieeexplore.ieee.org
A temporal graph is a graph in which vertices communicate with each other at specific time,
eg, A calls B at 11 am and talks for 7 minutes, which is modeled by an edge from A to B with …

An overview of reachability indexes on graphs

C Zhang, A Bonifati, MT Özsu - … of the 2023 International Conference on …, 2023 - dl.acm.org
Graphs have been the natural choice for modeling entities and the relationships among
them. One of the most fundamental graph processing operators is a reachability query …

Reachability queries on large dynamic graphs: a total order approach

AD Zhu, W Lin, S Wang, X Xiao - Proceedings of the 2014 ACM SIGMOD …, 2014 - dl.acm.org
Reachability queries are a fundamental type of queries on graphs that find important
applications in numerous domains. Although a plethora of techniques have been proposed …

Reachability querying: Can it be even faster?

J Su, Q Zhu, H Wei, JX Yu - IEEE Transactions on Knowledge …, 2016 - ieeexplore.ieee.org
As an important graph operator, reachability query has been extensively studied over
decades, which is to check whether a vertex can reach another vertex over a large directed …

TF-Label: A topological-folding labeling scheme for reachability querying in a large graph

J Cheng, S Huang, H Wu, AWC Fu - Proceedings of the 2013 ACM …, 2013 - dl.acm.org
Reachability querying is a basic graph operation with numerous important applications in
databases, network analysis, computational biology, software engineering, etc. Although …

An empirical study of code smells in javascript projects

A Saboury, P Musavi, F Khomh… - 2017 IEEE 24th …, 2017 - ieeexplore.ieee.org
JavaScript is a powerful scripting programming language that has gained a lot of attention
this past decade. Initially used exclusively for client-side web development, it has evolved to …

SCARAB: Scaling reachability computation on large graphs

R Jin, N Ruan, S Dey, JY Xu - Proceedings of the 2012 ACM SIGMOD …, 2012 - dl.acm.org
Most of the existing reachability indices perform well on small-to medium-size graphs, but
reach a scalability bottleneck around one million vertices/edges. As graphs become …

Reachability querying: An independent permutation labeling approach

H Wei, JX Yu, C Lu, R Jin - Proceedings of the VLDB Endowment, 2014 - dl.acm.org
Reachability query is a fundamental graph operation which answers whether a vertex can
reach another vertex over a large directed graph G with n vertices and m edges, and has …

Homefinder revisited: Finding ideal homes with reachability-centric multi-criteria decision making

D Weng, H Zhu, J Bao, Y Zheng, Y Wu - … of the 2018 CHI Conference on …, 2018 - dl.acm.org
Finding an ideal home is a difficult and laborious process. One of the most crucial factors in
this process is the reachability between the home location and the concerned points of …

Simple, fast, and scalable reachability oracle

R Jin, G Wang - arXiv preprint arXiv:1305.0502, 2013 - arxiv.org
A reachability oracle (or hop labeling) assigns each vertex v two sets of vertices: Lout (v) and
Lin (v), such that u reaches v iff Lout (u)\cap Lin (v)\neq\emptyset. Despite their simplicity and …