• 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
EntityPlantt Avatar
Name:Nikola
Clan:ООУ „Ѓорѓија Пулевски“
Skills:gaming, coding, programming
Member Since:May 2020
Last Seen:Oct 2023
Profiles:
Following:0
Followers:2
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (16)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Chrono79
    • resolved a question on "Find the unique string" kata
    • 17 months ago
  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Decoding a message" kata
    • 17 months ago

    All languages obey this rule as of now, closing

  • Custom User Avatar
    • Nad.Chel
    • commented on "Decode the woofs!" kata
    • 2 years ago

    I don't mind translations, but I don't know TypeScript so I can't make sure it's good. I posted on Codewars's Discord. Maybe, someone can check it for me

  • Custom User Avatar
    • hobovsky
    • commented on "Sum Strings as Numbers" cpp solution
    • 2 years ago

    Well, not really. In general, std::string::size_type is not guaranteed to be exactly the same thing as size_t, and size_t is not required to be 64 bit, and unsigned long long is not required to be neither 64 bit, nor equal to size_t.

    It can be on some platforms, or on most platforms, but it's not universally true or guaranteed.

  • Custom User Avatar
    • Voile
    • commented on "Deep and universal search by object" kata
    • 2 years ago

    NaN is invalid JSON value.

  • Custom User Avatar
    • dfhwze
    • resolved a question on "Deep and universal search by object" kata
    • 2 years ago

    no

  • Custom User Avatar
    • rowcased
    • commented on ""Quadrants 2: Segments" C Translation"
    • 2 years ago

    Gotcha, (merge conflict), so here's a fork

  • Custom User Avatar
    • rowcased
    • commented on ""Quadrants 2: Segments" C Translation"
    • 2 years ago

    coords has been changed to coord to match the kata. meanwhile, the test suite does not seem to work the same way as C++ in regards to isolating the struct the in pre-loaded section. regardless, it's not a class, and I can't see how a warrior could make any effect in cheating the kata because the expected value is calculated before the arguments are passed to the user. if you can demonstrate otherwise, please explain how, thank you!

  • Custom User Avatar
    • a15n
    • commented on "the hidden thief" kata
    • 2 years ago

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

  • Custom User Avatar
    • Chrono79
    • commented on "Find the unique string" kata
    • 2 years ago

    See the two examples:

    • One has strings composed by only aor A, the odd one has not.
    • The other example, has some permutations of abc, the odd one, hasn't.

    So, similar is having the same letters in any capitalization any number of times.

  • Custom User Avatar
    • yLaWy
    • commented on ""Quadrants" Python Translation"
    • 2 years ago

    I'll ask on Discord for some guidance on how to solve the issue in the best way possible

  • Custom User Avatar
    • yLaWy
    • commented on ""Quadrants" Python Translation"
    • 2 years ago

    This might be happening because of the quadrant descriptions. I copy pasted the new ones, check if the issue is resolved

  • Custom User Avatar
    • yLaWy
    • commented on ""Quadrants" Python Translation"
    • 2 years ago

    Oh, whoops. Fixed

  • Custom User Avatar
    • rowcased
    • commented on ""Quadrants" C Translation"
    • 2 years ago

    I have taken a point from each of you in updating this translation. Thanks for the feedback.

  • Custom User Avatar
    • hobovsky
    • commented on ""Quadrants" C Translation"
    • 2 years ago

    Enum is not that bad in general, but if used, I would propose it to be rather something like

    enum quadrants { FIRST=1, SECOND, THIRD, FOURTH };
    

    This can be arguably a nicer design that just int. The quadrants can be argued to be named rather than numbered, and enums quite nicely model a small set of names.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...