• 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
fmartin5 Avatar
Name:Fox Martin
Clan:Free Code Camp
Member Since:Jul 2017
Last Seen:Nov 2019
Profiles:
Following:481
Followers:479
Allies:477
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (9)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • utk-dev
    • commented on "rewk's Python solution for "Triple trouble"" kumite
    • 7 years ago

    lazy boi

  • Custom User Avatar
    • fmartin5
    • commented on "Hamming Numbers" javascript solution
    • 8 years ago

    What a code wall. It takes a lot of space on this discourse page.

  • Custom User Avatar
    • fmartin5
    • commented on "robertmesserle's JavaScript solution for "Vigenère Cipher Helper"" kumite
    • 8 years ago

    Use [].map.call on the given string str to map over its characters while avoiding the creation of a possibly big intermediate array of characters.

  • Custom User Avatar
    • fmartin5
    • commented on "Can you get the loop ?" javascript solution
    • 8 years ago

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

  • Custom User Avatar
    • fmartin5
    • commented on "Bouncing Balls" kata
    • 8 years ago

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

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Bouncing Balls" kata
    • 8 years ago

    The current rating of this kata is 6 kyu and I don't think changing it is possible once it is published (unless a mod could do it).
    Python version has been solved more than 500 times, so adding test cases is not possible.
    Javascript version can be solved with a while loop too.
    Why didn't you mark your post as a suggestion instead of an issue?

  • Custom User Avatar
    • fmartin5
    • created an issue for "Bouncing Balls" kata
    • 8 years ago

    The test cases for the Python translation are not comprehensive enough, allowing brute force solutions which just use a while loop (like mine), whereas to pass the challenge in JavaScript you have to come up with a more mathematical solution.

    Therefore, may I suggest either the addition of such test cases to the Python translation, or to adjust the kata description and lower the associated difficulty rating. Because the current 4-kyu rating is probably too high if you can solve the kata using a simple loop.

  • Custom User Avatar
    • fmartin5
    • commented on "rewk's Python solution for "Triple trouble"" kumite
    • 8 years ago

    A solution using generator comprehension instead of list comprehension for more laziness.

  • Custom User Avatar
    • AaronJGoldsmith
    • commented on "Find the unique string" javascript solution
    • 8 years ago

    good to know about .find() in es6!! nice one!

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...