Analysis of information sources in references of the Wikipedia article "Search data structure" in English language version.
Finding the element with a given value is linear. Since the array isn't sorted anyway, you can do the deletion itself in constant time. First swap the element you want to delete to the end of the array, then reduce the array size by one element.