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

Initial commit for new challenge: Non repeating char #182

Open 8888 opened 7 years ago

8888 commented 7 years ago

Created the challenge for finding the first non-repeated character in a string.

donnemartin commented 7 years ago

Hi @betterin30days, thanks for the PR! I hope to review it this weekend.