Showing 1 of 3 total issues

Avoid deeply nested control flow statements.
Open

                    if distance > optimalDistance {
                        optimalDistance = distance
                        optimalTask = task
                    }
Severity: Major
Found in bruteforce.go - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language