• 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
Gelatomancer Avatar
Name:Unknown
Clan:Unknown
Member Since:Jun 2021
Last Seen:Feb 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
Ad
Educator, struggling to assess your students?
Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (12)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • akar-0
    • commented on "Highest Rank Number in an Array" python solution
    • 3 years ago

    You can submit other solutions if you want.

  • Custom User Avatar
    • Gelatomancer
    • commented on "Highest Rank Number in an Array" python solution
    • 3 years ago

    Accidentally clicked submit on this before fixing the first line.

  • Custom User Avatar
    • Gelatomancer
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    Glad to have it sorted :) Apologies if my wording was at fault!

  • Custom User Avatar
    • rowcased
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    I also misunderstood what you meant, sorry!

  • Custom User Avatar
    • akar-0
    • created a suggestion for "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    Please approve this fork fixing an error in the description: https://www.codewars.com/kumite/622d08a51432540020e90622?sel=622d08a51432540020e90622

  • Custom User Avatar
    • akar-0
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    Oh my bad you're right @Gelatomancer. The example is incorrect (my eyes slipped over the second 20...). I'll publish a new fork with the amended description. I apologize.

  • Custom User Avatar
    • rowcased
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    Please explain. With the given list [20,37,20,21] we have 20 in there twice. This goes over the given number 1, so the 2nd 20 is removed and the result should be [20,37,21], just like the kata expects. Perfect!

  • Custom User Avatar
    • Gelatomancer
    • commented on "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    It most certainly is not perfectly correct. It's even used as one of the test cases, with the expected output as [20,37,21]

  • Custom User Avatar
    • akar-0
    • resolved an issue on "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    This is perfectly correct.

  • Custom User Avatar
    • Gelatomancer
    • created an issue for "Delete occurrences of an element if it occurs more than n times" kata
    • 3 years ago

    The description under "task" is wrong. "With list [20,37,20,21] and number 1, the result would be [20,37,20,21]."

  • Custom User Avatar
    • Gelatomancer
    • commented on "A Rule of Divisibility by 13" kata
    • 3 years ago

    This is a horrendously opaque description of quite a simple concept, and for some reason the modulo operator has an included reference but not the actual problem, even though it starts "from wikipedia". From wikipedia /where/.

    As it stands, the numbers you work in are in base 10. Each increment of the power moves the digit being examined one place to the left. So units, tens, hundreds etc.

    The digits of the number being examined are reversed as you multiply units by units, tens by tens, hundreds by hundreds...

    Repeat the process on the output of the first run. If the output matches the input, this is what he means as "stationary".

    This challenge wants you to return the "stationary" number for each input.

  • Custom User Avatar
    • Gelatomancer
    • commented on "List Filtering" kata
    • 4 years ago

    Seems a trivial problem, but it taught me the difference between types and instances.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...