• 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
imnot Avatar
Name:Unknown
Clan:Unknown
Member Since:Apr 2022
Last Seen:Sep 2024
Profiles:
Following:1
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (11)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • imnot
    • commented on "Which are in?" kata
    • 17 months ago

    False

  • Custom User Avatar
    • imnot
    • commented on "Which are in?" kata
    • 17 months ago

    Man you for real? You have NxM iterations of linear operation "in"

  • Custom User Avatar
    • imnot
    • commented on "Sum of Intervals" kata
    • 3 years ago

    just changed 1 if to while and done it, ty;)

  • Custom User Avatar
    • imnot
    • commented on "Sum of Intervals" kata
    • 3 years ago

    oh true

  • Custom User Avatar
    • Chrono79
    • commented on "Sum of Intervals" kata
    • 3 years ago

    Those two intervals overlap, and form a single interval: [61, 453] with a length of 392.

  • Custom User Avatar
    • imnot
    • commented on "Sum of Intervals" kata
    • 3 years ago

    It seems like an issue but nobody is talking about it that so I think that's a misunderstanding. Random test [(61, 438), (359, 424), (405, 453), (393, 399)]. My program has counted it as [[61, 438], [405, 453]] but got wrong (425 should equal 392) How is it 392?!

  • Custom User Avatar
    • imnot
    • commented on "One Line Task: Circle Intersection" kata
    • 3 years ago

    Im at 129... did you get it tho?

  • Custom User Avatar
    • imnot
    • commented on "Insane Coloured Triangles" kata
    • 3 years ago

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

  • Custom User Avatar
    • imnot
    • commented on "Sudoku Solution Validator" kata
    • 3 years ago

    ty! appreciate your help

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Sudoku Solution Validator" kata
    • 3 years ago

    Please read the posts already here, it's been asked and answered many times.

    • https://www.codewars.com/kata/529bf0e9bdf7657179000008/discuss#630acc3bf5800dd8b080c946
    • https://www.codewars.com/kata/529bf0e9bdf7657179000008/discuss#62f7c6972aa6840014b1447e
    • https://www.codewars.com/kata/529bf0e9bdf7657179000008/discuss#6280167ccc175300575e21f8

    And more

    The last two columns are wrong, False is the right answer. Not a kata issue.

  • Custom User Avatar
    • imnot
    • created an issue for "Sudoku Solution Validator" kata
    • 3 years ago

    4th test in python seems to be valid but asserts False
    I've passed every other test (including random) except this
    [1, 3, 2, 5, 7, 9, 4, 6, 8]
    [4, 9, 8, 2, 6, 1, 3, 7, 5]
    [7, 5, 6, 3, 8, 4, 2, 1, 9]
    [6, 4, 3, 1, 5, 8, 7, 9, 2]
    [5, 2, 1, 7, 9, 3, 8, 4, 6]
    [9, 8, 7, 4, 2, 6, 5, 3, 1]
    [2, 1, 4, 9, 3, 5, 6, 8, 7]
    [3, 6, 5, 8, 1, 7, 9, 2, 4]
    [8, 7, 9, 6, 4, 2, 1, 3, 5]

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...