Skip to content

Deduplicate - Find elements in an array but not in the other #201

@hobovsky

Description

@hobovsky

From #39

  1. Remove All The Marked Elements of a List
  • 7 kyu
  • Accepts O(m * n) solutions. JS setup is completely botched.
  • Satisfaction 89% with 8700+ completions.
  • No pending issues
  • 10 languages + 1 pending translation
  • Published Oct 2015, author active.
  1. Array.diff
  • 6 kyu
  • Accepts O(m * n) solutions.
  • Satisfaction 88% with 232k completions.
  • 1 pending issue.
  • 23 languages + 6 pending translations.
  • Published Sep 2013, author active.
  1. Array.diff hero
  • 5 kyu
  • Does not accept O(m * n) solutions, requires O(m + n).
  • Satisfaction 84% with 600+ completions
  • 2 pending issues.
  • 1 language (JS only), no pending translations.
  • Published Nov 2016, author inactive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussion/deduplicateDiscussion and vote what to do with duplicate kata

    Type

    No type

    Projects

    Status

    Discussing

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions