• 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
nicholas1301 Avatar
Name:Nicholas Ganz Engelbert
Clan:Kenzie Academy Brasil
Member Since:Dec 2021
Last Seen:Jul 2024
Profiles:
Following:152
Followers:149
Allies:149
View Profile Badges
Ad
How many Kata did you complete in 2024?
Discover our top moments in 2024 and how you can level up in 2025.
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (22)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "80's Kids #6: Rock 'Em, Sock 'Em Robots" kata
    • 2 years ago

    not enough info to reproduce (language ? input ? why is the expected answer wrong ?)

  • Custom User Avatar
    • nicholas1301
    • resolved an issue on "Split the bill fairly" kata
    • 3 years ago

    fixed

  • Custom User Avatar
    • dfhwze
    • created an issue for "Split the bill fairly" kata
    • 3 years ago

    You don't have any fixed test cases.

  • Custom User Avatar
    • nicholas1301
    • commented on "How much water do I need?" javascript solution
    • 3 years ago

    Why is it shaped like a butt plug?

  • Custom User Avatar
    • nicholas1301
    • commented on "Simple Substitution Cipher Helper" python solution
    • 3 years ago

    Very nice. This is as close to an "objectively correct" solution as I can think. Proper use of relatively obscure built-in methods for which this problem is a textbook use case example.

  • Custom User Avatar
    • AndrewBaisho
    • commented on "Sum of Pairs" python solution
    • 3 years ago

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

  • Custom User Avatar
    • nicholas1301
    • commented on "Mine Sweeper" kata
    • 3 years ago

    Great job on finding some hardcore edge cases for the basic tests.
    I WOULD be ashamed of having hardcoded the last few tests, IF my solution wasn't already passing all 100 random tests like 90% of the time. Maybe one day I'll get back to it and try to finish a proper solution.
    Still, super stoked to have solved my first 1 kyu kata and ranked up to 2 kyu.

  • Custom User Avatar
    • nicholas1301
    • commented on "Square and Cube of a Number Become Prime When Reversed" kata
    • 3 years ago

    Worked like a charm. Thank you!

  • Custom User Avatar
    • Voile
    • resolved a question on "Tap Into Mr. Mxyzinjin's Matrix" kata
    • 3 years ago

    This is a CTF puzzle.

  • Custom User Avatar
    • nicholas1301
    • commented on "Surface Area and Volume of a Box" javascript solution
    • 3 years ago

    I'm guessing it's because it's strictly following the principle of single responsibility. Every function does exactly one thing. But idk, doesn't look great to me.

  • Custom User Avatar
    • nicholas1301
    • commented on "Strings Mix" javascript solution
    • 3 years ago

    The right hand side of the || is only evaluated if the left hand side is zero (a falsy value). So the sorting prioritizes count (objects with higher count come first), and when both counts are equal, the next condition is used (alphabetical sorting, by src and then by char).

  • Custom User Avatar
    • nicholas1301
    • commented on "Magnet particules in boxes" kata
    • 3 years ago

    Was pleasantly surprised that this didn't require any fancy optimization tricks or mathematical simplifications.
    This makes me agree with the comment below that this is 6kyu max, but then I remember that most people are freaked out by the big math symbols xD

  • Custom User Avatar
    • nicholas1301
    • commented on "Money, Money, Money" javascript solution
    • 3 years ago

    if the tax is 12% for example (t = 0.12), then what remains is 88% of your earnings. 1-t = 0.88. This is the number by which you should multiply your earnings.

  • Custom User Avatar
    • nicholas1301
    • commented on "Your order, please" kata
    • 3 years ago

    It definitely does not require regex.

  • Custom User Avatar
    • nicholas1301
    • commented on "Drying Potatoes" kata
    • 3 years ago

    1kg makes up 1% of 100kg, but the same 1kg makes up 2% of 50kg.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...