Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3860f commit f93d12dCopy full SHA for f93d12d
src/data-structures/graph/Graph.js
@@ -28,6 +28,7 @@ export default class Graph {
28
29
/**
30
* @param {GraphVertex} vertex
31
+ * @returns {GraphVertex[]}
32
*/
33
getNeighbors(vertex) {
34
return vertex.getNeighbors();
0 commit comments