Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 250 Bytes

File metadata and controls

executable file
·
10 lines (6 loc) · 250 Bytes

题目

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.

解题思路

见程序注释

100%