|
if the probability of observing a car in 30 minutes on a highway is p, what is the probability of observing a car in 5 minutes ?
http://linkmingle.com/details/1692
created by interview_questions on 2008-07-03 02:35:27
|
|
Given a matrix (2D array) of m x n elements (m rows, n columns), write a function that prints the elements in the array in a spiral manner.
http://linkmingle.com/details/1564
created by interview_questions on 2008-06-28 20:27:16
|
|
Reverse a Link List using Recursion
http://linkmingle.com/details/1531
created by interview_questions on 2008-06-27 02:40:08
|
|
Given n non overlapping intervals and an element. Write a program to find the interval into which this element falls.
http://linkmingle.com/details/1372
created by interview_questions on 2008-06-23 04:34:27
|
|
There is a blank disc. You are given two colors of paint (black and white) . A sensor can recognize the color painted on the disc and produce an output. Paint the disc in a way such that you can find the direction of rotation by looking at the output (BWBWBWBW... etc). Find the minimum number of sectors you will need to paint
http://linkmingle.com/details/1045
created by interview_questions on 2008-06-13 10:17:01
|
|
An array of size n, has n/2 unique elements and n/2 occurences of an element. Find the non-unique element in linear time?
http://linkmingle.com/details/988
created by interview_questions on 2008-06-12 02:19:26
|
|
Given an array A which consists of numbers which are all duplicated 2n times except one which is duplicated 2n+1 times.Write a function to find the number which is duplicated 2n+1 times
http://linkmingle.com/details/987
created by interview_questions on 2008-06-12 00:52:50
|
|
Write a function to find intersection of two arrays?
http://linkmingle.com/details/986
created by interview_questions on 2008-06-12 00:34:01
|
|
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
http://linkmingle.com/details/932
created by interview_questions on 2008-06-08 22:30:58
|
|
Write a program to convert a decimal number to its hexa-decimal equivalent
http://linkmingle.com/details/896
created by interview_questions on 2008-06-06 02:36:08
|