Skip to content

Deduplicate - get numbers / non-numerics from string #154

@hobovsky

Description

@hobovsky

From #39

  1. Filter the number
  • 7 kyu
  • Filter out non-digits. Result is of a numeric type.
  • 94% with ~10k completions
  • 1 pending issue
  • 9 languages (C++, Java, NASM not covered by 2.)
  • Published Jul 2015, author inactive.
  1. Get number from string
  • 8 kyu
  • Filter out non-digits. Result is of a numeric type.
  • 92% with ~7k completions
  • 3 pending issues
  • 7 languages + 1 pending translation (F#, D not covered by 1.)
  • Published Aug 2016, author inactive.
  1. Failed Filter - Bug Fixing #3
  • 7 kyu
  • Filter out digits. Bug fixing.
  • 90% with ~2.5k completions
  • 3 pending issues
  • 5 languages, no pending translations
  • Published Aug 2015, author the same as 1.
  1. Numbers in strings
  • 7kyu
  • Additional processing required after filtering
  • 93% with ~5k completions
  • 1 pending issue
  • 14 languages, no pending translations
  • Published Oct 2017, author active

Conclusion

Filling gaps

  • Move approved F# translation from 2. to 1.
  • Move D pending translation from 2. to 1.

Metadata

Metadata

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