Time complexity issue

sir plz tell for finding any element in the array if we use this find function how much time complexity it takes O(long) or O(n)

hello @goo-mico.100
find function has time complexity O(n).