How to search a value in array ?
Use array-list and then find, ref, etc ?
Using a search algorithm like binary search, probabbly you will need to sort the array previously. Converting the array to a list is not a general solution, I doubt you can convert any array to a list.