From 3d25d1f1b962410b71fc20b5e051d30abe2a554a Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:59:24 +0530 Subject: [PATCH] Update Minimum_number.cpp --- Daily/Minimum_number.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Minimum_number.cpp b/Daily/Minimum_number.cpp index d60df19f..2afdc21d 100644 --- a/Daily/Minimum_number.cpp +++ b/Daily/Minimum_number.cpp @@ -4,7 +4,6 @@ You are given an array arr of n elements. In one operation you can pick two indi of such operations. - Example 1: Input: n = 3