MCPcopy 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

1function 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

timeFunction · 0.70

Tested by

no test coverage detected