From 35c999ea426a5f0b32e2b5d5bab5fe010ea9ce97 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 4 May 2026 09:01:42 +0800 Subject: Improve accuracy of framing. --- _log/neo4j-a-star-search.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_log/neo4j-a-star-search.md') diff --git a/_log/neo4j-a-star-search.md b/_log/neo4j-a-star-search.md index 8790731..6664421 100644 --- a/_log/neo4j-a-star-search.md +++ b/_log/neo4j-a-star-search.md @@ -1,13 +1,13 @@ --- -title: Contributed A* search to Neo4J +title: Contributed A* search to Neo4J algorithms date: 2018-03-06 layout: post --- Written in 2026, backdated to 2018. -Before v3.4.0, Neo4J shipped with Dijkstra's shortest path search. The -algorithm was too slow for our marine vessel tracking application. +Before v3.4.0, Neo4J algorithms plugin shipped with Dijkstra's shortest path +search. The algorithm was too slow for our marine vessel tracking application. Forked and added A* search. Used the haversine function to steer the search: @@ -52,7 +52,7 @@ Upstreamed the changes. GitHub release: Neo4J v3.4.0 | +class="external" target="_blank" rel="noopener noreferrer">neo4j-contrib v3.4.0 | Full source. -- cgit v1.2.3