• 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
Conorc1000 Avatar
Name:Unknown
Clan:Founders & Coders
Member Since:Apr 2015
Last Seen:Feb 2025
Profiles:
Following:188
Followers:182
Allies:181
View Profile Badges
Ad
Educator, struggling to assess your students?
Assess your classroom or bootcamp with the world leading assessment platform, Qualified.Request your demo today!
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (62)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Cloud Walker
    • commented on "Finish this Mini Sudoku" kata
    • 11 months ago

    Excellent kata.

  • Custom User Avatar
    • dfhwze
    • resolved an issue on "SOS" kata
    • 2 years ago

    no longer relevant, retired

  • Custom User Avatar
    • dfhwze
    • resolved an issue on "SOS" kata
    • 2 years ago

    no longer relevant, retired

  • Custom User Avatar
    • Voile
    • created an issue for "SOS" kata
    • 2 years ago

    There are no random tests.

  • Custom User Avatar
    • KovDimaY
    • commented on "Finish this Mini Sudoku" kata
    • 4 years ago

    How does it look possible and valid if the very first element was given as 4 and in the solution it becomes 1?

    Check the first line: given [4,1,3,2] expected [1,4,3,2], it indeed looks strange 🤷‍♂️

    Now I wonder how was that possible 🤔

  • Custom User Avatar
    • mahamad
    • commented on "Finish this Mini Sudoku" kata
    • 5 years ago

    Thanks

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Finish this Mini Sudoku" kata
    • 5 years ago

    Your solution is wrong, check the first block:

     [[2, 4,...
      [4, 3,...
    

    it's missing the 1

    The 2x2 blocks should also contain the numbers 1-4.

  • Custom User Avatar
    • mahamad
    • created an issue for "Finish this Mini Sudoku" kata
    • 5 years ago

    for [[2, 0, 0, 1],
    [0, 0, 1, 0],
    [0, 2, 0, 0],
    [0, 0, 0, 4]]
    I have this response :
    Expected: 'This sudoku is unsolvable!',
    instead got: [[2, 4, 3, 1],
    [4, 3, 1, 2],
    [1, 2, 4, 3],
    [3, 1, 2, 4]]
    what am I missing here?
    and there are also some random tests with the same problem.

  • Custom User Avatar
    • B1ts
    • resolved an issue on "Finish this Mini Sudoku" kata
    • 5 years ago

    What's wrong with it? Seems very possible and valid.

  • Custom User Avatar
    • B1ts
    • resolved an issue on "Finish this Mini Sudoku" kata
    • 5 years ago

    Issue too vague.

  • Custom User Avatar
    • yashgo0018
    • created an issue for "Finish this Mini Sudoku" kata
    • 5 years ago

    given board = [ [ 4, 1, 3, 2 ], [ 3, 0, 0, 1 ], [ 1, 0, 0, 3 ], [ 2, 0, 1, 4 ] ]

    expected = [[1, 4, 3, 2], [2, 3, 4, 1], [4, 2, 1, 3], [3, 1, 2, 4]]

    How is this possible!!

  • Custom User Avatar
    • Glyxerine
    • commented on "Finish this Mini Sudoku" kata
    • 6 years ago

    You should check your solution again. Found some test cases which are expected Unsolvable, instead got a grid with some zeros.

    And somehow I see your console.log works.

  • Custom User Avatar
    • G_kuldeep
    • commented on "Finish this Mini Sudoku" kata
    • 6 years ago

    all good but grid i am printing is not visible in random tests..how can someone debug ?

  • Custom User Avatar
    • Glyxerine
    • commented on "Finish this Mini Sudoku" kata
    • 6 years ago

    No need validate if test will be zero or one solution, right?

  • Custom User Avatar
    • Glyxerine
    • commented on "Finish this Mini Sudoku" kata
    • 6 years ago

    And now?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...