Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 3d2af5b

Browse files
committed
1123 coverage 100%
1 parent bdeea1f commit 3d2af5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Algorithms/1123.lowest-common-ancestor-of-deepest-leaves/lowest-common-ancestor-of-deepest-leaves_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ var tcs = []struct {
1818
[]int{1, 2, 3},
1919
},
2020

21+
{
22+
[]int{1, 2, 3, kit.NULL, kit.NULL, 4},
23+
[]int{4},
24+
},
25+
2126
{
2227
[]int{1, 2, 3, 4},
2328
[]int{4},

0 commit comments

Comments
 (0)