Skip to content

Commit 7a03ae2

Browse files
author
xiapengchng
committed
Update Solution 024, adding cpp version
2 parents 1a2b83d + bd63483 commit 7a03ae2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

solution/024.Swap Nodes in Pairs/Solution.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ class Solution {
3131
return real_head;
3232
}
3333

34+
3435
};
36+
37+
38+

0 commit comments

Comments
 (0)