Skip to content

Commit 1bc919a

Browse files
committed
fix accurate display of total trials
1 parent 2943e4e commit 1bc919a

File tree

3 files changed

+1073
-783
lines changed

3 files changed

+1073
-783
lines changed

pathmode-queues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var weight_table = [
4141
[0, 0, 0],
4242
];
4343
// this is a subset of the queues that solve 3x4 box.
44-
var queues = [
44+
queues = [
4545
["JILZ", "JIZL", "JZIL"], // Array with 48 elements
4646
["TIJO", "TIOJ", "TOIJ"], // Array with 48 elements
4747
["JILZ", "JLIZ", "LJIZ"], // Array with 48 elements

0 commit comments

Comments
 (0)