Write algorithm to compute a Log to the base 2 of a number (integral results no need for floating point). Solution should not assume a particular size of integer
Softwareentwickler Softwareentwickler Interview Questions
512,282 softwareentwickler softwareentwickler interview questions shared by candidates
Design an algorithm, which can record the largest number in an ever-upgrading sequence.
write a function to calculate X^N
Find the least common root for 2 numbers in a BST
Look for a string in a very long string - a needle in a haystack. Write the program in pseudo-code.
given a string write a function to return the index of the first elememt which is non-alphabat ordered
Given a dictionary as a hashtable and a word. Find the minimum # of deletions needed on the word in order to make it a valid word in the dictionary.
Given array of stick lengths, return number of turns it takes to have no sticks left. Each turn you remove sticks of smallest length and cut that length from the rest of the sticks.
If you have a ransom letter and magazines, can you construct the ransom letter from the words in the magazine.
Use singly linked list to implement the cache (LRU) algorithm. How would you do?
Viewing 771 - 780 interview questions