Skip to content

Commit

Permalink
Update Number_of_occurrence.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Dec 25, 2024
1 parent cabe057 commit 8c04ef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Number_of_occurrence.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c04ef6

Please sign in to comment.