AlexAegis/avl

View on GitHub
src/tree.class.ts

Summary

Maintainability
B
5 hrs
Test Coverage

Tree has 39 functions (exceeds 20 allowed). Consider refactoring.
Open

@jsonObject
@toJson
export class Tree<
    K extends number | string | V | Comparable<K> | any = number | string,
    V extends number | string | Convertable<K> | any = any
Severity: Minor
Found in src/tree.class.ts - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status