| Interface | Description |
|---|---|
| SSSPResult<N,E> |
Result interface for the single-source shortest path (SSSP) problem.
|
| Class | Description |
|---|---|
| DijkstraSSSP<N,E> |
Implementation of Dijkstras algorithm for the single-source shortest path problem.
|
Copyright © 2018. All rights reserved.