Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ DepthFirstSearch.test.js
File
DepthFirstSearch.test.js
Trees/test/DepthFirstSearch.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ searchDFS, traverseDFS } from
'../DepthFirstSearch'
2
3
describe(
'Depth First Tree Traversal'
, () => {
4
const
tree = [
Callers
nothing calls this directly
Calls
2
searchDFS
Function · 0.90
traverseDFS
Function · 0.90
Tested by
no test coverage detected