Skip to content

Commit e91fa87

Browse files
added link
1 parent 53e5110 commit e91fa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Miscellaneous/CheckIfStraightLine.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
You are given an array coordinates, coordinates[i] = [x, y], where [x, y] represents the coordinate of a point. Check if these points make a straight line in the XY plane.
22

3-
3+
https://leetcode.com/problems/check-if-it-is-a-straight-line/description/
44

55
class Solution {
66
public:

0 commit comments

Comments
 (0)