Given array of integers, find the first pair add up to 10. Analize your solution.
Development Engineer Interview Questions
37,111 development engineer interview questions shared by candidates
Design a function to reverse the order of words in a string - "This is a string" -> "string a is This"
Know your data structures
How to detect overlapping area for two rectangles
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.
Viewing 351 - 360 interview questions