Skip to content

Commit 8983987

Browse files
committed
Runtime: 19 ms (Top 54.79%) | Memory: 10.4 MB (Top 74.28%)
1 parent 31d3a99 commit 8983987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/O/Odd Even Linked List/Odd Even Linked List.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 19 ms (Top 54.79%) | Memory: 10.4 MB (Top 74.28%)
12
class Solution {
23
public:
34
ListNode* oddEvenList(ListNode* head) {
@@ -25,4 +26,4 @@ class Solution {
2526
}
2627
return head;
2728
}
28-
};
29+
};

0 commit comments

Comments
 (0)