Quixey Interview Question

Given three points, write code to determine whether they are collinear.

Interview Answer

Anonymous

Sep 25, 2015

Hint (which I missed): After setting up the equation, cross-multiply to make it much easier to code without dividing by 0.

1