write an algorithm to divide two numbers using only loops and addition.
Software Engineer Php Interview Questions
665,002 software engineer php interview questions shared by candidates
Check whether the string is symmetric, how to test your result
Implement a base 3 adder which takes two strings as input and returns a string
The implementation question: Find a max and min in an array simaltaneously. I used a 2n comparisons approach and a 1.5n on-average approach.
Remove a node from a singly linkedlist without knowing the head node. All you have is the node itself.
Search a max value in an unsorted array. (Very abstract question) in better than O(n).
Given a set of strings, a number 'n', and a function that takes a string and gives back a score, find the n largest scored strings in the set.
Game of Life - write a function to calculate next state of the board based on current state
Find the longest subsequence of duplicate numbers in an array of sorted numbers.
How would you improve Uber?
Viewing 361 - 370 interview questions