• 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
Arcoden Avatar
Name:Arden Claise
Clan:「DEVHELIX」
Skills:javascript, java, python, c#, c++, c
Member Since:Jan 2018
Last Seen:Oct 2020
Profiles:
Following:12
Followers:16
Allies:11
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (14)
  • Needs Resolution
  • Custom User Avatar
    • Arcoden
    • commented on "Multi Line Task: GCD Function" javascript solution
    • 5 years ago

    How does this work, the kata clearly has a limit on the number of letters per lines and number of lines...

  • Custom User Avatar
    • Arcoden
    • commented on "A Chain adding function" kata
    • 5 years ago

    This happens because the curried function doesnt return a primitive value.

  • Custom User Avatar
    • Arcoden
    • commented on "Differentiate a polynomial" kata
    • 5 years ago

    Yeah i guess lowest assesment of 5kyu for this kata was pretty accurate

  • Custom User Avatar
    • Arcoden
    • commented on "Differentiate a polynomial" kata
    • 5 years ago

    I believe term is another thing all together. A polynomial consists of terms seperated by mathematical operators. I guess expreession could be a better word.

  • Custom User Avatar
    • Arcoden
    • commented on "Maximum subarray sum" javascript solution
    • 5 years ago

    Actually not as arr.slice() methods 2nd argument is not inclusive, so for each of the arr.slice(i,j) the array is sliced from index i to j-1, thats why there's no error thrown

  • Custom User Avatar
    • Arcoden
    • commented on "Maximum subarray sum" javascript solution
    • 5 years ago

    Just regular flags and loops at work, without any fancy array manipulations. Great work!!!

  • Custom User Avatar
    • Arcoden
    • commented on "Maximum subarray sum" javascript solution
    • 5 years ago

    Elegant Solution

  • Custom User Avatar
    • Arcoden
    • commented on "So Many Permutations!" javascript solution
    • 5 years ago

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

  • Custom User Avatar
    • Arcoden
    • commented on "Write out numbers" javascript solution
    • 5 years ago

    This is quite similar to donaldsebleung's solution, but not as cryptic...

  • Custom User Avatar
    • Arcoden
    • commented on "Human Readable Time" java solution
    • 5 years ago

    Short, concise and elegant.

  • Custom User Avatar
    • Arcoden
    • commented on "Strip Comments" javascript solution
    • 5 years ago

    Real clever :) But its gonna work only for those two inputs

  • Custom User Avatar
    • Arcoden
    • commented on "Strip Comments" javascript solution
    • 5 years ago

    Since I dont yet know regex yet that well this solution was the better one, albeit a bit verbose.

  • Custom User Avatar
    • Arcoden
    • commented on "Cheat Detection" topic
    • 6 years ago

    The actual documentation specified by the language would be the safest bet

  • Custom User Avatar
    • Arcoden
    • commented on "Descending Order" java solution
    • 6 years ago

    An Elegant solution without using any extenal API's.

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...