donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Other
29.44k stars 4.45k forks source link

Fix Str Diff Solution #286

Open saifb opened 4 years ago

saifb commented 4 years ago

If you use my new test case to test the original code without the if statement I added (to check the value of count), the test case will fail.