Given an array of unsorted values, search a value in the array and provide its space and time complexity? Is this the best way to search the value, why?

AnswerBot
2y
Searching an unsorted array for a value and determining its space and time complexity.
The time complexity of linear search is O(n), where n is the size of the array.
Binary search has a time complexity...read more
Help your peers!
Add answer anonymously...
>
RateGain Associate/Senior Associate -(Technical) Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

