• 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
Eugene123 Avatar
Name:Unknown
Clan:Unknown
Member Since:Sep 2020
Last Seen:Nov 2024
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (61)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • Eldyj
      • commented on "All unique" c solution
      • 2 years ago

      why you calling strlen whole iteration?
      i think you should move it to variable

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

      The hint would be "exponentiation laws".

    • Custom User Avatar
      • benjaminzwhite
      • commented on "Break the Caesar!" kata
      • 3 years ago

      Late reply, but since it seems you're still active as of June 2022:

      The goal of this kata is to determine which of the (26) possible shift parameters is the "most likely correct" one, for a given input of an encrypted message string.

      Basically, if you did the cryptoanalysis by hand with a pen and paper, you would:

      1. take the encrypted message string
      2. try all 26 keys/shift parameters to decrypt the string and see which of the 26 resulting messages "most looks like" it is written in english language.

      The kata asks you to do this, and return the decryption key/shift parameter that gives "the best result" in step 2) above.

      Hope that helps a bit!

    • Custom User Avatar
      • Eugene123
      • commented on "first character that repeats" kata
      • 3 years ago

      Way to easy for a 6KYU IMO

    • Custom User Avatar
      • Tuhin Shaikh
      • commented on "Is it a palindrome?" kata
      • 4 years ago

      suiiiiiiiiiii

    • Custom User Avatar
      • akar-0
      • commented on "Disarium Number (Special Numbers Series #3)" kata
      • 4 years ago

      See rampdedlizer post above.

    • Custom User Avatar
      • btrzdev
      • commented on "Is it a palindrome?" kata
      • 4 years ago

      Nice!

    • Custom User Avatar
      • Eugene123
      • commented on "Is it a palindrome?" kata
      • 4 years ago

      Not sure why an empty string is considered a palindrome... Hmmmm

    • Custom User Avatar
      • Eugene123
      • commented on "If you can't sleep, just count sheep!!" c solution
      • 4 years ago

      Nice job with the resouce allocation based on the number of digits!

    • Custom User Avatar
      • Eugene123
      • commented on "Scaling Squared Strings" kata
      • 4 years ago

      I ran your solution and did not see an access violation. That would just show up in the output window wouldn't it?

      I like your use of debugs BTW!!

    • Custom User Avatar
      • sflicker
      • commented on "Scaling Squared Strings" kata
      • 4 years ago

      This one is giving me trouble in c. I'm passing all the tests but getting an access violation.

    • Custom User Avatar
      • Eugene123
      • commented on "Scaling Squared Strings" kata
      • 4 years ago

      Pretty tough for a seven... Especially in C :)

    • Custom User Avatar
      • sflicker
      • commented on "Magnet particules in boxes" kata
      • 4 years ago

      i ran my pure python solution 100 times with random input to simulate the acceptance test on my computer and it took 2 minutes. i read up on numpy and got it to
      work with it and the same test took just 1 sec. THe same speed as a c version of the challenge.

    • Custom User Avatar
      • Eugene123
      • commented on "Circular List" kata
      • 4 years ago

      I learned a lot in this Kata (classes, exceptions etc.) - WELL DONE!!

    • Custom User Avatar
      • Eugene123
      • commented on "Olympic Rings" kata
      • 4 years ago

      A lot of typing - I want my half hour back

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...