Skip to content

Commit 41efcad

Browse files
committed
migrate typescript to leetkick
1 parent 9aa03ca commit 41efcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/problem_0200/NumberOfIslands.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from 'vitest';
22
import { numIslands } from './NumberOfIslands';
3-
import { numIslandsBFS } from './0200_number_of_islands.bfs';
3+
import { numIslandsBFS } from './NumberOfIslandsBFS';
44

55
test('numberOfIslandsDFS1', () => {
66
const input = [

0 commit comments

Comments
 (0)