Given a binary tree and a depth, print out all the nodes at that depth
Financial Software Developer Interview Questions
722 financial software developer interview questions shared by candidates
Insert an element into a sorted linked list
Count the on-bits in a number
Write a program which find the character with the most successive occurrences in a string. It should print the character and the number of occurrences.
Suppose you have a fair random number generator r() which generates 0 or 1 with same probability or 1/2. Design a fair random number generator R() which generate up to any number n based on the first one.
Explain the code of a project from any course that you took.
everse the string. and C-style string vs. C++ string
Given a array, how to find the two biggest number,write psydo code
Find the biggest number in an array without sorting.
How to design a good hash function if the key is a person`s name
Viewing 601 - 610 interview questions