Viewing profile — vrnm
vrnm
HN member- Joined
- Mon, Sep 09, 2013, 8:44 AM UTC
- HN karma
- 11
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About vrnm
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…