-
Practice>Python>Debugging>Words Scorehackerrank.com 2019. 3. 7. 07:31728x90
Words Score
Problem link : https://www.hackerrank.com/challenges/words-score/problemDifficulty : MediumTip
- it seems that problem is a bit complex, however, it's pointing only one thing
- We understand the difference between '++' and '+='
- In C/C++, they are almost same functionality, however, in python, they are different
- Most of legacy code is fine, just fix only few characters regarding '++'
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>Math>Triangle Quest (0) 2019.03.07 Practice>Python>Math>Integers Come In All Sizes (0) 2019.03.07 Practice>Python>Itertools>Maximize It! (0) 2019.03.07 Practice>Python>Itertools>Iterables and Iterators (0) 2019.03.04 Practice>Python>Collections>Piling Up! (0) 2019.02.28