interactive-coding-challenges
interactive-coding-challenges copied to clipboard
Update ransom note solution to be more Pythonic
collections.Counter allows us to simplify the solution. Is it too Python specific?
Hi @kevinlondon thanks for the PR! Been super busy lately, I hope to get to this and other PR reviews in the next few weeks.
Hello @kevinlondon,
Good PR!.
I have just 1 comment. The @donnemartin's idea (I think) is that the all problems solution have to be resolved without the Python advantages, just using basic algorithms.
Reagards!