Challenge: Count Element Occurrence
This problem involves finding the frequency of the occurrence of a given target value in the array.
We'll cover the following...
Problem statement
Given a sorted array of integers, find the frequency of the occurrence of a given target value in the array.
If the value is not found ...