Check If It Is a Straight Line
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.
LeetCode Problem - 1232
class Solution {
public boolean checkStraightLine(...
perfinsights.hashnode.dev1 min read