From 0fee220920969ad707a76a42e3ee93ff25920c04 Mon Sep 17 00:00:00 2001 From: Prithiviraj <59286864+Prithivi-Raj@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:24:33 +0530 Subject: [PATCH] Update Hackerrank Swap Nodes [Algo].py --- Hackerrank Swap Nodes [Algo].py | 1 + 1 file changed, 1 insertion(+) diff --git a/Hackerrank Swap Nodes [Algo].py b/Hackerrank Swap Nodes [Algo].py index dfe2ac3..a2f5c54 100644 --- a/Hackerrank Swap Nodes [Algo].py +++ b/Hackerrank Swap Nodes [Algo].py @@ -7,6 +7,7 @@ # Complete the swapNodes function below. # def swapNodes(indexes, queries): + # # Write your code here. #