deno.land / x / masx200_leetcode_test@10.6.5 / special-binary-string / test.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
import { assertEquals } from "https://deno.land/std@0.157.0/testing/asserts.ts";
import makeLargestSpecial from "./index.ts";
Deno.test("special-binary-string", () => { const inputs = ["11011000", "10"]; const outputs = ["11100100", "10"]; assertEquals(outputs, inputs.map(makeLargestSpecial));});
masx200_leetcode_test

Version Info

Tagged at
a year ago