Live data from Hacker News

Viewing profile — elouataoui

elouataoui

HN member
Joined
Wed, Oct 26, 2016, 6:58 AM UTC
HN karma
4
Public activity
2 items

About elouataoui

No profile information was provided.

Recent public activity

  1. comment
    Comment #13766652

    Not everyone has a Wii U either

  2. comment
    Comment #12794508

    The way I'd do it if I didn't want to use ifs is to loop n times, and for each row fill the first cell and the last one. So now I have the left and right side at O(n). Then i'd loo…