deno.land / x / masx200_leetcode_test@10.6.5 / zi-fu-chuan-de-pai-lie-lcof / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
import { permutations } from "https://deno.land/x/combinatorics@1.1.2/permutations.ts";
function permutation(s: string): string[] { return [...new Set([...permutations(s)].map((a) => a.join("")))];}export default permutation;
masx200_leetcode_test

Version Info

Tagged at
a year ago