Do you know what is linear search?
Explain what is binary search?
What is binary search tree and explain its time complexity?
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
Explain the most efficient method to reverse a linked list?
Explain exception filter?
Tell me what should be done in the base case for this recursive problem?
Do you know how to find if linked list has loop?
Explain about circular linked list?
Explain the steps to insert data into a singly linked list?
What is bitonic search?
Explain what is linear search?
How to search binary in a sorted array?
What is range search?
How to reverse a singly linked list?