From f97cb46c035baae9cace1188aed3d5f5889657b9 Mon Sep 17 00:00:00 2001 From: 22203007 <22203007@pdc.jiit> Date: Sat, 6 Jan 2024 10:50:07 +0530 Subject: [PATCH] comment added --- sorting/BubbleSort.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sorting/BubbleSort.c b/sorting/BubbleSort.c index 39270ae4..eaf9157e 100644 --- a/sorting/BubbleSort.c +++ b/sorting/BubbleSort.c @@ -1,3 +1,4 @@ +//the code is for bubble sort #include void swap(int *xp, int *yp) {