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

نووسراو ببینە
1
2
3
4
export default function isFlipedString(s1: string, s2: string): boolean { return s1.length === s2.length && (s1 + s1).includes(s2);}
masx200_leetcode_test

Version Info

Tagged at
a year ago