• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations
Advanced Search Include Citations

On the shortest path and minimum spanning tree-problems (0)

by S PETTIE
Add To MetaCart

Tools

Sorted by:
Results 1 - 4 of 4

On-line exact shortest distance query processing

by Jiefeng Cheng, Jeffrey Xu Yu - Proceedings of the International Conference on Extending Database Technology (EDBT), 2009
"... Shortest-path query processing not only serves as a long es-tablished routine for numerous applications in the past but also is of increasing popularity to support novel graph appli-cations in very large databases nowadays. For a large graph, there is the new scenario to query intensively against ar ..."
Abstract - Cited by 19 (4 self) - Add to MetaCart
Shortest-path query processing not only serves as a long es-tablished routine for numerous applications in the past but also is of increasing popularity to support novel graph appli-cations in very large databases nowadays. For a large graph, there is the new scenario to query intensively against arbi-trary nodes, asking to quickly return node distance or even shortest paths. And traditional main memory algorithms and shortest paths materialization become inadequate. We are interested in graph labelings to encode the underlying graphs and assign labels to nodes to support efficient query processing. Surprisingly, the existing work of this category mainly emphasizes on reachability query processing, while no sufficient effort has been given to distance labelings to support querying exact shortest distances between nodes. Distance labelings must be developed on the graph in whole to correctly retain node distance information. It makes many existing methods to be inapplicable. We focus on fast computing distance-aware 2-hop covers, which can en-code the all-pairs shortest paths of a graph in O(|V | · |E|1/2) space. Our approach exploits strongly connected compo-nents collapsing and graph partitioning to gain speed, while it can overcome the challenges in correctly retaining node distance information and appropriately encoding all-pairs shortest paths with small overhead. Furthermore, our ap-proach avoids pre-computing all-pairs shortest paths, which can be prohibitive over large graphs. We conducted exten-sive performance studies, and confirm the efficiency of our proposed new approaches. 1.
(Show Context)

Citation Context

...and computes shortest paths from scratch, i.e. without preprocessing the underlying graph. One best time bound of it is O(|E| lg lg |V |) [10]. For all-pairs shortest path computing, the algorithm in =-=[31]-=- achieves O(|V | · |E| + |V |2 log log |V |) time. In [42], over graphs with small integer weights ranged from −M to M , an algorithm is proposed which runs in O(M0.68|V |2.58). However, because the s...

A shortest path algorithm for real-weighted undirected graphs

by Seth Pettie, Vijaya Ramachandran - in 13th ACMSIAM Symp. on Discrete Algs , 1985
"... Abstract. We present a new scheme for computing shortest paths on real-weighted undirected graphs in the fundamental comparison-addition model. In an efficient preprocessing phase our algorithm creates a linear-size structure that facilitates single-source shortest path computations in O(m log α) ti ..."
Abstract - Cited by 16 (4 self) - Add to MetaCart
Abstract. We present a new scheme for computing shortest paths on real-weighted undirected graphs in the fundamental comparison-addition model. In an efficient preprocessing phase our algorithm creates a linear-size structure that facilitates single-source shortest path computations in O(m log α) time, where α = α(m, n) is the very slowly growing inverse-Ackermann function, m the number of edges, and n the number of vertices. As special cases our algorithm implies new bounds on both the all-pairs and single-source shortest paths problems. We solve the all-pairs problem in O(mnlog α(m, n)) time and, if the ratio between the maximum and minimum edge lengths is bounded by n (log n)O(1) , we can solve the single-source problem in O(m + nlog log n) time. Both these results are theoretical improvements over Dijkstra’s algorithm, which was the previous best for real weighted undirected graphs. Our algorithm takes the hierarchy-based approach invented by Thorup. Key words. single-source shortest paths, all-pairs shortest paths, undirected graphs, Dijkstra’s
(Show Context)

Citation Context

...thm [Dij59, J77, FT87]. The result of [Pet04] is stated in terms of the APSP problem because its preprocessing cost P is O(mn), making it efficient only if s is very close to n. In [Pet02b] (see also =-=[Pet03]-=-) the nonuniform complexity of APSP is considered; the main result of [Pet02b] is an algorithm performing O(mn log α(m, n)) comparison and addition operations. This bound is essentially optimal when m...

An Inverse-Ackermann Type Lower Bound for Online Minimum Spanning Tree Verification

by Seth Pettie - Combinatorica
"... Given a spanning tree T of some graph G, the problem of minimum spanning tree verication is to decide whether T = MST(G). A celebrated result of Komlos shows that this problem can be solved in linear time. Somewhat unexpectedly, MST verication turns out to be useful in actually computing minimum spa ..."
Abstract - Cited by 5 (3 self) - Add to MetaCart
Given a spanning tree T of some graph G, the problem of minimum spanning tree verication is to decide whether T = MST(G). A celebrated result of Komlos shows that this problem can be solved in linear time. Somewhat unexpectedly, MST verication turns out to be useful in actually computing minimum spanning trees from scratch. It is this application that has led some to wonder whether a more flexible version of MST Verification could be used to derive a faster deterministic minimum spanning tree algorithm.
(Show Context)

Citation Context

...vity analysis problem was investigated in [14]; they gave two algorithms: a randomized, expected linear-time algorithm and a provably optimal algorithm with unknown running time. A recent improvement =-=[30,28]-=- to the split-findmin data structure [16] implies that MST sensitivity analysis can be solved deterministically in O(mlog α(m,n)) time. Given this history one might be tempted to conjecture that all p...

A Review and Evaluations of Real Time Shortest Path according to current traffic on road

by Disha Gupta, U. Datta
"... Abstract- The Shortest Path Problem (SPP) is one of the most fundamental and important in combinatorial Problem. SPP is an important problem in graph theory and has applications in communications, transportation, and electronics problems. In this paper different algorithm for solving SPP with their ..."
Abstract - Add to MetaCart
Abstract- The Shortest Path Problem (SPP) is one of the most fundamental and important in combinatorial Problem. SPP is an important problem in graph theory and has applications in communications, transportation, and electronics problems. In this paper different algorithm for solving SPP with their advantage, disadvantage and application has been discussed. But all these algorithms are work on original shortest path but many times original shortest path don’t work properly due to many reasons like traffic problem and road blocking problem and many more called real time problems. To remove these real time problems be proposed a technique "A Review and Evaluations of Real Time Shortest Path according to current traffic on road". According to this technique we can find the shortest path according to traffic on road at current time. So we can save the time of all types of driver.
(Show Context)

Citation Context

...d–Warshall algorithm. Similarly, Dijkstra’s O(m + nslog n) time algorithm [4][5] remains the best for computingsSSSPs on nonnegatively weighted graphs, and until thesrecent algorithms of Pettie [6][7]=-=[8]-=-, Dijkstra’s algorithmswas also the best for computing APSPs on sparse graphss[4][10][5]. The techniques developed for integer- weightedsgraphs (scaling, matrix multiplication, integer sorting, andsth...

Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University