• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Iprit Avatar
Name:Alexander Belov
Clan:Myself
Member Since:Oct 2016
Last Seen:Apr 2021
Profiles:
Following:3
Followers:4
Allies:3
View Profile Badges
Ad
8 Reasons Why Codewarriors Practice Coding with Codewars
Not everyone trains the same. Discover new ways to leverage Codewars in your education and career.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (58)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • metatable
    • created a suggestion for "Devil's Sequence" kata
    • 2 months ago

    Lua translation!

  • Custom User Avatar
    • KayleighWasTaken
    • created an issue for "Devil's Sequence" kata
    • 4 months ago

    Python new test framework required.

  • Custom User Avatar
    • Just4FunCoder
    • resolved an issue on "Devil's Sequence" kata
    • 4 months ago

    Enabled in this fork

  • Custom User Avatar
    • metaDrino
    • created an issue for "Array.diff hero" kata
    • 3 years ago

    The harder and hardest test cases are returning an "Unspecified Assertion Error" in javascript. Upon close inspection, it seems like some of the array elements are not comma separated (no commas between elements) where there are supposed to be commas. Testing the cases in the browser console returns "Uncaught SyntaxError: missing ] after element list. note: [ opened at line 1, column 18

    Going through the array and adding the missing comma fixes the error. The harder tests are being executed in a combined time of 7ms, while the hardest are being executed in a combined time of 458ms.

  • Custom User Avatar
    • metaDrino
    • commented on "Array.diff hero" kata
    • 3 years ago

    I'm getting the same error, execution times on the harder and hardest tests are 2ms, 5ms, 195ms and 257ms. Could this still be slow?

  • Custom User Avatar
    • Code Archer
    • commented on "Array.diff hero" kata
    • 3 years ago

    using indexOf is really bad for time complexity. Here's a hint, whats a data structure you can use instead of an array that has a better time complexity when searching?

  • Custom User Avatar
    • Peallyz
    • commented on "Array.diff hero" kata
    • 3 years ago

    You should read the details, in particular the value of x

  • Custom User Avatar
    • bilalCode
    • commented on "Array.diff hero" kata
    • 3 years ago

    same here, i don't know how to resolve it

  • Custom User Avatar
    • bilalCode
    • commented on "Array.diff hero" kata
    • 3 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • unimexes2
    • commented on "Array.diff hero" kata
    • 3 years ago

    The same error. I changed node version and it didnt helped.

  • Custom User Avatar
    • Peallyz
    • commented on "Array.diff hero" kata
    • 3 years ago

    I fixed my issues !
    Note : Do not forget to read every details' lines xD I miss that the value in array are between 0 and 25

  • Custom User Avatar
    • Peallyz
    • commented on "Array.diff hero" kata
    • 3 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • B1ts
    • commented on "Array.diff hero" kata
    • 3 years ago

    Select node version 8 at the top. It should give you better error messages.

  • Custom User Avatar
    • BuhaAutilla
    • commented on "Array.diff hero" kata
    • 3 years ago

    On a harder tests my code runs correctly in a short time but the tests says Unspecified AssertionError and so it does not solved.
    Please help.

  • Custom User Avatar
    • miguel99
    • commented on "Array.diff hero" kata
    • 3 years ago

    same here

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...