• 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
idzmitry Avatar
Name:Dzmitry
Clan:Unknown
Skills:.net, c#, f#
Member Since:Nov 2016
Last Seen:Jul 2024
Profiles:
    Following:3
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (79)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • tobeannouncd
      • created a suggestion for "Find an area" kata
      • 7 months ago

      Haskell translation

    • Custom User Avatar
      • JohanWiltink
      • commented on "Find an area" kata
      • 8 months ago

      .

    • Custom User Avatar
      • trashy_incel
      • commented on "Find an area" kata
      • 8 months ago

      added to C#

    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "Find an area" kata
      • 8 months ago

      rewrote Point to be a modern JS class with x and y being getters to access private properties #x and #y. I added getters named X and Y for backwards-compatibility.

    • Custom User Avatar
      • trashy_incel
      • commented on "Find an area" kata
      • 8 months ago

      assertions should use assert.approx_equals()

    • Custom User Avatar
      • trashy_incel
      • resolved an issue on "Find an area" kata
      • 8 months ago

      added your random tests + extracted all assertions to a wrapper that takes care of approximate equality + displaying the input

    • Custom User Avatar
      • H3xas
      • commented on "Array.diff" csharp solution
      • 13 months ago

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

    • Custom User Avatar
      • ejini战神
      • resolved a suggestion on "Find an area" kata
      • 16 months ago

      Approved

    • Custom User Avatar
      • saudiGuy
      • created a suggestion for "Find an area" kata
      • 17 months ago

      python new test framework is required. updated in this fork

    • Custom User Avatar
      • carlsagan
      • commented on "Array.diff" csharp solution
      • 2 years ago

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

    • Custom User Avatar
      • goldenratio161
      • commented on "Find an area" kata
      • 2 years ago

      do you have to use trig to solve this?

    • Custom User Avatar
      • bouchert
      • commented on "Find the Remainder" csharp solution
      • 3 years ago

      Because we are dealing with integers, C# division or modulus by zero already throws a DivideByZeroException. There's no need to explicitly build and throw one. If we were using floats or doubles, we would get one of the infinities (or in the case of 0.0 / 0.0 or 0.0 % 0.0, NaN) as a result and would need to do further work to handle that.

    • Custom User Avatar
      • docgunthrop
      • created a suggestion for "Find an area" kata
      • 3 years ago

      Elixir translation ready for review and approval.

    • Custom User Avatar
      • Mihail_D
      • commented on "Find an area" kata
      • 3 years ago

      It wasn't difficult. Trouble with the input data, but otherwise, it's simple.

    • Custom User Avatar
      • gxcad
      • commented on "Find an area" kata
      • 3 years ago

      Misleading example. Example is array of arrays, but the tests are done with array of objects.

      Yes, it is explained at the bottom, but still unnecessarily misleading. I think it would better if these were consistent - i.e. the example should show objects, or the tests should test an array of arrays as the argument.

      Edit: I should add my comment is for the Javascript variation.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...