If I have a linked list and a array, find the ratio of time complexity to find the index value in the array to the linked list (i.e. complexity to find index value in array / complexity to find index value in linked list)
n:1
n:logn
1:n
1:logn