Given an unsorted array of n elements find the element k is present in the array or not
Answers
Answered by
0
Explanation:
One of their questions involved searching for an integer in an unsorted array. Given an unsorted array of n elements, find if the element k is present in the array or not. ... The function must return a string “YES” or “NO” denoting if the element is present in the array or not.
Similar questions