[algogeeks] Max Area of a Triangle

2010-06-15 Thread amit
Given N points how can we find a triangle formed using any of the three points with maximum area? -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group,

Re: [algogeeks] Max Area of a Triangle

2010-06-15 Thread Vivek Sundararajan
can only think of O(N^3) brute force solution - any better ideas? :) On 14 June 2010 16:57, amit amitjaspal...@gmail.com wrote: Given N points how can we find a triangle formed using any of the three points with maximum area? -- You received this message because you are subscribed to the