We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb2149 commit 438743cCopy full SHA for 438743c
scripts/algorithms/A/Add Two Numbers/Add Two Numbers.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 55 ms (Top 55.51%) | Memory: 71 MB (Top 93.72%)
2
class Solution {
3
public:
4
ListNode* addTwoNumbers(ListNode* l1, ListNode* l2) {
@@ -46,4 +47,4 @@ class Solution {
46
47
}
48
return head3;
49
-};
50
+};
0 commit comments