Viewing profile — virgi1
virgi1
HN member- Joined
- Wed, May 08, 2013, 6:50 AM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About virgi1
No profile information was provided.
Recent public activity
-
comment
Comment #7210278
Nope. Not GPL-licensed.
-
comment
Comment #6633770
Yes you are. It's O(nlogn) where n is 5 - i.e. it's constant time (you can easily find the median by 4 comparisons to find the smallest of the 5, followed by 3 comparisons for the …
-
comment
Comment #6487374
No it's not. Good design is about solving a problem, and you can't do that without understanding the problem. Just like you (and me! because I'm a compiler programmer, at heart) ca…
- story
-
comment
Comment #5672924
This. I can't believe nobody else pointed out that it's not n-squared. (but, lots of people pointed out that complexity is really about reasoning not about memorisation - and you h…