7 kyu
Make Your Own Hashmap
345austin.norby
Loading description...
Strings
Fundamentals
View
Career Accelerator
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
random tests are attackable.
why didn't you fix this in your fork?
done.
python new test framework is required. updated in this fork
New test framework should be used
Example test and more sample tests should be added
This comment has been hidden.
This comment has been hidden.
Approved. Also added something in the test cases to un-invalidate the old solutions. (If you don't mind)
Woop Woop! I absolutely don't mind and thank you so much for approving and contributing!
This comment has been hidden.
Hahaha, I didn't even consider that!
Thanks for letting me know!
I also added 100 tests of the random 100 strings. Thank you for the great feedback.
Didn't see your wikipedia comment. Fixed that too. Accidental slashes man....
Haha, nice :P
lots of corrections to do in the description (typo, grammar,...). I'm in a hurry right now so I cannot detail more, unfortunately.
My bad.
I'll take a look and make some edits.
I found the typo and corrected some grammer I thought might be questionable.
If you find more issues and have more time, please re-open the issue and let me know!
snake_case
is strongly preferred for function names in Python.Oh, ok!
I made those changes and re-published.