Viewing profile — pchf
pchf
HN member- Joined
- Mon, Nov 25, 2019, 11:44 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About pchf
No profile information was provided.
Recent public activity
-
comment
Comment #30264464
To keep the single quotes, which in my opinion make the code less cluttered and closer to the REPL, I use the pre-commit hook double-quote-string-fixer, in conjunction with black's…
-
comment
Comment #21627243
Right...with template optional minimum_coins2(T target, std::vector denominations) { std::unordered_set values, newvalues; values.insert(target); auto k = 0; while (values.size() >…