Skip to content

Commit 14ab162

Browse files
authored
Update Solution.scala
1 parent 989868c commit 14ab162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/g0001_0100/s0002_add_two_numbers/Solution.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package g0001_0100.s0002_add_two_numbers
22

3-
import com_github_leetcode.ListNode
4-
53
// #Medium #Top_100_Liked_Questions #Top_Interview_Questions #Math #Linked_List #Recursion
64
// #Data_Structure_II_Day_10_Linked_List #Programming_Skills_II_Day_15
75
// #Big_O_Time_O(max(N,M))_Space_O(max(N,M))
86
// #2023_10_17_Time_571_ms_(75.12%)_Space_58.8_MB_(68.16%)
97

8+
import com_github_leetcode.ListNode
9+
1010
/*
1111
* Definition for singly-linked list.
1212
* class ListNode(_x: Int = 0, _next: ListNode = null) {

0 commit comments

Comments
 (0)