< id="main" style="margin-left: 10px; margin-right: 10px; width:95%">

Introduction


GNPXv5

This HP will explain more than 50 Sudoku algorithms. Several elementary algorithms are helpful for humans to solve with pencils and intelligence alone. Advanced algorithms are for programs.
i think, this puzzle is extremely difficult for humans to solve. It would be better not to try. This is a puzzle handled by the program.

6..2....1.8.9.4.2...9.1.3...9.8.1.35..3...7..45.3.7.6...7.4.2...6.7.9.1.9....2..3

This is about theGNPX v6.
The basics of the Sudoku analysis algorithm can be found in Sudoku Algorithm. If you're not familiar with Sudoku Algorithm, that's a good place to start.


 Algorithm (v6)

"Sudoku Algorithm 4" is an explanation of the basic algorithm for solving Sudoku puzzles.
The explanation uses many images to explain the logic. This is intended to make the essence easier to understand. GNPX v6 is a complete overhaul of the GNPX code.
Also,GNPX v6 is a version that expands on how to solve Sudoku.

  1. Locked, Sudoku Algorithm
  2. ALS
  3. Link
  4. eNetwork
  5. Bit representation, bit operations

  6. How to Create a Sudoku Puzzle

  7. Analysis algorithm system (v6)
  8. Fish Family
  9. SueDeCoq Family
    SueDeCoqEx, Franken SueDeCoq, Finned SueDeCoqEx, Finned Franken SueDeCoq ... Extensions of SueDeCoq
  10. DeathBlossom...Algorithm Consideration
  11. eNetwork analysis algorithm
  12. Exocet(JE2,JE1,Exocet,Single,SingleBase,Franken/Mutant...)
  13. Multi-Sector Locked Set(MSLS), SK Loop

 Others, etc.

  1. WHS
next(v7)


Top