Skip to content

Commit 5b2cc4f

Browse files
authored
Improved task 23
1 parent ab7c1b2 commit 5b2cc4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ts/g0001_0100/s0023_merge_k_sorted_lists/solution.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// tslint:disable:no-magic-numbers
2-
import { ListNode } from 'src/main/ts/com_github_leetcode/listnode'
32
import { mergeKLists } from 'src/main/ts/g0001_0100/s0023_merge_k_sorted_lists/solution'
43
import { expect, test } from 'vitest'
54
import { createSinglyLinkedList } from '../../com_github_leetcode/linkedlistutils'

0 commit comments

Comments
 (0)