ZIO · Algorithmic Problem Solving
Linear search, binary search and variants over sorted/unsorted data.
Study notes are still being prepared.
Don't wait — Shishya can teach you this topic right now, on demand.
Ask Shishya to teach this →Shishya is your personal tutor for this topic. Pick a starter or open a free chat.
Q1 · Searching · MEDIUM
Binary search can be applied to find an element in:
Q2 · Searching · HARD
In a sorted array of n elements, how many comparisons does binary search make in the worst case?
Q3 · Searching · MEDIUM
Which searching algorithm is most suitable when the data is stored in a linked list?
Q4 · Searching · EASY
Linear search on an unsorted array of n elements has a worst-case time complexity of: