A C D E F G H I L M N P R S T U

F

FIRST_AVAILABLE - Static variable in class com.act365.sudoku.Strategy
 
FirstAvailable - class com.act365.sudoku.FirstAvailable.
The 'FirstAvailable' strategy always selects the first valid choice it finds in any situation - it doesn't make any attempt to rank the various alternatives.
FirstAvailable() - Constructor for class com.act365.sudoku.FirstAvailable
Creates a new FirstAvailable instance.
Frame - class com.act365.awt.Frame.
The Frame class differs from java.awt.Frame in that it closes if the 'X' in the corner is clicked.
Frame(String) - Constructor for class com.act365.awt.Frame
Constructs a Frame with the chosen text as a title.
find(int, int, int[], int[], int[], int) - Method in class com.act365.sudoku.Traversal
Looks for the sequence of moves (findX,findY,findZ) of length nFindMoves within the traversal between the position start and end.
find(int[], int[], int[], int) - Method in class com.act365.sudoku.Traversal
Looks for the sequence of moves (findX,findY,findZ) of length nFindMoves anywhere within the traversal.
findCandidates() - Method in class com.act365.sudoku.FirstAvailable
Locates the nearest empty cell, finds its lowest valid value and stores the result.
findCandidates() - Method in interface com.act365.sudoku.IStrategy
Finds a set of candidates for the next move.
findCandidates() - Method in class com.act365.sudoku.LeastCandidatesCell
Finds the cells that have the least number of candidates.
findCandidates() - Method in class com.act365.sudoku.LeastCandidatesHybrid
Finds candidates for the next move.
findCandidates() - Method in class com.act365.sudoku.LeastCandidatesNumber
Find the values and sectors that have the least number of candidates.
findCandidates() - Method in class com.act365.sudoku.MostCandidates
Finds the candidates for which nInvunerable is lowest.

A C D E F G H I L M N P R S T U