-
Notifications
You must be signed in to change notification settings - Fork 60
Commit 6137862
An Efficient queue implimintation and backtracking to avoid paradoxes (#53)
* Added debug output
* Checking exit conditions
* Changed to a queue system
* Reduced the grid size
* Added tile selector
* Stopped restarting under a conflict
* Improved version without backtracking
* Added backtracking to avoid paradoxes.
* Fixed small issue with frames
* Added if statement to not show options in cell
* Removed checked field
* Update README.md
* Bug fix for image chooser. Reinitialization corrected.
* Fixed load new image behavior after a run is completed.
* Changed to a reasonable grid size
* Removed unneeded cell.checked flag
* Improved frame-rate1 parent ecb4305 commit 6137862
4 files changed
+287
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | + | ||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | + | ||
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | - | ||
20 | - | ||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | - | ||
27 | + | ||
28 | + | ||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
90 | 99 | | |
91 | 100 | | |
92 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
0 commit comments