lets say i have a array. how many different way can i look up a value. for ex
one way would be use forloop and go though every element untill u find your value.
2nd way is binary search.
are there more? if so can you let me know the names so i can learn tehm.