in the quiz answer, it is given that the inbuilt binary_search function takes O(N) to find the index of an element. I think it should be O(log(N)).
in the quiz answer, it is given that the inbuilt binary_search function takes O(N) to find the index of an element. I think it should be O(log(N)).