deno.land / x / masx200_leetcode_test@10.6.5 / crawler-log-folder / index.ts

نووسراو ببینە
1
2
3
4
5
6
7
export default function minOperations(logs: string[]): number { return ( Array.from(new URL(logs.join(""), "h://a.b").pathname.matchAll(/\//g)) .length - 1 );}
masx200_leetcode_test

Version Info

Tagged at
a year ago