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.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
Write a function that takes a String as a parameter. Count the number of A's in the String before you reach a C.
Write a function to turn a string into an integer and test it
Write a function to convert a number in Roman numeral form to a decimal representation.
Write a function to print out the contents of a singly-linked list in reverse order.
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Find if given number matched sum of two elements in sorted array.
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Given a sentence input : helloworld output: HelloWorld YOu should make use of a dictionary available with you. Capitalize the dictionary words in the sentence
Q: In an array that has one value for more than half of its elements, how can you find that value?
Viewing 341 - 350 interview questions