MCPcopy Create free account
hub / github.com/TheAlgorithms/TypeScript / dijkstra.test.ts

File dijkstra.test.ts

graph/test/dijkstra.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { dijkstra } from '../dijkstra'
2
3describe('dijkstra', () => {
4 const init_graph = (N: number): [number, number][][] => {

Callers

nothing calls this directly

Calls 3

dijkstraFunction · 0.90
init_graphFunction · 0.70
add_edgeFunction · 0.70

Tested by

no test coverage detected