From 3c72d644e7446d14d76c9c9ede2e681e5c3c64d1 Mon Sep 17 00:00:00 2001 From: Rupayan Date: Tue, 1 Oct 2019 02:21:30 +0530 Subject: [PATCH 1/3] PR for hacktoberfest from Rupayan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fecd754..143bf70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Algorithms-Lab -Taught by Pawan Goyal and Arobinda Gupta, IIT Kharagpur, this repository which contains all graded assignments of Algorithms-I lab of IITKGP held in the Autumn Semester of academic session 2018-19. +Taught by Pawan Goyal and Arobinda Gupta, IIT Kharagpur, this repository which contains all graded assignments of Algorithms-I(CS29003) lab of IITKGP held in the Autumn Semester of academic session 2018-19. From acb7239e21c59fb179d2ce4f5469214fe0aaf681 Mon Sep 17 00:00:00 2001 From: Rupayan Date: Tue, 1 Oct 2019 02:27:10 +0530 Subject: [PATCH 2/3] PR2 for hacktoberfest --- Lab Test/15_17CS10059.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Lab Test/15_17CS10059.cpp b/Lab Test/15_17CS10059.cpp index 78de53c..627a8cd 100644 --- a/Lab Test/15_17CS10059.cpp +++ b/Lab Test/15_17CS10059.cpp @@ -4,6 +4,7 @@ #include #include #include +#include using namespace std; /* From d4a1e9ef7ab5da1e4f204b67a62f3667c66d459b Mon Sep 17 00:00:00 2001 From: Rupayan Date: Tue, 1 Oct 2019 02:32:31 +0530 Subject: [PATCH 3/3] PR2 for hacktoberfest --- Day 13/17CS10059_13.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Day 13/17CS10059_13.cpp b/Day 13/17CS10059_13.cpp index 18234d7..dfb3b28 100644 --- a/Day 13/17CS10059_13.cpp +++ b/Day 13/17CS10059_13.cpp @@ -2,6 +2,7 @@ #include #include +#include using namespace std; #define INF 1000000007