Click here to Skip to main content
15,921,062 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Sounding off on the responses Pin
W Balboos, GHB19-Mar-18 4:00
W Balboos, GHB19-Mar-18 4:00 
GeneralRe: Sounding off on the responses Pin
kalberts19-Mar-18 4:15
kalberts19-Mar-18 4:15 
GeneralRe: Sounding off on the responses Pin
PIEBALDconsult19-Mar-18 10:32
mvePIEBALDconsult19-Mar-18 10:32 
GeneralRe: Sounding off on the responses Pin
PIEBALDconsult20-Mar-18 10:49
mvePIEBALDconsult20-Mar-18 10:49 
GeneralRe: Sounding off on the responses Pin
W Balboos, GHB21-Mar-18 1:17
W Balboos, GHB21-Mar-18 1:17 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Fueled By Decaff19-Mar-18 3:23
Fueled By Decaff19-Mar-18 3:23 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
kalberts19-Mar-18 3:33
kalberts19-Mar-18 3:33 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
PIEBALDconsult19-Mar-18 5:02
mvePIEBALDconsult19-Mar-18 5:02 
I took a completely different approach when I addressed the issue a few years back -- because I believe that a trial-and-error back-tracking approach is not appropriate to the challenge.

Mine works by keeping track of which values a cell _may_ hold and when a cell is down to only one possible value, then it _must_ have that value, and it can then announce to its peers "my value is x" and all those other cells can announce to their peers "my value is not x" etc. And so the dominoes fall.
The idea I had, was for the UI to show the user which possible values each cell had and what the relative probability of each is -- such as "this cell may be x, y, or z, but it is most likely x".
Unfortunately, it turned out that the puzzle would solve itself as soon as (or even before) the user finished entering the puzzle.
GeneralRe: Difficult-to-solve Sudoku wanted Pin
kalberts19-Mar-18 5:57
kalberts19-Mar-18 5:57 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
PIEBALDconsult19-Mar-18 8:59
mvePIEBALDconsult19-Mar-18 8:59 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Dezhi Zhao19-Mar-18 5:21
Dezhi Zhao19-Mar-18 5:21 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
kalberts19-Mar-18 6:16
kalberts19-Mar-18 6:16 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Dezhi Zhao19-Mar-18 7:15
Dezhi Zhao19-Mar-18 7:15 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
kalberts19-Mar-18 8:33
kalberts19-Mar-18 8:33 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Dezhi Zhao19-Mar-18 9:21
Dezhi Zhao19-Mar-18 9:21 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Dezhi Zhao19-Mar-18 7:30
Dezhi Zhao19-Mar-18 7:30 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
kalberts19-Mar-18 9:18
kalberts19-Mar-18 9:18 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Dezhi Zhao19-Mar-18 9:35
Dezhi Zhao19-Mar-18 9:35 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
PIEBALDconsult19-Mar-18 16:37
mvePIEBALDconsult19-Mar-18 16:37 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
Dezhi Zhao20-Mar-18 3:06
Dezhi Zhao20-Mar-18 3:06 
GeneralRe: Difficult-to-solve Sudoku wanted Pin
PIEBALDconsult19-Mar-18 10:34
mvePIEBALDconsult19-Mar-18 10:34 
QuestionKid Sister Safe These Days... Pin
megaadam18-Mar-18 23:17
professionalmegaadam18-Mar-18 23:17 
AnswerRe: Kid Sister Safe These Days... Pin
OriginalGriff18-Mar-18 23:27
mveOriginalGriff18-Mar-18 23:27 
GeneralRe: Kid Sister Safe These Days... Pin
W Balboos, GHB19-Mar-18 3:54
W Balboos, GHB19-Mar-18 3:54 
GeneralWSO CCC OTD 2018-03-19 Pin
OriginalGriff18-Mar-18 23:02
mveOriginalGriff18-Mar-18 23:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.