Computer Science, asked by dishagrover1775, 1 year ago

Given an unsorted array of n elements find the element k is present in the array or not

Answers

Answered by brainhackergirl13
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