From 8c04ef6cfd93824ba555e28dca9ae67e48f40b88 Mon Sep 17 00:00:00 2001 From: SUBHAMAY__GANGULY <71601569+STREIN-11@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:41:57 +0530 Subject: [PATCH] Update Number_of_occurrence.cpp --- Daily/Number_of_occurrence.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Daily/Number_of_occurrence.cpp b/Daily/Number_of_occurrence.cpp index 6a137c86..2ad06ea2 100644 --- a/Daily/Number_of_occurrence.cpp +++ b/Daily/Number_of_occurrence.cpp @@ -1,7 +1,6 @@ /* Given a sorted array Arr of size N and a number X, you need to find the number of occurrences of X in Arr. - Example 1: Input: N = 7, X = 2