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 diff --git a/Day 9/17CS10059_9.cpp b/Day 9/17CS10059_9.cpp index 1666b99..ca81a17 100644 --- a/Day 9/17CS10059_9.cpp +++ b/Day 9/17CS10059_9.cpp @@ -4,6 +4,7 @@ #include #include #include +#include using namespace std; int max(int a, int b) 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; /* 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.