Viewing profile — rielfowler
rielfowler
HN member- Joined
- Sat, Dec 26, 2015, 11:49 AM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About rielfowler
No profile information was provided.
Recent public activity
-
comment
Comment #10794796
>Space-X says they hope to reuse maybe 75% of a booster. Boosters probably go back to the plant to be rebuilt, not to the pad to be launched again. They plan to reuse the entire bo…
-
comment
Comment #10794752
Let me correct my self, there are n^2 results in total, when the algorithm ends. The naive algorithm is doing n times more work. That is redundant, because there is clearly an over…
-
comment
Comment #10794003
There are n^2 results, right?
-
comment
Comment #10793923
Why is the naive solution n^3? Generating one partial sum costs n, and you need to do it n times, so n^2. Even if you need to store all the intermediate sums, you get them as you s…