Sudoku Algorithm 4

Algorithm

Each solving algorithm is warped from the left tab


Classification of Sudoku solving algorithm

Classification Algorithm Remarks, aliases, etc.
  Single   Last Digit ***
 
Naked Single ***
 
Hidden Single ***
 
  LockedCandidate   LockedCandidate ***  
  LockedSet   LockedSet ***  2D-4D
  Fish   Fish(2D-7D) ***
  Finned Fish ***
  Franken/Mutant Fish +
  Finned F/M Fish +
  (Finned)Endo Fish
  (Finned)Canibalism
  Kraken(Finned)Fish +
Alias
 2D: X-Wing
 3D: SwordFish
 4D: JellyFish
 5D: Squirmbag
 6D: Whale
 7D: Leviathan
  Link
 (Link-Chain)
  SkyScraper
  EmptyRectangle
  X-Chain **
  XY-Chain **
  (Multi)Coloring
  XY-Wing
  W-Wing
  RemotePair
 
  SueDeCoq   SueDeCoq ++  
  ALS
 (ALS-Chain)
  ALS XZ
  ALS XY-Wing
  ALS Chain **
  ALS Death Blossom
  ALS Death BlossomEx



 XYZWing Extension
  NiceLoop   NiceLoop *
  Grouped NiceLoop ** +
 
 ForceChain   ForceChain_Cell * +
  ForceChain_House * +
  ForceChain_Contradiction ** ++
  GeneralLogic   GeneralLogic * +  
***,**,*:Effective ++,+:Fascinating

GeneralLogic

All Sudoku solving algorithms shown in the table above can be expressed as "GeneralLogic". This is a method to exclude logically inconvenient (unlikely) candidates from the coverage of BaseSet and CoverSet. It is relatively easy to reinterpret the results solved by the algorithm of the conventional method with BaseSet and CoverSet.
However, in a naive way, "GeneralLogic" is not very efficient at solving Sudoku, so it is not a practical algorithm.
Continue development? Resistance is futile?