given an unsorted aray of n element, find if the element k is present in the array
Answers
Answered by
0
Answer:
present in the array or not. ... An integer, k, denoting the element to be searched in the array. The function must return a string “YES” or “NO” denoting if the element is present in the array or not.
Similar questions