doubt about geometry problem?
Difference between en3 and en4, changed 0 character(s)
Recently i found a problem about geometric, that ask for how many pair of points of the set of points, are good pair, and a good pair is a pair **(a,b)** of points where the max distance between both points to any other **c** point it is greater or equals at the distance between the firsts two points ( **a** and **b**).↵

_as a formula:_ `distance(a,b)<=max(distance(a,c),distance(b,c))`↵

Can be at most **2000** points.↵

Is ease see, that can be solve for some `O(n^2)` whit some factor `logn` for search a point that invalidate a pair of points, but right now i don't see how search this point. If some one can help me, thank in advance???↵

**UPD:**↵
here is the problem: [link](http://coj.uci.cu/24h/problem.xhtml?pid=3311)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English WIL 2015-06-17 19:50:55 0 (published)
en3 English WIL 2015-06-17 19:43:44 87 (saved to drafts)
en2 English WIL 2015-06-17 09:10:59 2 Tiny change: 'ints to another **c*' -> 'ints to any other **c*'
en1 English WIL 2015-06-17 08:11:35 675 Initial revision (published)