mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
fix: lint warnings
This commit is contained in:
parent
b7621157cb
commit
d2c3a3f0d0
@ -124,6 +124,6 @@ int main() {
|
|||||||
std::array<int, n>({0, 0, 0, 0})
|
std::array<int, n>({0, 0, 0, 0})
|
||||||
};
|
};
|
||||||
|
|
||||||
backtracking::solveNQ<n>(board, 0);
|
backtracking::n_queens::solveNQ<n>(board, 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user