From eb6dcfb855b489f160564f140013a4c418055baa Mon Sep 17 00:00:00 2001 From: Mark Needham Date: Thu, 23 Jul 2020 13:29:16 +0100 Subject: [PATCH] add video --- .../graph-search-algorithms-key-topic.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc b/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc index f3dd3cf9..52e127c8 100644 --- a/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc +++ b/graph-data-science/graph-search-algorithms/graph-search-algorithms-key-topic.adoc @@ -32,6 +32,10 @@ Graph search (or graph traversal) algorithms explore a graph for general discove They will try to visit as much of the graph as they can reach, but there is no expectation that the paths they explore are computationally optimal. Graph search algorithms are usually used as a core component of other algorithms. +++++ + +++++ + The Neo4j https://neo4j.com/graph-data-science-library[Graph Data Science Library^] supports both of the graph search algorithms. [#breadth-first-search]