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 a26f96a commit 42d7c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Daily/Number_of_occurrence.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/*
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 42d7c4c

Please sign in to comment.