• 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
kirjs Avatar
Name:Unknown
Clan:Lab49
Member Since:May 2014
Last Seen:Jul 2024
Profiles:
Following:8
Followers:20
Allies:8
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (388)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • ppaycc
    • commented on "Tic-Tac-Toe Checker" javascript solution
    • last month

    what's going on here.. looks clever tho

  • Custom User Avatar
    • Davey-vS-02
    • commented on "Tic-Tac-Toe Checker" javascript solution
    • 2 months ago

    Practically, don't think this will ever need to be scaled. It's tic tac toe. If possible future scaling isn't an issue, why even bother future proofing it?

  • Custom User Avatar
    • dfhwze
    • resolved an issue on "Seating arrangement at a Polyglot Summit" kata
    • 3 months ago

    fixed

  • Custom User Avatar
    • dfhwze
    • resolved an issue on "Seating arrangement at a Polyglot Summit" kata
    • 3 months ago

    fixed

  • Custom User Avatar
    • dfhwze
    • resolved a suggestion on "Seating arrangement at a Polyglot Summit" kata
    • 3 months ago
  • Custom User Avatar
    • natan
    • created an issue for "Closest pair of points" kata
    • 7 months ago

    missing test size spec in description, which is required to understand what problem needs to be solved

    js tests need to be updated, missing random tests + other issues

  • Custom User Avatar
    • Briareos
    • created a suggestion for "Closest pair of points" kata
    • 7 months ago

    As a new comer on Codewars, I wanted to try to translate some kata, and was inspired by this one...

    So I've prepared a Python translation.

    Anyone to check, comment and possibly approve ?

  • Custom User Avatar
    • hobovsky
    • commented on "Closest pair of points in linearithmic time" kata
    • 11 months ago

    There should be no need to use decimals in this particular challenge, and floats should work. I tried to build the tests in the way to make them resistant to precision issues, and if you have such problems, then i believe its something not exactly right with your code.
    I can double check if you post your code bere.

  • Custom User Avatar
    • Tenebra
    • created a question for "Closest pair of points in linearithmic time" kata
    • 11 months ago

    When using Python 3, is it recommended to use the decimal module? Is the floating-point precision so bad for doing its kata?

  • Custom User Avatar
    • trashy_incel
    • created an issue for "Simple min heap implementation" kata
    • 12 months ago

    the initial code should be a class

  • Custom User Avatar
    • Abd1Mal1K_AM
    • commented on "Closest pair of points in linearithmic time" kata
    • 13 months ago

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

  • Custom User Avatar
    • ejini战神
    • created an issue for "Find match row and column position in a given string" kata
    • 13 months ago

    Random tests are basically non-existent, only 1. Also random test is setup as such

    const prefix=new Array(row).join('\n') + new Array(column).join('a') + 'Hello';
    

    with a predefined prefix...(Solutions can easily hardcode such cases along fixed tests).....

    @JohanWiltink grats on another "premature" approval !

  • Custom User Avatar
    • ejini战神
    • created an issue for "Find match row and column position in a given string" kata
    • 13 months ago

    Description also does not explain whether the match string will take the \n character into account or not. Initally I was thinking of cases like (abc\ndefc\nhu, chu)

  • Custom User Avatar
    • 3au4onok
    • created an issue for "Closest pair of points" kata
    • 14 months ago

    More test examples are needed, the link to the article does not work

  • Custom User Avatar
    • solaroptic
    • commented on "Tic-Tac-Toe Checker" javascript solution
    • 15 months ago

    I had to work that one out myself. Excellent

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...