• 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
ExistedGit Avatar
Name:Unknown
Clan:Ukraine
Member Since:Feb 2023
Last Seen:Apr 2025
Profiles:
Following:153
Followers:153
Allies:151
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (20)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ExistedGit
    • commented on "Square Every Digit" csharp solution
    • 5 months ago

    Based and no unnecessary string allocation pilled.

  • Custom User Avatar
    • ExistedGit
    • commented on "To BrainFuck Transpiler" kata
    • 10 months ago

    This thing would require a very substantial effort

  • Custom User Avatar
    • ExistedGit
    • commented on "Calculating with Functions" kata
    • 10 months ago

    A creative lesson about FP

  • Custom User Avatar
    • ExistedGit
    • commented on "Regular expression parser" kata
    • 10 months ago

    Pretty fun kata with prior knowledge in crafting interpreters

  • Custom User Avatar
    • ExistedGit
    • commented on "Simpler Interactive Interpreter" kata
    • 10 months ago

    To those that get inexplicable precision problems: your code most likely has a conversion of double to float at some point(like the modulo operator) and loses precision.

  • Custom User Avatar
    • ExistedGit
    • commented on "Simpler Interactive Interpreter" kata
    • 10 months ago

    You must throw an exception in cases like referencing an undeclared variable or an input that doesn't evaluate to an expression

    Look at how the last basic test works, it expects a throw when trying to get a non-existent "y"

  • Custom User Avatar
    • ExistedGit
    • commented on "Message from Aliens" kata
    • 10 months ago

    A bit too much manual work for my taste, but otherwise a good kata

  • Custom User Avatar
    • ExistedGit
    • commented on "The Enigma Machine - Part 1: The Plugboard" csharp solution
    • 13 months ago

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

  • Custom User Avatar
    • ExistedGit
    • commented on "Power tower modulo m" kata
    • 13 months ago

    This recursive relation is correct for any base, height and modulo(if you apply it correctly too, as per the description)

  • Custom User Avatar
    • ExistedGit
    • commented on "The learning game - Machine Learning #1" kata
    • 13 months ago

    I assume the 4kyu rank was given for the complexity of both instructions AND tests.

  • Custom User Avatar
    • ExistedGit
    • commented on "The Millionth Fibonacci Kata" kata
    • 13 months ago

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

  • Custom User Avatar
    • ExistedGit
    • commented on "Assembler interpreter (part II)" cpp solution
    • 13 months ago

    On one hand it's the temptation and ease of regex, on the other is the temptation of writing a beautifully structured interpreter toolchain

  • Custom User Avatar
    • ExistedGit
    • commented on "Cat years, Dog years" cpp solution
    • 13 months ago

    A reference/pointer is often 8 bytes long on the x64 architecture, so it's always pointless for primitive types unless you want to actually change them

  • Custom User Avatar
    • ExistedGit
    • commented on "Simple assembler interpreter" kata
    • 13 months ago

    To whom it may concern: do NOT print the lines as you execute them, else the last test will reach max buffer size and you'll waste your time looking for a nonexistent error!

  • Custom User Avatar
    • ExistedGit
    • commented on "Power tower modulo m" kata
    • 13 months ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...