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

Latest commit

 

History

History

0149.max-points-on-a-line

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

题目

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

解题思路

见程序注释

100%