Live data from Hacker News

Viewing profile — ledave123

ledave123

HN member
Joined
Wed, Oct 30, 2013, 4:35 PM UTC
HN karma
1
Public activity
1 items

About ledave123

No profile information was provided.

Recent public activity

  1. comment
    Comment #6641372

    Try the list(reversed()) of the cases and this finds more bugs: MISMATCH: [6, 7, 7, 4, 3, 2, 1, 5, 2] holds 10 (got 0) MISMATCH: [5, 3, 6, 7, 7, 4, 3, 2, 1, 5, 2] holds 12 (got 2) …