data-structures-and-algorithms/heapq

View on GitHub
src/core/siftdown.js

Summary

Maintainability
A
35 mins
Test Coverage

Function siftdown has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export default function siftdown(compare, a, i, j, k) {
Severity: Minor
Found in src/core/siftdown.js - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status