nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
93,
83,
65,
39
] | 36 | [
"93-83=10",
"65-39=26",
"10+26=36"
] | Current State: 36:[93, 83, 65, 39], Operations: []
Exploring Operation: 93-83=10, Resulting Numbers: [65, 39, 10]
Generated Node #2: [65, 39, 10] from Operation: 93-83=10
Current State: 36:[65, 39, 10], Operations: ['93-83=10']
Exploring Operation: 65-39=26, Resulting Numbers: [10, 26]
Generated Node #3: [10, 26] from ... | 4 |
[
16,
64,
32,
46
] | 36 | [
"32/16=2",
"64-46=18",
"2*18=36"
] | Current State: 36:[16, 64, 32, 46], Operations: []
Exploring Operation: 32/16=2, Resulting Numbers: [64, 46, 2]
Generated Node #2: [64, 46, 2] from Operation: 32/16=2
Current State: 36:[64, 46, 2], Operations: ['32/16=2']
Exploring Operation: 64-46=18, Resulting Numbers: [2, 18]
Generated Node #3: [2, 18] from Operatio... | 4 |
[
62,
26,
52,
76
] | 45 | [
"62*26=1612",
"1612/52=31",
"76-31=45"
] | Current State: 45:[62, 26, 52, 76], Operations: []
Exploring Operation: 62*26=1612, Resulting Numbers: [52, 76, 1612]
Generated Node #2: [52, 76, 1612] from Operation: 62*26=1612
Current State: 45:[52, 76, 1612], Operations: ['62*26=1612']
Exploring Operation: 1612/52=31, Resulting Numbers: [76, 31]
Generated Node #3: ... | 4 |
[
4,
75,
27,
60
] | 46 | [
"4+75=79",
"60-27=33",
"79-33=46"
] | Current State: 46:[4, 75, 27, 60], Operations: []
Exploring Operation: 4+75=79, Resulting Numbers: [27, 60, 79]
Generated Node #2: [27, 60, 79] from Operation: 4+75=79
Current State: 46:[27, 60, 79], Operations: ['4+75=79']
Exploring Operation: 60-27=33, Resulting Numbers: [79, 33]
Generated Node #3: [79, 33] from Oper... | 4 |
[
65,
29,
44,
17
] | 25 | [
"65-29=36",
"44+17=61",
"61-36=25"
] | Current State: 25:[65, 29, 44, 17], Operations: []
Exploring Operation: 65-29=36, Resulting Numbers: [44, 17, 36]
Generated Node #2: [44, 17, 36] from Operation: 65-29=36
Current State: 25:[44, 17, 36], Operations: ['65-29=36']
Exploring Operation: 44+17=61, Resulting Numbers: [36, 61]
Generated Node #3: [36, 61] from ... | 4 |
[
83,
78,
11,
85
] | 91 | [
"83-78=5",
"11+85=96",
"96-5=91"
] | Current State: 91:[83, 78, 11, 85], Operations: []
Exploring Operation: 83-78=5, Resulting Numbers: [11, 85, 5]
Generated Node #2: [11, 85, 5] from Operation: 83-78=5
Current State: 91:[11, 85, 5], Operations: ['83-78=5']
Exploring Operation: 11+85=96, Resulting Numbers: [5, 96]
Generated Node #3: [5, 96] from Operatio... | 4 |
[
64,
8,
88,
81
] | 79 | [
"64+8=72",
"88-81=7",
"72+7=79"
] | Current State: 79:[64, 8, 88, 81], Operations: []
Exploring Operation: 64+8=72, Resulting Numbers: [88, 81, 72]
Generated Node #2: [88, 81, 72] from Operation: 64+8=72
Current State: 79:[88, 81, 72], Operations: ['64+8=72']
Exploring Operation: 88-81=7, Resulting Numbers: [72, 7]
Generated Node #3: [72, 7] from Operati... | 4 |
[
26,
65,
82,
54
] | 70 | [
"82-54=28",
"65*28=1820",
"1820/26=70"
] | Current State: 70:[26, 65, 82, 54], Operations: []
Exploring Operation: 82-54=28, Resulting Numbers: [26, 65, 28]
Generated Node #2: [26, 65, 28] from Operation: 82-54=28
Current State: 70:[26, 65, 28], Operations: ['82-54=28']
Exploring Operation: 65*28=1820, Resulting Numbers: [26, 1820]
Generated Node #3: [26, 1820]... | 4 |
[
31,
47,
98,
93
] | 11 | [
"47-31=16",
"98-93=5",
"16-5=11"
] | Current State: 11:[31, 47, 98, 93], Operations: []
Exploring Operation: 47-31=16, Resulting Numbers: [98, 93, 16]
Generated Node #2: [98, 93, 16] from Operation: 47-31=16
Current State: 11:[98, 93, 16], Operations: ['47-31=16']
Exploring Operation: 98-93=5, Resulting Numbers: [16, 5]
Generated Node #3: [16, 5] from Ope... | 4 |
[
92,
74,
58,
17
] | 72 | [
"92-58=34",
"34/17=2",
"74-2=72"
] | Current State: 72:[92, 74, 58, 17], Operations: []
Exploring Operation: 92-58=34, Resulting Numbers: [74, 17, 34]
Generated Node #2: [74, 17, 34] from Operation: 92-58=34
Current State: 72:[74, 17, 34], Operations: ['92-58=34']
Exploring Operation: 34/17=2, Resulting Numbers: [74, 2]
Generated Node #3: [74, 2] from Ope... | 4 |
[
49,
34,
91,
45
] | 31 | [
"49-34=15",
"91-45=46",
"46-15=31"
] | Current State: 31:[49, 34, 91, 45], Operations: []
Exploring Operation: 49-34=15, Resulting Numbers: [91, 45, 15]
Generated Node #2: [91, 45, 15] from Operation: 49-34=15
Current State: 31:[91, 45, 15], Operations: ['49-34=15']
Exploring Operation: 91-45=46, Resulting Numbers: [15, 46]
Generated Node #3: [15, 46] from ... | 4 |
[
52,
32,
9,
34
] | 64 | [
"52-34=18",
"32*18=576",
"576/9=64"
] | Current State: 64:[52, 32, 9, 34], Operations: []
Exploring Operation: 52-34=18, Resulting Numbers: [32, 9, 18]
Generated Node #2: [32, 9, 18] from Operation: 52-34=18
Current State: 64:[32, 9, 18], Operations: ['52-34=18']
Exploring Operation: 32*18=576, Resulting Numbers: [9, 576]
Generated Node #3: [9, 576] from Ope... | 4 |
[
4,
59,
35,
60
] | 41 | [
"60-35=25",
"4*25=100",
"100-59=41"
] | Current State: 41:[4, 59, 35, 60], Operations: []
Exploring Operation: 60-35=25, Resulting Numbers: [4, 59, 25]
Generated Node #2: [4, 59, 25] from Operation: 60-35=25
Current State: 41:[4, 59, 25], Operations: ['60-35=25']
Exploring Operation: 4*25=100, Resulting Numbers: [59, 100]
Generated Node #3: [59, 100] from Op... | 4 |
[
65,
50,
84,
94
] | 70 | [
"94-84=10",
"50/10=5",
"65+5=70"
] | Current State: 70:[65, 50, 84, 94], Operations: []
Exploring Operation: 94-84=10, Resulting Numbers: [65, 50, 10]
Generated Node #2: [65, 50, 10] from Operation: 94-84=10
Current State: 70:[65, 50, 10], Operations: ['94-84=10']
Exploring Operation: 50/10=5, Resulting Numbers: [65, 5]
Generated Node #3: [65, 5] from Ope... | 4 |
[
9,
15,
8,
4
] | 93 | [
"8+4=12",
"9*12=108",
"108-15=93"
] | Current State: 93:[9, 15, 8, 4], Operations: []
Exploring Operation: 8+4=12, Resulting Numbers: [9, 15, 12]
Generated Node #2: [9, 15, 12] from Operation: 8+4=12
Current State: 93:[9, 15, 12], Operations: ['8+4=12']
Exploring Operation: 9*12=108, Resulting Numbers: [15, 108]
Generated Node #3: [15, 108] from Operation:... | 4 |
[
2,
36,
70,
96
] | 49 | [
"96-70=26",
"26/2=13",
"36+13=49"
] | Current State: 49:[2, 36, 70, 96], Operations: []
Exploring Operation: 96-70=26, Resulting Numbers: [2, 36, 26]
Generated Node #2: [2, 36, 26] from Operation: 96-70=26
Current State: 49:[2, 36, 26], Operations: ['96-70=26']
Exploring Operation: 26/2=13, Resulting Numbers: [36, 13]
Generated Node #3: [36, 13] from Opera... | 4 |
[
24,
46,
14,
87
] | 51 | [
"46-24=22",
"87-14=73",
"73-22=51"
] | Current State: 51:[24, 46, 14, 87], Operations: []
Exploring Operation: 46-24=22, Resulting Numbers: [14, 87, 22]
Generated Node #2: [14, 87, 22] from Operation: 46-24=22
Current State: 51:[14, 87, 22], Operations: ['46-24=22']
Exploring Operation: 87-14=73, Resulting Numbers: [22, 73]
Generated Node #3: [22, 73] from ... | 4 |
[
89,
1,
30,
27
] | 30 | [
"89+1=90",
"30-27=3",
"90/3=30"
] | Current State: 30:[89, 1, 30, 27], Operations: []
Exploring Operation: 89+1=90, Resulting Numbers: [30, 27, 90]
Generated Node #2: [30, 27, 90] from Operation: 89+1=90
Current State: 30:[30, 27, 90], Operations: ['89+1=90']
Exploring Operation: 30-27=3, Resulting Numbers: [90, 3]
Generated Node #3: [90, 3] from Operati... | 4 |
[
82,
44,
59,
2
] | 23 | [
"82-44=38",
"59+2=61",
"61-38=23"
] | Current State: 23:[82, 44, 59, 2], Operations: []
Exploring Operation: 82-44=38, Resulting Numbers: [59, 2, 38]
Generated Node #2: [59, 2, 38] from Operation: 82-44=38
Current State: 23:[59, 2, 38], Operations: ['82-44=38']
Exploring Operation: 59+2=61, Resulting Numbers: [38, 61]
Generated Node #3: [38, 61] from Opera... | 4 |
[
4,
91,
99,
2
] | 64 | [
"4*2=8",
"99-91=8",
"8*8=64"
] | Current State: 64:[4, 91, 99, 2], Operations: []
Exploring Operation: 4*2=8, Resulting Numbers: [91, 99, 8]
Generated Node #2: [91, 99, 8] from Operation: 4*2=8
Current State: 64:[91, 99, 8], Operations: ['4*2=8']
Exploring Operation: 99-91=8, Resulting Numbers: [8, 8]
Generated Node #3: [8, 8] from Operation: 99-91=8
... | 4 |
[
82,
13,
31,
9
] | 91 | [
"82-13=69",
"31-9=22",
"69+22=91"
] | Current State: 91:[82, 13, 31, 9], Operations: []
Exploring Operation: 82-13=69, Resulting Numbers: [31, 9, 69]
Generated Node #2: [31, 9, 69] from Operation: 82-13=69
Current State: 91:[31, 9, 69], Operations: ['82-13=69']
Exploring Operation: 31-9=22, Resulting Numbers: [69, 22]
Generated Node #3: [69, 22] from Opera... | 4 |
[
69,
4,
34,
7
] | 11 | [
"7-4=3",
"69/3=23",
"34-23=11"
] | Current State: 11:[69, 4, 34, 7], Operations: []
Exploring Operation: 7-4=3, Resulting Numbers: [69, 34, 3]
Generated Node #2: [69, 34, 3] from Operation: 7-4=3
Current State: 11:[69, 34, 3], Operations: ['7-4=3']
Exploring Operation: 69/3=23, Resulting Numbers: [34, 23]
Generated Node #3: [34, 23] from Operation: 69/3... | 4 |
[
4,
2,
95,
14
] | 84 | [
"95-4=91",
"14/2=7",
"91-7=84"
] | Current State: 84:[4, 2, 95, 14], Operations: []
Exploring Operation: 95-4=91, Resulting Numbers: [2, 14, 91]
Generated Node #2: [2, 14, 91] from Operation: 95-4=91
Current State: 84:[2, 14, 91], Operations: ['95-4=91']
Exploring Operation: 14/2=7, Resulting Numbers: [91, 7]
Generated Node #3: [91, 7] from Operation: 1... | 4 |
[
75,
79,
9,
65
] | 98 | [
"75+79=154",
"65-9=56",
"154-56=98"
] | Current State: 98:[75, 79, 9, 65], Operations: []
Exploring Operation: 75+79=154, Resulting Numbers: [9, 65, 154]
Generated Node #2: [9, 65, 154] from Operation: 75+79=154
Current State: 98:[9, 65, 154], Operations: ['75+79=154']
Exploring Operation: 65-9=56, Resulting Numbers: [154, 56]
Generated Node #3: [154, 56] fr... | 4 |
[
41,
96,
11,
98
] | 50 | [
"41+96=137",
"98-11=87",
"137-87=50"
] | Current State: 50:[41, 96, 11, 98], Operations: []
Exploring Operation: 41+96=137, Resulting Numbers: [11, 98, 137]
Generated Node #2: [11, 98, 137] from Operation: 41+96=137
Current State: 50:[11, 98, 137], Operations: ['41+96=137']
Exploring Operation: 98-11=87, Resulting Numbers: [137, 87]
Generated Node #3: [137, 8... | 4 |
[
60,
75,
41,
66
] | 63 | [
"66-41=25",
"75/25=3",
"60+3=63"
] | Current State: 63:[60, 75, 41, 66], Operations: []
Exploring Operation: 66-41=25, Resulting Numbers: [60, 75, 25]
Generated Node #2: [60, 75, 25] from Operation: 66-41=25
Current State: 63:[60, 75, 25], Operations: ['66-41=25']
Exploring Operation: 75/25=3, Resulting Numbers: [60, 3]
Generated Node #3: [60, 3] from Ope... | 4 |
[
24,
56,
98,
15
] | 27 | [
"24*98=2352",
"2352/56=42",
"42-15=27"
] | Current State: 27:[24, 56, 98, 15], Operations: []
Exploring Operation: 24*98=2352, Resulting Numbers: [56, 15, 2352]
Generated Node #2: [56, 15, 2352] from Operation: 24*98=2352
Current State: 27:[56, 15, 2352], Operations: ['24*98=2352']
Exploring Operation: 2352/56=42, Resulting Numbers: [15, 42]
Generated Node #3: ... | 4 |
[
47,
50,
22,
68
] | 87 | [
"50-47=3",
"22+68=90",
"90-3=87"
] | Current State: 87:[47, 50, 22, 68], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [22, 68, 3]
Generated Node #2: [22, 68, 3] from Operation: 50-47=3
Current State: 87:[22, 68, 3], Operations: ['50-47=3']
Exploring Operation: 22+68=90, Resulting Numbers: [3, 90]
Generated Node #3: [3, 90] from Operatio... | 4 |
[
79,
46,
23,
92
] | 77 | [
"92-46=46",
"46/23=2",
"79-2=77"
] | Current State: 77:[79, 46, 23, 92], Operations: []
Exploring Operation: 92-46=46, Resulting Numbers: [79, 23, 46]
Generated Node #2: [79, 23, 46] from Operation: 92-46=46
Current State: 77:[79, 23, 46], Operations: ['92-46=46']
Exploring Operation: 46/23=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Ope... | 4 |
[
22,
88,
22,
52
] | 35 | [
"88/22=4",
"52/4=13",
"22+13=35"
] | Current State: 35:[22, 88, 22, 52], Operations: []
Exploring Operation: 88/22=4, Resulting Numbers: [52, 4]
Generated Node #2: [52, 4] from Operation: 88/22=4
Current State: 35:[52, 4], Operations: ['88/22=4']
Exploring Operation: 52/4=13, Resulting Numbers: [13]
13,35 equal: Goal Reached
Exploring Operation: 22+13=35,... | 4 |
[
30,
29,
57,
36
] | 33 | [
"30+57=87",
"87/29=3",
"36-3=33"
] | Current State: 33:[30, 29, 57, 36], Operations: []
Exploring Operation: 30+57=87, Resulting Numbers: [29, 36, 87]
Generated Node #2: [29, 36, 87] from Operation: 30+57=87
Current State: 33:[29, 36, 87], Operations: ['30+57=87']
Exploring Operation: 87/29=3, Resulting Numbers: [36, 3]
Generated Node #3: [36, 3] from Ope... | 4 |
[
4,
54,
3,
88
] | 10 | [
"4+54=58",
"88-58=30",
"30/3=10"
] | Current State: 10:[4, 54, 3, 88], Operations: []
Exploring Operation: 4+54=58, Resulting Numbers: [3, 88, 58]
Generated Node #2: [3, 88, 58] from Operation: 4+54=58
Current State: 10:[3, 88, 58], Operations: ['4+54=58']
Exploring Operation: 88-58=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operation:... | 4 |
[
70,
80,
23,
34
] | 21 | [
"80-70=10",
"34-23=11",
"10+11=21"
] | Current State: 21:[70, 80, 23, 34], Operations: []
Exploring Operation: 80-70=10, Resulting Numbers: [23, 34, 10]
Generated Node #2: [23, 34, 10] from Operation: 80-70=10
Current State: 21:[23, 34, 10], Operations: ['80-70=10']
Exploring Operation: 34-23=11, Resulting Numbers: [10, 11]
Generated Node #3: [10, 11] from ... | 4 |
[
14,
72,
62,
72
] | 62 | [
"72-72=0",
"14*0=0",
"62+0=62"
] | Current State: 62:[14, 72, 62, 72], Operations: []
Exploring Operation: 72-72=0, Resulting Numbers: [14, 62, 0]
Generated Node #2: [14, 62, 0] from Operation: 72-72=0
Current State: 62:[14, 62, 0], Operations: ['72-72=0']
Exploring Operation: 14*0=0, Resulting Numbers: [62, 0]
Generated Node #3: [62, 0] from Operation:... | 4 |
[
14,
13,
15,
12
] | 40 | [
"15-13=2",
"14*2=28",
"12+28=40"
] | Current State: 40:[14, 13, 15, 12], Operations: []
Exploring Operation: 15-13=2, Resulting Numbers: [14, 12, 2]
Generated Node #2: [14, 12, 2] from Operation: 15-13=2
Current State: 40:[14, 12, 2], Operations: ['15-13=2']
Exploring Operation: 14*2=28, Resulting Numbers: [12, 28]
Generated Node #3: [12, 28] from Operati... | 4 |
[
33,
19,
11,
38
] | 44 | [
"33-11=22",
"38/19=2",
"22*2=44"
] | Current State: 44:[33, 19, 11, 38], Operations: []
Exploring Operation: 33-11=22, Resulting Numbers: [19, 38, 22]
Generated Node #2: [19, 38, 22] from Operation: 33-11=22
Current State: 44:[19, 38, 22], Operations: ['33-11=22']
Exploring Operation: 38/19=2, Resulting Numbers: [22, 2]
Generated Node #3: [22, 2] from Ope... | 4 |
[
10,
81,
2,
13
] | 87 | [
"13-10=3",
"2*3=6",
"81+6=87"
] | Current State: 87:[10, 81, 2, 13], Operations: []
Exploring Operation: 13-10=3, Resulting Numbers: [81, 2, 3]
Generated Node #2: [81, 2, 3] from Operation: 13-10=3
Current State: 87:[81, 2, 3], Operations: ['13-10=3']
Exploring Operation: 2*3=6, Resulting Numbers: [81, 6]
Generated Node #3: [81, 6] from Operation: 2*3=... | 4 |
[
19,
40,
24,
22
] | 42 | [
"40-19=21",
"24-22=2",
"21*2=42"
] | Current State: 42:[19, 40, 24, 22], Operations: []
Exploring Operation: 40-19=21, Resulting Numbers: [24, 22, 21]
Generated Node #2: [24, 22, 21] from Operation: 40-19=21
Current State: 42:[24, 22, 21], Operations: ['40-19=21']
Exploring Operation: 24-22=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Ope... | 4 |
[
14,
5,
34,
36
] | 18 | [
"14-5=9",
"36-34=2",
"9*2=18"
] | Current State: 18:[14, 5, 34, 36], Operations: []
Exploring Operation: 14-5=9, Resulting Numbers: [34, 36, 9]
Generated Node #2: [34, 36, 9] from Operation: 14-5=9
Current State: 18:[34, 36, 9], Operations: ['14-5=9']
Exploring Operation: 36-34=2, Resulting Numbers: [9, 2]
Generated Node #3: [9, 2] from Operation: 36-3... | 4 |
[
40,
42,
68,
93
] | 27 | [
"42-40=2",
"93-68=25",
"2+25=27"
] | Current State: 27:[40, 42, 68, 93], Operations: []
Exploring Operation: 42-40=2, Resulting Numbers: [68, 93, 2]
Generated Node #2: [68, 93, 2] from Operation: 42-40=2
Current State: 27:[68, 93, 2], Operations: ['42-40=2']
Exploring Operation: 93-68=25, Resulting Numbers: [2, 25]
Generated Node #3: [2, 25] from Operatio... | 4 |
[
95,
2,
84,
59
] | 61 | [
"95+84=179",
"2*59=118",
"179-118=61"
] | Current State: 61:[95, 2, 84, 59], Operations: []
Exploring Operation: 95+84=179, Resulting Numbers: [2, 59, 179]
Generated Node #2: [2, 59, 179] from Operation: 95+84=179
Current State: 61:[2, 59, 179], Operations: ['95+84=179']
Exploring Operation: 2*59=118, Resulting Numbers: [179, 118]
Generated Node #3: [179, 118]... | 4 |
[
52,
31,
20,
67
] | 67 | [
"52-31=21",
"21-20=1",
"67*1=67"
] | Current State: 67:[52, 31, 20, 67], Operations: []
Exploring Operation: 52-31=21, Resulting Numbers: [20, 67, 21]
Generated Node #2: [20, 67, 21] from Operation: 52-31=21
Current State: 67:[20, 67, 21], Operations: ['52-31=21']
Exploring Operation: 21-20=1, Resulting Numbers: [67, 1]
Generated Node #3: [67, 1] from Ope... | 4 |
[
32,
56,
19,
52
] | 60 | [
"32-19=13",
"52/13=4",
"56+4=60"
] | Current State: 60:[32, 56, 19, 52], Operations: []
Exploring Operation: 32-19=13, Resulting Numbers: [56, 52, 13]
Generated Node #2: [56, 52, 13] from Operation: 32-19=13
Current State: 60:[56, 52, 13], Operations: ['32-19=13']
Exploring Operation: 52/13=4, Resulting Numbers: [56, 4]
Generated Node #3: [56, 4] from Ope... | 4 |
[
74,
11,
76,
37
] | 27 | [
"74/37=2",
"76/2=38",
"38-11=27"
] | Current State: 27:[74, 11, 76, 37], Operations: []
Exploring Operation: 74/37=2, Resulting Numbers: [11, 76, 2]
Generated Node #2: [11, 76, 2] from Operation: 74/37=2
Current State: 27:[11, 76, 2], Operations: ['74/37=2']
Exploring Operation: 76/2=38, Resulting Numbers: [11, 38]
Generated Node #3: [11, 38] from Operati... | 4 |
[
64,
54,
99,
93
] | 57 | [
"99+93=192",
"192/64=3",
"54+3=57"
] | Current State: 57:[64, 54, 99, 93], Operations: []
Exploring Operation: 99+93=192, Resulting Numbers: [64, 54, 192]
Generated Node #2: [64, 54, 192] from Operation: 99+93=192
Current State: 57:[64, 54, 192], Operations: ['99+93=192']
Exploring Operation: 192/64=3, Resulting Numbers: [54, 3]
Generated Node #3: [54, 3] f... | 4 |
[
38,
11,
4,
92
] | 10 | [
"92-38=54",
"11*4=44",
"54-44=10"
] | Current State: 10:[38, 11, 4, 92], Operations: []
Exploring Operation: 92-38=54, Resulting Numbers: [11, 4, 54]
Generated Node #2: [11, 4, 54] from Operation: 92-38=54
Current State: 10:[11, 4, 54], Operations: ['92-38=54']
Exploring Operation: 11*4=44, Resulting Numbers: [54, 44]
Generated Node #3: [54, 44] from Opera... | 4 |
[
56,
45,
18,
46
] | 74 | [
"56+18=74",
"46-45=1",
"74*1=74"
] | Current State: 74:[56, 45, 18, 46], Operations: []
Exploring Operation: 56+18=74, Resulting Numbers: [45, 46, 74]
Generated Node #2: [45, 46, 74] from Operation: 56+18=74
Current State: 74:[45, 46, 74], Operations: ['56+18=74']
Exploring Operation: 46-45=1, Resulting Numbers: [74, 1]
Generated Node #3: [74, 1] from Ope... | 4 |
[
72,
96,
74,
84
] | 76 | [
"72+96=168",
"168/84=2",
"74+2=76"
] | Current State: 76:[72, 96, 74, 84], Operations: []
Exploring Operation: 72+96=168, Resulting Numbers: [74, 84, 168]
Generated Node #2: [74, 84, 168] from Operation: 72+96=168
Current State: 76:[74, 84, 168], Operations: ['72+96=168']
Exploring Operation: 168/84=2, Resulting Numbers: [74, 2]
Generated Node #3: [74, 2] f... | 4 |
[
40,
48,
51,
4
] | 28 | [
"51-48=3",
"4*3=12",
"40-12=28"
] | Current State: 28:[40, 48, 51, 4], Operations: []
Exploring Operation: 51-48=3, Resulting Numbers: [40, 4, 3]
Generated Node #2: [40, 4, 3] from Operation: 51-48=3
Current State: 28:[40, 4, 3], Operations: ['51-48=3']
Exploring Operation: 4*3=12, Resulting Numbers: [40, 12]
Generated Node #3: [40, 12] from Operation: 4... | 4 |
[
62,
35,
35,
87
] | 87 | [
"35-35=0",
"62*0=0",
"87+0=87"
] | Current State: 87:[62, 35, 35, 87], Operations: []
Exploring Operation: 35-35=0, Resulting Numbers: [62, 87, 0]
Generated Node #2: [62, 87, 0] from Operation: 35-35=0
Current State: 87:[62, 87, 0], Operations: ['35-35=0']
Exploring Operation: 62*0=0, Resulting Numbers: [87, 0]
Generated Node #3: [87, 0] from Operation:... | 4 |
[
6,
25,
32,
93
] | 92 | [
"6+25=31",
"93-32=61",
"31+61=92"
] | Current State: 92:[6, 25, 32, 93], Operations: []
Exploring Operation: 6+25=31, Resulting Numbers: [32, 93, 31]
Generated Node #2: [32, 93, 31] from Operation: 6+25=31
Current State: 92:[32, 93, 31], Operations: ['6+25=31']
Exploring Operation: 93-32=61, Resulting Numbers: [31, 61]
Generated Node #3: [31, 61] from Oper... | 4 |
[
24,
56,
80,
71
] | 72 | [
"24+56=80",
"80/80=1",
"71+1=72"
] | Current State: 72:[24, 56, 80, 71], Operations: []
Exploring Operation: 24+56=80, Resulting Numbers: [80, 71, 80]
Generated Node #2: [80, 71, 80] from Operation: 24+56=80
Current State: 72:[80, 71, 80], Operations: ['24+56=80']
Exploring Operation: 80/80=1, Resulting Numbers: [71, 1]
Generated Node #3: [71, 1] from Ope... | 4 |
[
2,
94,
95,
87
] | 85 | [
"87-2=85",
"95-94=1",
"85*1=85"
] | Current State: 85:[2, 94, 95, 87], Operations: []
Exploring Operation: 87-2=85, Resulting Numbers: [94, 95, 85]
Generated Node #2: [94, 95, 85] from Operation: 87-2=85
Current State: 85:[94, 95, 85], Operations: ['87-2=85']
Exploring Operation: 95-94=1, Resulting Numbers: [85, 1]
Generated Node #3: [85, 1] from Operati... | 4 |
[
60,
2,
12,
8
] | 80 | [
"60*2=120",
"120/12=10",
"8*10=80"
] | Current State: 80:[60, 2, 12, 8], Operations: []
Exploring Operation: 60*2=120, Resulting Numbers: [12, 8, 120]
Generated Node #2: [12, 8, 120] from Operation: 60*2=120
Current State: 80:[12, 8, 120], Operations: ['60*2=120']
Exploring Operation: 120/12=10, Resulting Numbers: [8, 10]
Generated Node #3: [8, 10] from Ope... | 4 |
[
28,
98,
82,
90
] | 30 | [
"98+82=180",
"180/90=2",
"28+2=30"
] | Current State: 30:[28, 98, 82, 90], Operations: []
Exploring Operation: 98+82=180, Resulting Numbers: [28, 90, 180]
Generated Node #2: [28, 90, 180] from Operation: 98+82=180
Current State: 30:[28, 90, 180], Operations: ['98+82=180']
Exploring Operation: 180/90=2, Resulting Numbers: [28, 2]
Generated Node #3: [28, 2] f... | 4 |
[
15,
46,
25,
44
] | 55 | [
"46-44=2",
"15*2=30",
"25+30=55"
] | Current State: 55:[15, 46, 25, 44], Operations: []
Exploring Operation: 46-44=2, Resulting Numbers: [15, 25, 2]
Generated Node #2: [15, 25, 2] from Operation: 46-44=2
Current State: 55:[15, 25, 2], Operations: ['46-44=2']
Exploring Operation: 15*2=30, Resulting Numbers: [25, 30]
Generated Node #3: [25, 30] from Operati... | 4 |
[
45,
12,
91,
94
] | 19 | [
"45+12=57",
"94-91=3",
"57/3=19"
] | Current State: 19:[45, 12, 91, 94], Operations: []
Exploring Operation: 45+12=57, Resulting Numbers: [91, 94, 57]
Generated Node #2: [91, 94, 57] from Operation: 45+12=57
Current State: 19:[91, 94, 57], Operations: ['45+12=57']
Exploring Operation: 94-91=3, Resulting Numbers: [57, 3]
Generated Node #3: [57, 3] from Ope... | 4 |
[
76,
61,
18,
13
] | 36 | [
"76-61=15",
"15-13=2",
"18*2=36"
] | Current State: 36:[76, 61, 18, 13], Operations: []
Exploring Operation: 76-61=15, Resulting Numbers: [18, 13, 15]
Generated Node #2: [18, 13, 15] from Operation: 76-61=15
Current State: 36:[18, 13, 15], Operations: ['76-61=15']
Exploring Operation: 15-13=2, Resulting Numbers: [18, 2]
Generated Node #3: [18, 2] from Ope... | 4 |
[
7,
78,
76,
54
] | 76 | [
"78+76=154",
"154/7=22",
"54+22=76"
] | Current State: 76:[7, 78, 76, 54], Operations: []
Exploring Operation: 78+76=154, Resulting Numbers: [7, 54, 154]
Generated Node #2: [7, 54, 154] from Operation: 78+76=154
Current State: 76:[7, 54, 154], Operations: ['78+76=154']
Exploring Operation: 154/7=22, Resulting Numbers: [54, 22]
Generated Node #3: [54, 22] fro... | 4 |
[
13,
13,
93,
89
] | 27 | [
"93+89=182",
"182/13=14",
"13+14=27"
] | Current State: 27:[13, 13, 93, 89], Operations: []
Exploring Operation: 93+89=182, Resulting Numbers: [13, 13, 182]
Generated Node #2: [13, 13, 182] from Operation: 93+89=182
Current State: 27:[13, 13, 182], Operations: ['93+89=182']
Exploring Operation: 182/13=14, Resulting Numbers: [14]
14,27 equal: Goal Reached
Expl... | 4 |
[
11,
2,
7,
13
] | 64 | [
"13-7=6",
"11*6=66",
"66-2=64"
] | Current State: 64:[11, 2, 7, 13], Operations: []
Exploring Operation: 13-7=6, Resulting Numbers: [11, 2, 6]
Generated Node #2: [11, 2, 6] from Operation: 13-7=6
Current State: 64:[11, 2, 6], Operations: ['13-7=6']
Exploring Operation: 11*6=66, Resulting Numbers: [2, 66]
Generated Node #3: [2, 66] from Operation: 11*6=6... | 4 |
[
75,
26,
23,
19
] | 17 | [
"75-23=52",
"52/26=2",
"19-2=17"
] | Current State: 17:[75, 26, 23, 19], Operations: []
Exploring Operation: 75-23=52, Resulting Numbers: [26, 19, 52]
Generated Node #2: [26, 19, 52] from Operation: 75-23=52
Current State: 17:[26, 19, 52], Operations: ['75-23=52']
Exploring Operation: 52/26=2, Resulting Numbers: [19, 2]
Generated Node #3: [19, 2] from Ope... | 4 |
[
72,
92,
90,
89
] | 20 | [
"92-72=20",
"90-89=1",
"20*1=20"
] | Current State: 20:[72, 92, 90, 89], Operations: []
Exploring Operation: 92-72=20, Resulting Numbers: [90, 89, 20]
Generated Node #2: [90, 89, 20] from Operation: 92-72=20
Current State: 20:[90, 89, 20], Operations: ['92-72=20']
Exploring Operation: 90-89=1, Resulting Numbers: [20, 1]
Generated Node #3: [20, 1] from Ope... | 4 |
[
93,
93,
3,
96
] | 28 | [
"93/3=31",
"96-93=3",
"31-3=28"
] | Current State: 28:[93, 93, 3, 96], Operations: []
Exploring Operation: 93/3=31, Resulting Numbers: [96, 31]
Generated Node #2: [96, 31] from Operation: 93/3=31
Current State: 28:[96, 31], Operations: ['93/3=31']
Exploring Operation: 96-93=3, Resulting Numbers: [31, 3]
Generated Node #3: [31, 3] from Operation: 96-93=3
... | 4 |
[
68,
14,
31,
60
] | 56 | [
"31-14=17",
"68/17=4",
"60-4=56"
] | Current State: 56:[68, 14, 31, 60], Operations: []
Exploring Operation: 31-14=17, Resulting Numbers: [68, 60, 17]
Generated Node #2: [68, 60, 17] from Operation: 31-14=17
Current State: 56:[68, 60, 17], Operations: ['31-14=17']
Exploring Operation: 68/17=4, Resulting Numbers: [60, 4]
Generated Node #3: [60, 4] from Ope... | 4 |
[
14,
38,
17,
72
] | 65 | [
"38-14=24",
"17+72=89",
"89-24=65"
] | Current State: 65:[14, 38, 17, 72], Operations: []
Exploring Operation: 38-14=24, Resulting Numbers: [17, 72, 24]
Generated Node #2: [17, 72, 24] from Operation: 38-14=24
Current State: 65:[17, 72, 24], Operations: ['38-14=24']
Exploring Operation: 17+72=89, Resulting Numbers: [24, 89]
Generated Node #3: [24, 89] from ... | 4 |
[
93,
20,
53,
7
] | 67 | [
"93+20=113",
"53-7=46",
"113-46=67"
] | Current State: 67:[93, 20, 53, 7], Operations: []
Exploring Operation: 93+20=113, Resulting Numbers: [53, 7, 113]
Generated Node #2: [53, 7, 113] from Operation: 93+20=113
Current State: 67:[53, 7, 113], Operations: ['93+20=113']
Exploring Operation: 53-7=46, Resulting Numbers: [113, 46]
Generated Node #3: [113, 46] fr... | 4 |
[
49,
34,
64,
70
] | 99 | [
"49*70=3430",
"3430-64=3366",
"3366/34=99"
] | Current State: 99:[49, 34, 64, 70], Operations: []
Exploring Operation: 49*70=3430, Resulting Numbers: [34, 64, 3430]
Generated Node #2: [34, 64, 3430] from Operation: 49*70=3430
Current State: 99:[34, 64, 3430], Operations: ['49*70=3430']
Exploring Operation: 3430-64=3366, Resulting Numbers: [34, 3366]
Generated Node ... | 4 |
[
66,
20,
18,
17
] | 98 | [
"66-17=49",
"20-18=2",
"49*2=98"
] | Current State: 98:[66, 20, 18, 17], Operations: []
Exploring Operation: 66-17=49, Resulting Numbers: [20, 18, 49]
Generated Node #2: [20, 18, 49] from Operation: 66-17=49
Current State: 98:[20, 18, 49], Operations: ['66-17=49']
Exploring Operation: 20-18=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Ope... | 4 |
[
78,
65,
63,
22
] | 61 | [
"65-63=2",
"78/2=39",
"22+39=61"
] | Current State: 61:[78, 65, 63, 22], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [78, 22, 2]
Generated Node #2: [78, 22, 2] from Operation: 65-63=2
Current State: 61:[78, 22, 2], Operations: ['65-63=2']
Exploring Operation: 78/2=39, Resulting Numbers: [22, 39]
Generated Node #3: [22, 39] from Operati... | 4 |
[
38,
79,
85,
85
] | 79 | [
"85-85=0",
"38*0=0",
"79+0=79"
] | Current State: 79:[38, 79, 85, 85], Operations: []
Exploring Operation: 85-85=0, Resulting Numbers: [38, 79, 0]
Generated Node #2: [38, 79, 0] from Operation: 85-85=0
Current State: 79:[38, 79, 0], Operations: ['85-85=0']
Exploring Operation: 38*0=0, Resulting Numbers: [79, 0]
Generated Node #3: [79, 0] from Operation:... | 4 |
[
24,
96,
59,
9
] | 22 | [
"96-24=72",
"59-9=50",
"72-50=22"
] | Current State: 22:[24, 96, 59, 9], Operations: []
Exploring Operation: 96-24=72, Resulting Numbers: [59, 9, 72]
Generated Node #2: [59, 9, 72] from Operation: 96-24=72
Current State: 22:[59, 9, 72], Operations: ['96-24=72']
Exploring Operation: 59-9=50, Resulting Numbers: [72, 50]
Generated Node #3: [72, 50] from Opera... | 4 |
[
69,
82,
58,
20
] | 76 | [
"82+58=140",
"140/20=7",
"69+7=76"
] | Current State: 76:[69, 82, 58, 20], Operations: []
Exploring Operation: 82+58=140, Resulting Numbers: [69, 20, 140]
Generated Node #2: [69, 20, 140] from Operation: 82+58=140
Current State: 76:[69, 20, 140], Operations: ['82+58=140']
Exploring Operation: 140/20=7, Resulting Numbers: [69, 7]
Generated Node #3: [69, 7] f... | 4 |
[
11,
17,
56,
80
] | 82 | [
"11+17=28",
"56/28=2",
"80+2=82"
] | Current State: 82:[11, 17, 56, 80], Operations: []
Exploring Operation: 11+17=28, Resulting Numbers: [56, 80, 28]
Generated Node #2: [56, 80, 28] from Operation: 11+17=28
Current State: 82:[56, 80, 28], Operations: ['11+17=28']
Exploring Operation: 56/28=2, Resulting Numbers: [80, 2]
Generated Node #3: [80, 2] from Ope... | 4 |
[
26,
38,
44,
55
] | 87 | [
"38-26=12",
"44+55=99",
"99-12=87"
] | Current State: 87:[26, 38, 44, 55], Operations: []
Exploring Operation: 38-26=12, Resulting Numbers: [44, 55, 12]
Generated Node #2: [44, 55, 12] from Operation: 38-26=12
Current State: 87:[44, 55, 12], Operations: ['38-26=12']
Exploring Operation: 44+55=99, Resulting Numbers: [12, 99]
Generated Node #3: [12, 99] from ... | 4 |
[
13,
11,
61,
47
] | 60 | [
"13*47=611",
"11*61=671",
"671-611=60"
] | Current State: 60:[13, 11, 61, 47], Operations: []
Exploring Operation: 13*47=611, Resulting Numbers: [11, 61, 611]
Generated Node #2: [11, 61, 611] from Operation: 13*47=611
Current State: 60:[11, 61, 611], Operations: ['13*47=611']
Exploring Operation: 11*61=671, Resulting Numbers: [611, 671]
Generated Node #3: [611,... | 4 |
[
48,
72,
60,
48
] | 72 | [
"48+60=108",
"48*108=5184",
"5184/72=72"
] | Current State: 72:[48, 72, 60, 48], Operations: []
Exploring Operation: 48+60=108, Resulting Numbers: [72, 108]
Generated Node #2: [72, 108] from Operation: 48+60=108
Current State: 72:[72, 108], Operations: ['48+60=108']
Exploring Operation: 48*108=5184, Resulting Numbers: [72, 5184]
Generated Node #3: [72, 5184] from... | 4 |
[
39,
48,
65,
92
] | 84 | [
"48+92=140",
"39*140=5460",
"5460/65=84"
] | Current State: 84:[39, 48, 65, 92], Operations: []
Exploring Operation: 48+92=140, Resulting Numbers: [39, 65, 140]
Generated Node #2: [39, 65, 140] from Operation: 48+92=140
Current State: 84:[39, 65, 140], Operations: ['48+92=140']
Exploring Operation: 39*140=5460, Resulting Numbers: [65, 5460]
Generated Node #3: [65... | 4 |
[
52,
5,
8,
54
] | 20 | [
"54-52=2",
"5*8=40",
"40/2=20"
] | Current State: 20:[52, 5, 8, 54], Operations: []
Exploring Operation: 54-52=2, Resulting Numbers: [5, 8, 2]
Generated Node #2: [5, 8, 2] from Operation: 54-52=2
Current State: 20:[5, 8, 2], Operations: ['54-52=2']
Exploring Operation: 5*8=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operation: 5*8=40
... | 4 |
[
32,
23,
4,
22
] | 83 | [
"32*4=128",
"23+22=45",
"128-45=83"
] | Current State: 83:[32, 23, 4, 22], Operations: []
Exploring Operation: 32*4=128, Resulting Numbers: [23, 22, 128]
Generated Node #2: [23, 22, 128] from Operation: 32*4=128
Current State: 83:[23, 22, 128], Operations: ['32*4=128']
Exploring Operation: 23+22=45, Resulting Numbers: [128, 45]
Generated Node #3: [128, 45] f... | 4 |
[
94,
3,
84,
1
] | 65 | [
"94-1=93",
"84/3=28",
"93-28=65"
] | Current State: 65:[94, 3, 84, 1], Operations: []
Exploring Operation: 94-1=93, Resulting Numbers: [3, 84, 93]
Generated Node #2: [3, 84, 93] from Operation: 94-1=93
Current State: 65:[3, 84, 93], Operations: ['94-1=93']
Exploring Operation: 84/3=28, Resulting Numbers: [93, 28]
Generated Node #3: [93, 28] from Operation... | 4 |
[
24,
26,
94,
67
] | 29 | [
"26-24=2",
"94-67=27",
"2+27=29"
] | Current State: 29:[24, 26, 94, 67], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [94, 67, 2]
Generated Node #2: [94, 67, 2] from Operation: 26-24=2
Current State: 29:[94, 67, 2], Operations: ['26-24=2']
Exploring Operation: 94-67=27, Resulting Numbers: [2, 27]
Generated Node #3: [2, 27] from Operatio... | 4 |
[
88,
12,
95,
99
] | 40 | [
"99-95=4",
"12*4=48",
"88-48=40"
] | Current State: 40:[88, 12, 95, 99], Operations: []
Exploring Operation: 99-95=4, Resulting Numbers: [88, 12, 4]
Generated Node #2: [88, 12, 4] from Operation: 99-95=4
Current State: 40:[88, 12, 4], Operations: ['99-95=4']
Exploring Operation: 12*4=48, Resulting Numbers: [88, 48]
Generated Node #3: [88, 48] from Operati... | 4 |
[
40,
28,
47,
54
] | 33 | [
"40+28=68",
"47+54=101",
"101-68=33"
] | Current State: 33:[40, 28, 47, 54], Operations: []
Exploring Operation: 40+28=68, Resulting Numbers: [47, 54, 68]
Generated Node #2: [47, 54, 68] from Operation: 40+28=68
Current State: 33:[47, 54, 68], Operations: ['40+28=68']
Exploring Operation: 47+54=101, Resulting Numbers: [68, 101]
Generated Node #3: [68, 101] fr... | 4 |
[
49,
76,
24,
31
] | 69 | [
"31-24=7",
"49/7=7",
"76-7=69"
] | Current State: 69:[49, 76, 24, 31], Operations: []
Exploring Operation: 31-24=7, Resulting Numbers: [49, 76, 7]
Generated Node #2: [49, 76, 7] from Operation: 31-24=7
Current State: 69:[49, 76, 7], Operations: ['31-24=7']
Exploring Operation: 49/7=7, Resulting Numbers: [76, 7]
Generated Node #3: [76, 7] from Operation:... | 4 |
[
38,
27,
5,
35
] | 76 | [
"38-35=3",
"27*3=81",
"81-5=76"
] | Current State: 76:[38, 27, 5, 35], Operations: []
Exploring Operation: 38-35=3, Resulting Numbers: [27, 5, 3]
Generated Node #2: [27, 5, 3] from Operation: 38-35=3
Current State: 76:[27, 5, 3], Operations: ['38-35=3']
Exploring Operation: 27*3=81, Resulting Numbers: [5, 81]
Generated Node #3: [5, 81] from Operation: 27... | 4 |
[
71,
90,
12,
10
] | 92 | [
"71+12=83",
"90/10=9",
"83+9=92"
] | Current State: 92:[71, 90, 12, 10], Operations: []
Exploring Operation: 71+12=83, Resulting Numbers: [90, 10, 83]
Generated Node #2: [90, 10, 83] from Operation: 71+12=83
Current State: 92:[90, 10, 83], Operations: ['71+12=83']
Exploring Operation: 90/10=9, Resulting Numbers: [83, 9]
Generated Node #3: [83, 9] from Ope... | 4 |
[
65,
74,
11,
5
] | 37 | [
"65/5=13",
"13-11=2",
"74/2=37"
] | Current State: 37:[65, 74, 11, 5], Operations: []
Exploring Operation: 65/5=13, Resulting Numbers: [74, 11, 13]
Generated Node #2: [74, 11, 13] from Operation: 65/5=13
Current State: 37:[74, 11, 13], Operations: ['65/5=13']
Exploring Operation: 13-11=2, Resulting Numbers: [74, 2]
Generated Node #3: [74, 2] from Operati... | 4 |
[
78,
39,
88,
22
] | 22 | [
"78/39=2",
"88/2=44",
"44-22=22"
] | Current State: 22:[78, 39, 88, 22], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [88, 22, 2]
Generated Node #2: [88, 22, 2] from Operation: 78/39=2
Current State: 22:[88, 22, 2], Operations: ['78/39=2']
Exploring Operation: 88/2=44, Resulting Numbers: [22, 44]
Generated Node #3: [22, 44] from Operati... | 4 |
[
43,
34,
59,
64
] | 46 | [
"43+34=77",
"59+64=123",
"123-77=46"
] | Current State: 46:[43, 34, 59, 64], Operations: []
Exploring Operation: 43+34=77, Resulting Numbers: [59, 64, 77]
Generated Node #2: [59, 64, 77] from Operation: 43+34=77
Current State: 46:[59, 64, 77], Operations: ['43+34=77']
Exploring Operation: 59+64=123, Resulting Numbers: [77, 123]
Generated Node #3: [77, 123] fr... | 4 |
[
96,
91,
85,
98
] | 89 | [
"98-85=13",
"91/13=7",
"96-7=89"
] | Current State: 89:[96, 91, 85, 98], Operations: []
Exploring Operation: 98-85=13, Resulting Numbers: [96, 91, 13]
Generated Node #2: [96, 91, 13] from Operation: 98-85=13
Current State: 89:[96, 91, 13], Operations: ['98-85=13']
Exploring Operation: 91/13=7, Resulting Numbers: [96, 7]
Generated Node #3: [96, 7] from Ope... | 4 |
[
47,
38,
23,
65
] | 33 | [
"47-38=9",
"65-23=42",
"42-9=33"
] | Current State: 33:[47, 38, 23, 65], Operations: []
Exploring Operation: 47-38=9, Resulting Numbers: [23, 65, 9]
Generated Node #2: [23, 65, 9] from Operation: 47-38=9
Current State: 33:[23, 65, 9], Operations: ['47-38=9']
Exploring Operation: 65-23=42, Resulting Numbers: [9, 42]
Generated Node #3: [9, 42] from Operatio... | 4 |
[
85,
4,
25,
23
] | 97 | [
"25+23=48",
"48/4=12",
"85+12=97"
] | Current State: 97:[85, 4, 25, 23], Operations: []
Exploring Operation: 25+23=48, Resulting Numbers: [85, 4, 48]
Generated Node #2: [85, 4, 48] from Operation: 25+23=48
Current State: 97:[85, 4, 48], Operations: ['25+23=48']
Exploring Operation: 48/4=12, Resulting Numbers: [85, 12]
Generated Node #3: [85, 12] from Opera... | 4 |
[
81,
1,
91,
85
] | 88 | [
"81+1=82",
"91-85=6",
"82+6=88"
] | Current State: 88:[81, 1, 91, 85], Operations: []
Exploring Operation: 81+1=82, Resulting Numbers: [91, 85, 82]
Generated Node #2: [91, 85, 82] from Operation: 81+1=82
Current State: 88:[91, 85, 82], Operations: ['81+1=82']
Exploring Operation: 91-85=6, Resulting Numbers: [82, 6]
Generated Node #3: [82, 6] from Operati... | 4 |
[
31,
28,
9,
46
] | 19 | [
"31-28=3",
"9*3=27",
"46-27=19"
] | Current State: 19:[31, 28, 9, 46], Operations: []
Exploring Operation: 31-28=3, Resulting Numbers: [9, 46, 3]
Generated Node #2: [9, 46, 3] from Operation: 31-28=3
Current State: 19:[9, 46, 3], Operations: ['31-28=3']
Exploring Operation: 9*3=27, Resulting Numbers: [46, 27]
Generated Node #3: [46, 27] from Operation: 9... | 4 |
[
43,
96,
26,
10
] | 50 | [
"96-26=70",
"70/10=7",
"43+7=50"
] | Current State: 50:[43, 96, 26, 10], Operations: []
Exploring Operation: 96-26=70, Resulting Numbers: [43, 10, 70]
Generated Node #2: [43, 10, 70] from Operation: 96-26=70
Current State: 50:[43, 10, 70], Operations: ['96-26=70']
Exploring Operation: 70/10=7, Resulting Numbers: [43, 7]
Generated Node #3: [43, 7] from Ope... | 4 |
[
59,
2,
15,
54
] | 65 | [
"59-54=5",
"15-2=13",
"5*13=65"
] | Current State: 65:[59, 2, 15, 54], Operations: []
Exploring Operation: 59-54=5, Resulting Numbers: [2, 15, 5]
Generated Node #2: [2, 15, 5] from Operation: 59-54=5
Current State: 65:[2, 15, 5], Operations: ['59-54=5']
Exploring Operation: 15-2=13, Resulting Numbers: [5, 13]
Generated Node #3: [5, 13] from Operation: 15... | 4 |
[
98,
60,
88,
24
] | 30 | [
"98-88=10",
"60/10=6",
"24+6=30"
] | Current State: 30:[98, 60, 88, 24], Operations: []
Exploring Operation: 98-88=10, Resulting Numbers: [60, 24, 10]
Generated Node #2: [60, 24, 10] from Operation: 98-88=10
Current State: 30:[60, 24, 10], Operations: ['98-88=10']
Exploring Operation: 60/10=6, Resulting Numbers: [24, 6]
Generated Node #3: [24, 6] from Ope... | 4 |
[
54,
98,
37,
19
] | 96 | [
"54+98=152",
"37+19=56",
"152-56=96"
] | Current State: 96:[54, 98, 37, 19], Operations: []
Exploring Operation: 54+98=152, Resulting Numbers: [37, 19, 152]
Generated Node #2: [37, 19, 152] from Operation: 54+98=152
Current State: 96:[37, 19, 152], Operations: ['54+98=152']
Exploring Operation: 37+19=56, Resulting Numbers: [152, 56]
Generated Node #3: [152, 5... | 4 |
[
8,
46,
44,
10
] | 64 | [
"46-44=2",
"10-2=8",
"8*8=64"
] | Current State: 64:[8, 46, 44, 10], Operations: []
Exploring Operation: 46-44=2, Resulting Numbers: [8, 10, 2]
Generated Node #2: [8, 10, 2] from Operation: 46-44=2
Current State: 64:[8, 10, 2], Operations: ['46-44=2']
Exploring Operation: 10-2=8, Resulting Numbers: [8, 8]
Generated Node #3: [8, 8] from Operation: 10-2=... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.