• 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
j_codez Avatar
Name:Unknown
Clan:Unknown
Member Since:Feb 2016
Last Seen:Oct 2016
Profiles:
    Following:1
    Followers:1
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies
    • Authored
    • Needs Resolution (11)
    • Custom User Avatar
      • PetitLu117
      • created a suggestion for "Pirates!! Are the Cannons ready!??" kata
      • 6 months ago

      Lua translation!

    • Custom User Avatar
      • saudiGuy
      • created a suggestion for "KISS - Keep It Simple Stupid" kata
      • 2 years ago

      python new test framework is required. updated in this fork

    • Custom User Avatar
      • LosBlobbos
      • created a suggestion for "KISS - Keep It Simple Stupid" kata
      • 2 years ago

      Java translation (Kumited from the 7 year old one)

    • Custom User Avatar
      • Voile
      • created an issue for "Pirates!! Time to Plunder - Don't spoil the Spoils" kata
      • 2 years ago

      expenses = 5 means 5 percent of total spoils were used for expenses

      But now it's an actual percentage, such as .05.

    • Custom User Avatar
      • Voile
      • created an issue for "Pirates!! Time to Plunder - Don't spoil the Spoils" kata
      • 2 years ago

      Floating point errors in random tests.

    • Custom User Avatar
      • Just4FunCoder
      • created a suggestion for "KISS - Keep It Simple Stupid" kata
      • 2 years ago

      Python fork

      • Fixed test framework setup
      • Added assertion message & other QoL changes (shorter ref solution & random test generation etc)
    • Custom User Avatar
      • ParanoidUser
      • created a suggestion for "Pirates!! Are the Cannons ready!??" kata
      • 3 years ago

      Java translation available, please check and approve. Thanks!

    • Custom User Avatar
      • rowcased
      • created an issue for "Pirates!! Are the Cannons ready!??" kata
      • 5 years ago

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

    • Custom User Avatar
      • Blind4Basics
      • created an issue for "Pirates!! Time to Plunder - Don't spoil the Spoils" kata
      • 8 years ago

      Hi,

      The story is nice !
      But you have some problems with this kata.

      • First, you have some crew dict that contains floats. Considering you explicitly talk about "flat amount" for the captain's tax and the total of spoils, it is not really logical to have floats there.
      • Second, you have floating point error in your calculations ! I first tried to calculate fair with a different formula than the one you used and I could not pass some random tests. But it was good as soon as I rewrite the formula. So I really think you should rewrite some things.

      For now, the trouble is that :

      fair = (arr[0]-arr[0]*arr[1]-arr[2]) / len(crew) != (arr[0]*(1-arr[1])-arr[2]) / len(crew)
      

      The left version works. the right does not.

    • Custom User Avatar
      • pre
      • created a suggestion for "KISS - Keep It Simple Stupid" kata
      • 9 years ago

      Please consider making the description more clear

      For example: "the length of each word does not exceed the amount of words in the string" to "the length of each word does not exceed the total number of words in the string"

      Consider adding counts: "If complex: return "Keep It Simple Stupid"" --> total number of words: 4; length of "Simple" and "Stupid" is 6, so are longer than the number of words

      Thanks!

    • Custom User Avatar
      • zellerede
      • created a suggestion for "The unkown but known variables: Addition" kata
      • 9 years ago

      In the description you should emplicitly mention that each variable is one small case letter.

      Maybe one addition on fix 3 characters is too simple.. What about extending the possible inputs e.g. with spaces and/or more additions, perhaps other operations?

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...