attogram/8queens

View on GitHub
src/solve8queens_3.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $solutions was undeclared, but array fields are being added to it.
Open

$solutions[] = "{ a1:'wQ', e2:'wQ', h3:'wQ', f4:'wQ', c5:'wQ', g6:'wQ', b7:'wQ', d8:'wQ' }";
Severity: Info
Found in src/solve8queens_3.php by phan

There are no issues that match your filters.

Category
Status