write an algorithm to divide two numbers using only loops and addition.
Programmer Trainee Interview Questions
712,284 programmer trainee 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
Given two lists A and B containing sorted non-unique integers, return the elements in A but not B and the elements in B but not A.
Find the longest subsequence of duplicate numbers in an array of sorted numbers.
Viewing 421 - 430 interview questions