2015
DOI: 10.1007/978-3-319-22849-5_32
|View full text |Cite
|
Sign up to set email alerts
|

TopCom: Index for Shortest Distance Query in Directed Graph

Abstract: Finding shortest distance between two vertices in a graph is an important problem due to its numerous applications in diverse domains, including geo-spatial databases, social network analysis, and information retrieval. Classical algorithms (such as, Dijkstra) solve this problem in polynomial time, but these algorithms cannot provide real-time response for a large number of bursty queries on a large graph. So, indexing based solutions that pre-process the graph for efficiently answering (exactly or approximate… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
3
1
1

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(1 citation statement)
references
References 39 publications
0
1
0
Order By: Relevance
“…Many graph distance algorithms improve upon classical algorithms, such as Dijkstra's algorithm [4] and A* [7], by storing precomputed data in indexes. These methods index the identities of important edges [11,9] or distances between selected nodes [3,14,5,2] then use the indexed information to speed up distance calculations. Indexbased algorithms must make a tradeoff between the size of the index and the speed of the distance query.…”
Section: Prior Researchmentioning
confidence: 99%
“…Many graph distance algorithms improve upon classical algorithms, such as Dijkstra's algorithm [4] and A* [7], by storing precomputed data in indexes. These methods index the identities of important edges [11,9] or distances between selected nodes [3,14,5,2] then use the indexed information to speed up distance calculations. Indexbased algorithms must make a tradeoff between the size of the index and the speed of the distance query.…”
Section: Prior Researchmentioning
confidence: 99%