Live data from Hacker News

Viewing profile — vrnm

vrnm

HN member
Joined
Mon, Sep 09, 2013, 8:44 AM UTC
HN karma
11
Public activity
3 items

About vrnm

No profile information was provided.

Recent public activity

  1. comment
    Comment #6800439

    I like to put the public interface of classes before the private implementation details. For this reason I always use struct. It saves some typing and decent C++ programmers know t…

  2. comment
    Comment #6395131

    In Germany you get around 2000-2500 netto per month for doing a PhD. Its like an entry level engineering salary, but instead of working for someone else, you are working for your s…

  3. comment
    Comment #6352417

    The problem you need to solve determines which algorithms you need to use and which data structures allow those algorithms to perform well. However, that's just whiteboard computer…