MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / Solution

Class Solution

46-permutations.rs:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11// 撤销选择
12
13struct Solution;
14
15impl Solution {
16 pub fn permute(mut path: Vec<i32>) -> Vec<Vec<i32>> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected