Skip to content

Deduplicate - Number of permutation without repetition #125

@hobovsky

Description

@hobovsky

From #39

  1. Unique Strings
  • 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
  1. Number of permutations without repetitions
  • 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

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 kata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions