deno.land / x / masx200_leetcode_test@10.6.5 / detonate-the-maximum-bombs / test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import { assertEquals } from "asserts";
import maximumDetonation from "./index.ts";
Deno.test("detonate-the-maximum-bombs", () => { assertEquals( [2, 1, 5], [ [ [2, 1, 3], [6, 1, 4], ], [ [1, 1, 5], [10, 10, 5], ], [ [1, 2, 3], [2, 3, 1], [3, 4, 2], [4, 5, 3], [5, 6, 4], ], ].map(maximumDetonation), );});
masx200_leetcode_test

Version Info

Tagged at
a year ago