deno.land / x / masx200_leetcode_test@10.6.5 / shuffle-string / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
export default function restoreString(s: string, indices: number[]): string { //@ts-ignore return Array.prototype.reduce.call(s, (p, c, i) => (p[indices[i]] = c, p), [ ...s, ]).join("");}
masx200_leetcode_test

Version Info

Tagged at
a year ago