From 4b28f8077c40d8e556297828f6c24d76f080bcc6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 16:02:09 -0500 Subject: gis/pgrouting: Fix README. --- gis/pgrouting/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gis/pgrouting/README b/gis/pgrouting/README index 149c889866..484754b823 100644 --- a/gis/pgrouting/README +++ b/gis/pgrouting/README @@ -2,15 +2,15 @@ pgRouting extends the PostGIS / PostgreSQL geospatial database to provide geospatial routing functionality. The following algorithms are compiled: -* All Pairs Shortest Path, Johnson’s Algorithm -* All Pairs Shortest Path, Floyd-Warshall Algorithm +* All Pairs Shortest Path, Johnson's Algorithm +* All Pairs Shortest Path, Floyd-Warshall Algorithm * Shortest Path A* -* Bi-directional Dijkstra Shortest Path -* Bi-directional A* Shortest Path +* Bi-directional Dijkstra Shortest Path +* Bi-directional A* Shortest Path * Shortest Path Dijkstra * Driving Distance -* K-Shortest Path, Multiple Alternative Paths -* K-Dijkstra, One to Many Shortest Path +* K-Shortest Path, Multiple Alternative Paths +* K-Dijkstra, One to Many Shortest Path * Traveling Sales Person * Turn Restriction Shortest Path -- cgit v1.2.3