From b363026b04cf3d3db9c8eeb48672e1a3c98777ed Mon Sep 17 00:00:00 2001 From: Swatisingh12 <56013490+Swatisingh12@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:50:58 +0530 Subject: [PATCH] STL cpp.txt --- STL cpp.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/STL cpp.txt b/STL cpp.txt index b3b3808..d260904 100644 --- a/STL cpp.txt +++ b/STL cpp.txt @@ -1,3 +1,4 @@ for vectors-- -sort( a.begin() , a.end() ); +sort( a.begin() , a.end() ); // sort a vector +