dwcoder

Results 6 comments of dwcoder

This is very helpful, thanks. I will see whether I can work it into the next version.

Hi! Thanks for this solution, I have seen a version of it before, and I tried giving this during one of my first interviews. However, the interviewer wanted me to...

These are great, I will try adding them to the next update of the book along with some other suggestions I've been getting.

> For any values of k or n greater than 2 the fastest algorithm is probably to simply use a hash-table which would be amortized O(n). But the answer given...

This is a very good example, since it shows what I've always believed: There may be a _right_ or _best_ answer, but that is not necessarily the answer that the...

You'll see I pushed some changes to question 7 today (suggested to me a long time ago, I really need to work on this more). Is that solution similar to...