Pattern Overlay Method

Advanced methods and approaches for solving Sudoku puzzles

Re: Pattern Overlay Method

Postby rjamil » Tue Nov 19, 2024 6:44 pm

Hi P.O.,

Ok. Now I understand how two-digit POM templates are combined, i.e., by taking non-overlapping templates of each digit out of all valid each digit templates.

However, for two-digit (or multi-digit) POM, one need to keep track of all the valid single-digit POM of both (or all of) the digits.

In case of an empty Sudoku puzzle, each digit POM maximum number of valid template count is 15,552 (i.e., 3 x 5184 for each digit). Playing with such a huge data need linked list, which is not available in C language (or, I don't know) right now. Once, I will be able to record such a huge data, i.e., for three-digit, there are 46,656 templates need to be examined.

Thank you for your guidance and support for taking the time to provide such detailed and constructive feedback.

Searched and found Myth Jellies post here, here, here and here.

R. Jamil
rjamil
 
Posts: 774
Joined: 15 October 2014
Location: Karachi, Pakistan

Previous

Return to Advanced solving techniques