Viewing profile — generallyfalse
generallyfalse
HN member- Joined
- Mon, Jul 23, 2018, 10:05 AM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About generallyfalse
No profile information was provided.
Recent public activity
-
comment
Comment #17607672
Don't forget that you are not a fruit fly.
-
comment
Comment #17601543
I see that you prefer not to use recurrency in Python. That decision is correct since python is not optimized for recurrency but it also can make the code more complex. See https:/…
-
comment
Comment #17600733
Caveat emperator, I am reading the first pages of the article you link to. In page 1519 they say 1-alpha is the desired significance level. This is wrong, perhaps they mean that al…
-
comment
Comment #17596766
In one of your comments you say you have improved a lot in two months or so, so perhaps you need a little more practice and I think you could improve a lot more (less time for solv…
-
comment
Comment #17596143
This is what I tried, recursion taking care of puting the simplest cases first. I haven't checked the solution. I think this kind of problem is like a state machine. In each call o…
-
comment
Comment #17591696
I should like to see some of the problems that take you 2-5 hours to solve. Show your solution, and text about the way you tackle the problem. Perhaps you need a mentor, someone th…