• + 0 comments

    Typescript: if(v1 <= v2) return "NO"; const hasSameLocation = (x2 - x1)%(v1 - v2) === 0; return hasSameLocation ? "YES" : "NO";