Some histogram question on leetcode. Medium level.
Engineer Intern Interview Questions
18,167 engineer intern interview questions shared by candidates
Given an array, and another key, find two numbers in the array that add upto the key.
Perform binary search on a sorted array, of which you don't know the size.
An array contains alphabets, some of which may have duplicates. Find the number of duplicates.
How does Java Garbage Collection work? How would you implement garbage collection?
Write code for string search
Intersection of two linked lists
Find if a linked list has a cycle in it.
Given an array of sorted characters and a target character, find the closest character from array.
Given a singly linked list, find the kth element from the back and delete it.
Viewing 211 - 220 interview questions