Live data from Hacker News

Viewing profile — mycsc

mycsc

HN member
Joined
Thu, Apr 18, 2013, 2:51 PM UTC
HN karma
1
Public activity
1 items

About mycsc

No profile information was provided.

Recent public activity

  1. comment
    Comment #5570930

    LOL. For any two integer points P(i, j), Q(l, m). We have the equation of a line: y - j = ((m - j) / (l - i)) * (x - i) Choose x = k * (l - i) + i y = k*(m - j) + j Since i, j, l, …