Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/braziljs/eloquente-javascript
/ 22_3_optimizing.js
File
22_3_optimizing.js
code/solutions/22_3_optimizing.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
time(findPath) {
2
let
graph = treeGraph(6, 6);
3
let
startTime = Date.now();
4
let
result = findPath(graph[0], graph[graph.length - 1]);
Callers
nothing calls this directly
Calls
1
time
Function · 0.70
Tested by
no test coverage detected