Reversal of letters in each word of a sentence in the most efficient way
Development Interview Questions
137,355 development interview questions shared by candidates
array of +ve nums, find pairs that add up to a given value
- Given an array of integers (of any value, from MIN_INT to MAX_INT), how would you find the consecutive integers with the largest sum, and return their sum?
given value is 9876. print nine thousand eight hunder seventy six
Delete n-th element from linked list. Note, you don't have a pointer to the Head of the list.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
How can u measure the temperature outside when you stay inside?
Count no. of words in a string
Reverse all the characters in a string before you encounter an 'x'. abcdxdd - > dcbaxdd
Reverse the string
Viewing 1541 - 1550 interview questions