Added wikipedia link

This commit is contained in:
Rodrigo
2021-01-06 17:13:52 -03:00
parent 80fc69ef41
commit 5946f987a9

View File

@ -1,3 +1,5 @@
// https://en.wikipedia.org/wiki/Neighbourhood_(graph_theory)
class Graph{
// Generic graph: the algorithm works regardless of direction or weight
constructor(){