Looking for AtCoder Regular Contest 069 Solution
Difference between en1 and en2, changed 14 character(s)
The competition at AtCoder has ended, I participated but couldn't solve F. The editorial link on the website is in Japanese, which I don't understand. Google translate doesn't give me a good translation or at least I cannot understand it. So can anyone share his/her solution to the problem or the solution from the editorial in english. Here is the problem for those that haven't seen it:↵

Suppose we have a line and N(N <= 10,000) pairs of points on it with coordinates (x_i, y_i). For each pair we can choose the first or the second point. We are to 
findmaximize the maxinimum distance between two consecutive points from the chosen(e.g when they are sorted on the line) which we can obtain by using different choices (whether to use x_i or y_i).↵

[Link to japanese editorial](https://atcoder.jp/img/arc069/editorial.pdf)↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English AnotherRound 2017-02-18 17:58:21 14 Tiny change: 'We are to find the maximum dista' -> 'We are to maximize the minimum dista'
en1 English AnotherRound 2017-02-18 17:05:22 868 Initial revision (published)