Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
add video
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jul 23, 2020
1 parent b72aa10 commit eb6dcfb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

++++
<iframe width="560" height="315" src="https://www.youtube.com/embed/HAEv7mntGeA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
++++

The Neo4j https://neo4j.com/graph-data-science-library[Graph Data Science Library^] supports both of the graph search algorithms.

[#breadth-first-search]
Expand Down

0 comments on commit eb6dcfb

Please sign in to comment.