mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
Added wikipedia link
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user