[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Data Structures :: Searching & Sorting - Discussion

Home > Data Structures > Searching & Sorting > MCQs Questions Discussion

37 / 69

Choose the correct option.

It is not a good idea to use binary search to find a value in a sorted linked list of values. Why?

ABinary search may not work for a linked list

BBinary search using a linked list would usually be much slower than Linear search

CIt is not possible to sort a linked list, but sorted data is needed for binary search.

DLinked list uses dynamic memory allocation. So the number of items are not known.

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!