• 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
FlintOFF Avatar
Name:Vitalii
Clan:Unknown
Member Since:Jun 2020
Last Seen:Feb 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (17)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Studenich
    • commented on "Find the next perfect square!" ruby solution
    • 4 months ago

    agree!

  • Custom User Avatar
    • jfgilmore
    • commented on "Sudoku Solution Validator" ruby solution
    • 4 years ago

    Oh really? 😂😢🥲

  • Custom User Avatar
    • jacquesporveau
    • commented on "Sudoku Solution Validator" ruby solution
    • 5 years ago

    The test works fine

  • Custom User Avatar
    • guysbryant
    • commented on "Sudoku Solution Validator" ruby solution
    • 5 years ago

    Just in case you aren't aware, the reason you are failing that test is because each 3x3 block must contain exactly one of each integer from one to nine. For example, in your hard coded solution, look at board[0][1] and board [1][0], they are both two, board[0][2], board[1][1], and board[2][0] are each three.

  • Custom User Avatar
    • Blind4Basics
    • commented on "Sudoku Solution Validator" ruby solution
    • 5 years ago

    Insufficient number of non-random tests.

    ;)

  • Custom User Avatar
    • anter69
    • commented on "Sudoku Solution Validator" ruby solution
    • 5 years ago

    Insufficient number of non-random tests.

  • Custom User Avatar
    • FlintOFF
    • commented on "Sudoku Solution Validator" kata
    • 5 years ago

    Yep, my mistake, thanks for the reply
    Sorry about that.

  • Custom User Avatar
    • Blind4Basics
    • commented on "Sudoku Solution Validator" ruby solution
    • 5 years ago

    don't worry, he'll get banned for this.

  • Custom User Avatar
    • hobovsky
    • commented on "Sudoku Solution Validator" kata
    • 5 years ago

    You can check by yourself, each row and column and 3x3 sub-square should have values from 1 to 9 without duplicates or zeros.

    false is correct result for this input.

  • Custom User Avatar
    • Chrono79
    • commented on "Sudoku Solution Validator" kata
    • 5 years ago

    each column, each row, and each of the nine 3x3 sub-grids (also known as blocks) contain all of the digits from 1 to 9.

    No, false is the right result.

  • Custom User Avatar
    • FlintOFF
    • commented on "Sudoku Solution Validator" kata
    • 5 years ago

    Please check again, because false is not a correct result.
    I provided an array from the test, and this array absolutly correct.
    You can check by yourself, each row and column should have values from 1 to 9 without duplicates or zeros.

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Sudoku Solution Validator" kata
    • 5 years ago

    I'm not sure what you mean, but the expected result is false, and that is correct.

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Did I Finish my Sudoku?" kata
    • 5 years ago

    Nothing can be done about it.

  • Custom User Avatar
    • FlintOFF
    • created an issue for "Did I Finish my Sudoku?" kata
    • 5 years ago

    It is a full duplicate of https://www.codewars.com/kata/529bf0e9bdf7657179000008

  • Custom User Avatar
    • FlintOFF
    • commented on "Sudoku Solution Validator" ruby solution
    • 5 years ago

    WTF???

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...