aureooms/js-gn

View on GitHub
src/undirected/offline/algo/sp/dijkstra.js

Summary

Maintainability
A
1 hr
Test Coverage

Function dijkstra has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function dijkstra ( g, order, source, prev, dist, used, ref, left ) {
Severity: Major
Found in src/undirected/offline/algo/sp/dijkstra.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status