-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
discussion/deduplicateDiscussion and vote what to do with duplicate kataDiscussion and vote what to do with duplicate kata
Description
From #39
- 6 kyu
- Inputs are case-insensitive strings ('a' and 'A' are equal elements)
- 90% with 172 completions
- 5 pending issues, one about being a duplicate of 2.
- 3 languages, Elixir-exclusive, no pending translations
- Published Jan 2017, author inactive
- 6 kyu
- Allowed inputs are integers and lowercase strings. Some languages are reported to skip the requirement of mixed input types.
- 94% with 470 completions
- 1 pending issue
- 4 languages, Haskell and JavaScript exclusive, no pending translations
- Published Apr 2016, author last active Apr 2022
Conclusion
- Keep 1. Unique Strings
- Retire 2. Number of permutations without repetitions as a duplicate, with additional technical issues
Filling gaps
- Move Haskell approved translation from 2. to 1.
- Do not move JavaScript translation from 2. to 1. because it's incorrect. It can be discarded, and new JS translation can be eventually added to 1., without overflow issues and with BigInteger return type.
Metadata
Metadata
Assignees
Labels
discussion/deduplicateDiscussion and vote what to do with duplicate kataDiscussion and vote what to do with duplicate kata
Type
Projects
Status
Done