Points and Lines¶
Table of Contents¶
- 1232. Check If It Is a Straight Line (Easy)
- 2280. Minimum Lines to Represent a Line Chart (Medium)
- 1610. Maximum Number of Visible Points (Hard)
- 2152. Minimum Number of Lines to Cover Points (Medium) 👑
1232. Check If It Is a Straight Line¶
2280. Minimum Lines to Represent a Line Chart¶
1610. Maximum Number of Visible Points¶
2152. Minimum Number of Lines to Cover Points¶
-
Tags: Array, Hash Table, Math, Dynamic Programming, Backtracking, Bit Manipulation, Geometry, Bitmask