We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa03ca commit 41efcadCopy full SHA for 41efcad
typescript/problem_0200/NumberOfIslands.test.ts
@@ -1,6 +1,6 @@
1
import { test, expect } from 'vitest';
2
import { numIslands } from './NumberOfIslands';
3
-import { numIslandsBFS } from './0200_number_of_islands.bfs';
+import { numIslandsBFS } from './NumberOfIslandsBFS';
4
5
test('numberOfIslandsDFS1', () => {
6
const input = [
0 commit comments