How to implement the minimum spanning tree using double-side lists?
Software Development Engineer Interview Questions
32,870 software development engineer interview questions shared by candidates
Implement a dictionary.
Solve 'Tic-Tac-Toe' Now we have a board and the game is currently proceeding. Write a function 'bool isFinished(char a, int x, int y) to decide whether game is finished when put one chess (a == 'O' or 'X') on (x, y) of the board. What data structure are you going to use? Write the whole function down on the paper If given more space, can you improve your solution?
Write a program to do the SMS text recognition from the number pad. Basically, the three characters per number to possible text recognition (T9). Did I scare you enough?? :P
How would you test a calculator
find median of two sorted arrays
Code a solution to rotate bitmap by 90 degrees given a structure definition representing the bitmap and a function prototype for the function to do the rotation.
Write a program that acts as an application scheduler that runs executables at given times.
How to test a calculator?
ACID properties of database
Viewing 3011 - 3020 interview questions