How to detect overlapping area for two rectangles
Software Development Programmer Interview Questions
33,168 software development programmer interview questions shared by candidates
Connect nodes at the same level in a binary tree
Find if given number matched sum of two elements in sorted array.
Given a sentence input : helloworld output: HelloWorld YOu should make use of a dictionary available with you. Capitalize the dictionary words in the sentence
You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
How many gas stations are there in California?
Write a function that returns the longest palindrome in a string. Not just the first one or any palindrome, but the longest. The String is a long sequence of characters, spaces included.
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
Find a duplicate integer in a list of length K with integers 1...K-1 and one duplicate. Do so in O(n) time with constant space.
How to create excel header string
Viewing 341 - 350 interview questions