Searching on array

Started by cameyo, February 01, 2023, 07:06:15 AM

Previous topic - Next topic

cameyo

How to search a value in array ?

Use array-list and then find, ref, etc ?

pda

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.