• 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
Rainbacon Avatar
Name:Unknown
Clan:Pariveda Solutions
Member Since:Sep 2017
Last Seen:Nov 2024
Profiles:
Following:15
Followers:15
Allies:15
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (32)
  • Replies
  • Authored
  • Needs Resolution
  • 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
    • Quaternions
    • commented on "BrainGolf: Clear Cells" bf solution
    • 4 years ago

    Yup. Did the same but replacing the "-" by a "+", as I had thought in this particular case, going "upwards" would be "slightly faster" (like "254 max length instead of 255")...
    ...But now I'm thinking of it, it isn't, as the first bit we start at is not yet incremented; so still 255 max length in both cases...
    ...I guess I should have stayed with "-" as this version looks "cleaner"/"more explicit" ^^
    OH re-wait; in fact, the "+" version might indeed be slightly "faster" after all: like 32386 increments instead of 32640 decrements...
    ...I guess... (Unless I'm wrong?.. I think I need some sleep)

  • Custom User Avatar
    • Unnamed
    • resolved an issue on "Befunge Interpreter" kata
    • 5 years ago
  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Bus mastering - Who is the most prioritary? " kata
    • 6 years ago

    The tests are working alright.

  • Custom User Avatar
    • user8436785
    • resolved an issue on "Jumping Number (Special Numbers Series #4)" kata
    • 6 years ago
  • Custom User Avatar
    • Rainbacon
    • commented on "L1: Set Alarm" kata
    • 7 years ago

    Switching versions did allow me to pass the kata, but like Unnamed said, the incorrect version needs to be disabled.

  • Custom User Avatar
    • Unnamed
    • commented on "L1: Set Alarm" kata
    • 7 years ago

    The wrong version should be disabled, probably some CW bug.

  • Custom User Avatar
    • cliffstamp
    • resolved an issue on "L1: Set Alarm" kata
    • 7 years ago

    Use the other version.

  • Custom User Avatar
    • Rainbacon
    • created an issue for "L1: Set Alarm" kata
    • 7 years ago

    Haskell translation is broken.

    The name of the test module must end with 'Spec'

  • Custom User Avatar
    • Rainbacon
    • commented on "Jumping Number (Special Numbers Series #4)" kata
    • 7 years ago

    It appears to be working now

  • Custom User Avatar
    • cliffstamp
    • commented on "Jumping Number (Special Numbers Series #4)" kata
    • 7 years ago

    Try it now.

  • Custom User Avatar
    • MrZizoScream
    • commented on "Jumping Number (Special Numbers Series #4)" kata
    • 7 years ago

    @tetrapharmakon

    • Thanks fouche For Pointing out
    • I have mentioned the Haskell Translator to do the necessary :wink:
    • Hope you've enjoyed Previous Katas Row Weights , Automorphic Number .. Regards .. Zizou
  • Custom User Avatar
    • tetrapharmakon
    • commented on "Jumping Number (Special Numbers Series #4)" kata
    • 7 years ago

    I confirm that the typo still exists

  • Custom User Avatar
    • mcmlevi
    • commented on "Pythagorean Triple" cpp solution
    • 7 years ago

    but still it's kinda odd that we have been given a value c that isn't guaranteed to be the biggest value, or atleast not in the sample tests.

    PythagoreanTriple(5,3,4) , Equals(true)

  • Custom User Avatar
    • bridge
    • commented on "Jumping Number (Special Numbers Series #4)" kata
    • 7 years ago

    The typo still exists.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...