From 88385f3ba8d17a7da93752999cc7b7598e1ca8e1 Mon Sep 17 00:00:00 2001 From: Swatisingh12 <56013490+Swatisingh12@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:49:45 +0530 Subject: [PATCH] STL cpp.txt --- STL cpp.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/STL cpp.txt b/STL cpp.txt index b3b3808..323121c 100644 --- a/STL cpp.txt +++ b/STL cpp.txt @@ -1,3 +1,4 @@ for vectors-- sort( a.begin() , a.end() ); +reverse( a.begin() , a.end() );