deno.land / x / masx200_leetcode_test@10.6.5 / making-a-large-island / test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "../deps.ts";import { examples } from "./examples.ts";import largestIsland from "./index.ts";
Deno.test("making-a-large-island", () => { examples.forEach(({ input, output }) => { assertEquals(output, largestIsland(input)); });});
masx200_leetcode_test

Version Info

Tagged at
2 years ago