Live data from Hacker News

Viewing profile — pchf

pchf

HN member
Joined
Mon, Nov 25, 2019, 11:44 AM UTC
HN karma
1
Public activity
2 items

About pchf

No profile information was provided.

Recent public activity

  1. 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…

  2. 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() >…