problemscpp
A collection of my answers to algorithm problems in c++.
leetcode::n_queens::Solution 成员列表

成员的完整列表,这些成员属于 leetcode::n_queens::Solution,包括所有继承而来的类成员

dfs(const vector< vector< bool > > &board, int line, int n, vector< vector< string > > &ans)leetcode::n_queens::Solutionprivatestatic
solveNQueens(int n)leetcode::n_queens::Solutionstatic
toStringVec(const vector< vector< bool > > &board)leetcode::n_queens::Solutionprivatestatic
valid(const vector< vector< bool > > &board, int n, int x, int y)leetcode::n_queens::Solutionprivatestatic