• 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
Quaternions Avatar
Name:Unknown
Clan:Unknown
Member Since:Aug 2021
Last Seen:Apr 2022
Profiles:
    Following:8
    Followers:6
    Allies:3
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies (10)
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • dfhwze
      • resolved a question on "Change detection decorator" kata
      • 2 years ago

      Not sure you are still an active user here, but here we go .. your solution now works, after the random tests have been updated.

    • Custom User Avatar
      • JohanWiltink
      • commented on "["No Letter Challenge"] Polynomial Extrapolation" kata
      • 3 years ago

      I still think the idea can work, but maybe not with this kata.

    • Custom User Avatar
      • JohanWiltink
      • commented on "["No Letter Challenge"] Polynomial Extrapolation" kata
      • 3 years ago

      In my opinion, no.

      As mentioned below: do one thing, and do it well.

      Focus on obfuscating source code. Make sure there is interesting code to obfuscate.

      ( Other opinions are undoubtedly available. )

    • Custom User Avatar
      • BreadMicrowave
      • commented on "[BF] Memory Limited : Print Last/First Chars (Using only 3 cells)" kata
      • 3 years ago

      Dunno if you still care, but your code is timing out on single character inputs.
      For whatever reason, on codewars inputs default to 255.
      So for an input of a\0 you start with [97] [0] [255]
      and your code just keeps copying cell 3 to cell 2 cause it never hits the EOF marker.

    • Custom User Avatar
      • Blind4Basics
      • commented on "4 By 4 Skyscrapers" kata
      • 4 years ago

      don't forget the size of the problem here: 4x4 is super tiny.

    • Custom User Avatar
      • rooflack
      • commented on "Ludicrous Coloured Triangles" kata
      • 4 years ago

      This is actually the reason I created this kata in the first place. After solving the 'insane' version and looking at the official solution, I realized it allowed solutions based on algorithms with far from optimal time complexity. So I created this one (the JS version only, the Python translation is not mine), so that people figuring out the actual best way to compute this could earn more points.
      (So, long story short, the 'free' score increase is actually the 'insane' version, not this one ;-) .)

    • Custom User Avatar
      • Kacarott
      • commented on "Evaluate mathematical expression" kata
      • 4 years ago

      I ran your code, and I am getting an error "Cannot convert string to float", but it isn't triggering the cheat thing... (Also, check discord)

    • Custom User Avatar
      • Kacarott
      • commented on "Evaluate mathematical expression" kata
      • 4 years ago

      Thats better :D

    • Custom User Avatar
      • cyril-lemaire
      • commented on "BrainGolf: Clear Cells" bf solution
      • 4 years ago

      Actually [+] is faster for values in range [129, 255] and [-] is faster for values in range [1, 127].
      0 and 128 are indifferent. So you can prefer one over the other only if you have an idea of your values' distribution. In real cases, [-] seems better in most cases, as all ASCII characters are in range [0, 127].

    • Custom User Avatar
      • Blind4Basics
      • commented on "Evaluate mathematical expression" kata
      • 4 years ago

      are you using a var/function name or a comment containing the string eval...?

      edit: seems not...

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...