You want to keep the largest 1000 integer numbers from incoming pockets containing integers. Please write a program on how to do it.
Software Interview Questions
551,385 software interview questions shared by candidates
given a dictionary of words sorted according to a certain order, write a function to out put this order. e.g. input {abc, fkq, bct} output:{a, f, b, k, c, q, t}
How to print a link list reversely
He asked me to give him the algorithm for the Fibonacci number in both iterative and using recursion. I failed to solve a problem regarding the algorithm of a rand7 function by using a rand5 function.
Giving a string with number from 1-250 in random order, but miss 1 number. How to find the missed number.
Ask to reverse a linked list, both recursively and iterating way.
Determine if two number are neighbors in grey code sequence.
Not hard at all.
Given an array of 100 integers where every integer from 1-101 occurs once, except for one. Find the missing integer.
You are given the head node of a binary tree. Find the height of the tree.
Viewing 2741 - 2750 interview questions