• 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
manonacodingmission Avatar
Name:Ed W
Clan:Unknown
Member Since:May 2016
Last Seen:Jan 2018
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (15)
  • Needs Resolution
  • Custom User Avatar
    • manonacodingmission
    • commented on "What is my name score? #1" kata
    • 9 years ago

    Approved. Thanks for the translation. Glad you liked it.

  • Custom User Avatar
    • manonacodingmission
    • commented on "Initialize my name" kata
    • 9 years ago

    HINT: you need to split the name into different strings before you initialise the names. Check out how the split function works.

  • Custom User Avatar
    • manonacodingmission
    • commented on "How much water do I need?" kata
    • 9 years ago

    The difference between X and N can be seen in the below example:

    The washing machine uses 5 (L) amount of water to clean 10 (X) amount of clothes. If you have 18 (N) amount of clothes, how much water do you need?

  • Custom User Avatar
    • manonacodingmission
    • commented on "How much water do I need?" kata
    • 9 years ago

    Good idea. I'll keep that in mind in the future. Thanks.

    If I change the Kata now, do you know if it will break the solutions that are already completed?

  • Custom User Avatar
    • manonacodingmission
    • resolved an issue on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    Thanks. Issue fixed.

  • Custom User Avatar
    • manonacodingmission
    • resolved a suggestion on "What is my name score? #1" kata
    • 9 years ago

    Thank you for the suggestion.

  • Custom User Avatar
    • manonacodingmission
    • commented on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

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

  • Custom User Avatar
    • manonacodingmission
    • commented on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    Can you please post your code and I will attempt to find out what's going on.

    Please mark the reply as spoiler content.

  • Custom User Avatar
    • manonacodingmission
    • commented on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    Which language are you having trouble with?

  • Custom User Avatar
    • manonacodingmission
    • commented on "How much water do I need?" kata
    • 9 years ago

    Thanks. Translation approved.

  • Custom User Avatar
    • manonacodingmission
    • created a question for "Between a and b" kata
    • 9 years ago

    For some range of numbers (e.g. [9,26]), there is a rounding issue that makes my code fail.

    Expected: 42744736671436790000, instead got: 42744736671436800000

    Here's part of my solution:

    for (var i=a+1, res=1; i < b; i++){
      res *= i;
    }
    
  • Custom User Avatar
    • manonacodingmission
    • resolved a suggestion on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    Approved. Thanks for the translation.

  • Custom User Avatar
    • manonacodingmission
    • resolved a suggestion on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    Thanks. I've now written some random tests.

  • Custom User Avatar
    • manonacodingmission
    • commented on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    @smile67, Thanks for the feedback. I guess if it becomes an 'issue', I will have to unpublish it. Oh well, maybe other warriors can try C#.

  • Custom User Avatar
    • manonacodingmission
    • commented on "Convert Improper Fraction to Mixed Numeral" kata
    • 9 years ago

    Thanks, I found it after I published mine. I guess mine is a little bit easier without the "invalid" fractions and reduced fractions.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...