adityaarakeri / Interview-solved

🌴 Solutions to few of the interview coding challenges in Python 🐍
MIT License
40 stars 62 forks source link

Add given_string interview problem #6

Closed pythonbyte closed 4 years ago

pythonbyte commented 5 years ago

Given a string find out whether there are the same number of letters inside of it.

Input "aabbccdd"

Output True

adityaarakeri commented 5 years ago

Thanks for the PR, could you please be able to move the Tests inside of the script file to the root test file. you can name your test file as test_given_string.py.

pythonbyte commented 5 years ago

Thanks for the PR, could you please be able to move the Tests inside of the script file to the root test file. you can name your test file as test_given_string.py.

Updated !

adityaarakeri commented 4 years ago

no activity, closing