Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/loiane/javascript-datastructures-algorithms
/ 03-using-dfs.js
File
03-using-dfs.js
src/13-graph/03-using-dfs.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// src/13-graph/03-using-dfs.js
2
3
const
Graph = require(
'./graph'
);
4
const
{ depthFirstSearch, enhancedDepthFirstSearch } = require(
'./dfs'
);
Callers
nothing calls this directly
Calls
6
keys
Method · 0.80
depthFirstSearch
Function · 0.70
enhancedDepthFirstSearch
Function · 0.70
forEach
Method · 0.45
addVertex
Method · 0.45
addEdge
Method · 0.45
Tested by
no test coverage detected