Skip to content

Commit 883e688

Browse files
committed
Minor update in BFS code
1 parent ae05db0 commit 883e688

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Graph Theory/Breadth First Search/bfs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @param {Array} graph (will be an adjacency list)
1010
* @param {Number} srcNode (0-indexed)
1111
* @param {Number} dstNode (Optional, 0-indexed)
12-
* @return {Number} sum
1312
*/
1413
function BFS(graph, srcNode, dstNode) {
1514
var isProcessed = [],

0 commit comments

Comments
 (0)