-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deduplicate - Case swapping #147
Comments
All kata are very similar, 2. is the simplest (requires no filtering), kata 1., 3., and 4. require one or two additional conditions (or not). I think that 2. would be good to keep as the most complete. I am not sure if we need to keep any of 1., 3., and 4., and if we do, which one. |
Keep 2 only since 1. and 3. solutions can be copied to pass 2. As for 4., it's just adding an extra conditional statement or using same regex concept, so it can be retired too ! (EDIT: In JS && CS version of 2, prototyping is used which adds as an extensive feature compared to other katas) |
Agree with keeping 2 only; most complete, good kyu ranking, and also best explanation/examples in kata description. |
vote for keep 2, retire any |
Keep 2 |
2 has digits as well. |
... and how did I miss this? :| |
vote for keep 2, retire the others |
What I don't like from 2, it's some languages use String.Prototype or Class methods and some others don't, making the shared rank of 8 kyu unfair. |
From #39
Only letters as inputsletters and digits as inputsConclusion
Filling gaps
The text was updated successfully, but these errors were encountered: