summaryrefslogtreecommitdiffstats
path: root/_site/log/neo4j-a-star-search
diff options
context:
space:
mode:
Diffstat (limited to '_site/log/neo4j-a-star-search')
-rw-r--r--_site/log/neo4j-a-star-search/index.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/_site/log/neo4j-a-star-search/index.html b/_site/log/neo4j-a-star-search/index.html
index 013cd95..4154255 100644
--- a/_site/log/neo4j-a-star-search/index.html
+++ b/_site/log/neo4j-a-star-search/index.html
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="utf-8">
- <title>Neo4j shortest path optimization</title>
-
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -13,8 +9,6 @@
</head>
-
- </head>
<body>
<div id="nav-container" class="container">
@@ -47,9 +41,9 @@
<div class="container">
<div class="container-2">
<h2 class="center" id="title">NEO4J SHORTEST PATH OPTIMIZATION</h2>
- <h6 class="center">06 MARCH 2018</h5>
+ <h5 class="center">06 MARCH 2018</h5>
<br>
- <div class="twocol justify"><p>Replaced Dijkstra’s for vessel route tracking in Neo4J.</p>
+ <div class="twocol justify"><p>Replaced Dijkstra’s search for vessel route tracking in Neo4J.</p>
<p>Tracking 13,000 marine vessel route points. Needed shortest paths between ports
for arrival prediction. Neo4j’s Dijkstra’s algorithm slows after 4,000 route