Anda di halaman 1dari 1

Interview1: 1.

It was a telephonic Round

asked about my project. Prepare well to answer any type of questions tha t may arise in your project. They will just ask to explain about any one of the projects listed in your resu me. 2. In am plane, n points are given i.e. the input is (x1,y1), (x2,y2)... (x n,yn). Now given these n points find the maximum number of collinear points. 3. Write the code for finding the min of n number. I gave:

for(i=0;i<n;i++) if( a[i]<min ) min = a[i]

---- eq(i)

Given that n numbers are from random sampling how many times (probabilit y) does the line (i) be executed.

Anda mungkin juga menyukai