摘要: Given n points on a 2D plane, find if there is such a line parallel to y-axis that reflect the given points. Example 1: Input: [[1,1],[-1,1]] Output: 阅读全文
posted @ 2016-06-13 00:33 Grandyang 阅读(10460) 评论(7) 推荐(0)
Fork me on GitHub