How would you speed up your typical bit reversal algorithm?
Softwareentwickler Softwareentwickler Interview Questions
513,237 softwareentwickler softwareentwickler interview questions shared by candidates
How would you design a Zoo class using OO design?
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Find the missing in an array filled with numbers 1 to n and the size of array is one less than the total numbers. For ex, 1,2,4,5. array is given, find the missing number from first n(here n=5) numbers
Check if 2 strings are palindrome?
How can we write multiple strings to a file while keeping them separated?
post order traversal of a Binary Search Tree Follow up Create a BST from this post order traversed array and write test cases for this function
This function performs a basic smoothing of inlist and returns the result (outlist). Both lists have the same length, N. Each item in inlist is assumed to have type 'float', and 'h' is assumed to be an integer. For each i, outlist[i] will be the average of inlist[k] over all k that satisfy i-h <= k <= i+h and 0 <= k <= N-1.
A file contains a billion integers, try to find any one integer that is not in the file.
Reversal of all words in a sentence(e.g: "This is a good question" becomes "question good a is This")
Viewing 2341 - 2350 interview questions