Viewing profile — marvinjames
marvinjames
HN member- Joined
- Fri, Apr 26, 2019, 8:56 PM UTC
- HN karma
- 8
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About marvinjames
No profile information was provided.
Recent public activity
-
comment
Comment #21825596
Of course there was pressure, but why not just say that you know an algorithm that can do this faster, but you can't remember the name of it, and then just provide the intuition be…
-
comment
Comment #19761695
Best case for heapsort is actually O(n). Build heap always takes O(n). Then e.g. when all keys are the same, the max-heapify call will take O(1) instead of O(logn).