interactive-coding-challenges icon indicating copy to clipboard operation
interactive-coding-challenges copied to clipboard

Update ransom note solution to be more Pythonic

Open kevinlondon opened this issue 7 years ago • 2 comments

collections.Counter allows us to simplify the solution. Is it too Python specific?

kevinlondon avatar Jun 21 '17 17:06 kevinlondon

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.

donnemartin avatar Jul 09 '17 00:07 donnemartin

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!

eamanu avatar Sep 15 '17 13:09 eamanu