Viewing profile — IHaveASolution
IHaveASolution
HN member- Joined
- Thu, Oct 28, 2010, 4:50 AM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About IHaveASolution
Recent public activity
-
comment
Comment #1892601
OCaml is getting that much money from quantitative finance firms &c. if you are curious. There are a not insignificant number of them that use OCaml, and it is the only time I have…
-
comment
Comment #1871950
Okay, here's the thing: That's not actually what your example seems to be doing. If you have a b a Then the second a should go in the first column, right? If not, then this is triv…
-
comment
Comment #1870250
I went to college at 13 (I've graduated now, obviously), and essentially had to answer this question over and over. I went to college, without the getting drunk, without the frat (…
-
comment
Comment #1841790
Also, the formatting was goofed up, sorry about that. Really isn't too bad a problem when you think about it in terms of, where do things go when you print them, and where is the c…
-
comment
Comment #1841788
Here is how you do it: input is the list of words, with duplicates you need an additional list (let's call it x) and an integer (let's call it i) for each item in the list, if it i…