ianadiwibowo/central-park

View on GitHub
hackerrank/arrays/two_d_array_ds/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 58 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    arr_cases := [][][]int32{
        {
            {1, 1, 1, 0, 0, 0},
            {0, 1, 0, 0, 0, 0},
Severity: Minor
Found in hackerrank/arrays/two_d_array_ds/main.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status