Skip to content

Commit f0516d1

Browse files
committed
Add test file for Swap Nodes in Pairs.
1 parent 7443098 commit f0516d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SwapNodesInPairs.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{1,2}
2+
{2,1}
3+
4+
{1,2,3,4}
5+
{2,1,4,3}

0 commit comments

Comments
 (0)