Refactor
This commit is contained in:
@@ -9,7 +9,7 @@ struct ListNode {
|
||||
ListNode(int x, ListNode* next) : val(x), next(next) {}
|
||||
};
|
||||
|
||||
class Solution {
|
||||
class S0024 {
|
||||
public:
|
||||
ListNode* swapPairs(ListNode* head);
|
||||
};
|
||||
|
Reference in New Issue
Block a user