MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / Solution

Class Solution

51. N-Queens/src/main.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3}
4
5struct Solution {}
6
7impl Solution {
8 pub fn solve_n_queens(n: i32) -> Vec<Vec<String>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected