From 7f34545442f5065eb54b11d4ad7b526c4b5b3248 Mon Sep 17 00:00:00 2001 From: MayankJoshi01 <144516746+MayankJoshi01@users.noreply.github.com> Date: Sat, 9 Sep 2023 14:23:18 +0530 Subject: [PATCH] Update 1_Reverse_The_Array.cpp --- Lecture-020/1_Reverse_The_Array.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Lecture-020/1_Reverse_The_Array.cpp b/Lecture-020/1_Reverse_The_Array.cpp index 27af8e4..6698714 100644 --- a/Lecture-020/1_Reverse_The_Array.cpp +++ b/Lecture-020/1_Reverse_The_Array.cpp @@ -1,5 +1,4 @@ -#include -#include +#include using namespace std; void reverseArray(vector &arr) { @@ -40,4 +39,4 @@ int main() { cout<