nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
52,
27,
29,
84
] | 94 | [
"29-27=2",
"84/2=42",
"52+42=94"
] | Current State: 94:[52, 27, 29, 84], Operations: []
Exploring Operation: 29-27=2, Resulting Numbers: [52, 84, 2]
Generated Node #2: [52, 84, 2] from Operation: 29-27=2
Current State: 94:[52, 84, 2], Operations: ['29-27=2']
Exploring Operation: 84/2=42, Resulting Numbers: [52, 42]
Generated Node #3: [52, 42] from Operati... | 4 |
[
32,
85,
18,
82
] | 26 | [
"85-82=3",
"18/3=6",
"32-6=26"
] | Current State: 26:[32, 85, 18, 82], Operations: []
Exploring Operation: 85-82=3, Resulting Numbers: [32, 18, 3]
Generated Node #2: [32, 18, 3] from Operation: 85-82=3
Current State: 26:[32, 18, 3], Operations: ['85-82=3']
Exploring Operation: 18/3=6, Resulting Numbers: [32, 6]
Generated Node #3: [32, 6] from Operation:... | 4 |
[
8,
49,
50,
55
] | 37 | [
"49+55=104",
"104/8=13",
"50-13=37"
] | Current State: 37:[8, 49, 50, 55], Operations: []
Exploring Operation: 49+55=104, Resulting Numbers: [8, 50, 104]
Generated Node #2: [8, 50, 104] from Operation: 49+55=104
Current State: 37:[8, 50, 104], Operations: ['49+55=104']
Exploring Operation: 104/8=13, Resulting Numbers: [50, 13]
Generated Node #3: [50, 13] fro... | 4 |
[
41,
88,
32,
5
] | 99 | [
"41-5=36",
"88*36=3168",
"3168/32=99"
] | Current State: 99:[41, 88, 32, 5], Operations: []
Exploring Operation: 41-5=36, Resulting Numbers: [88, 32, 36]
Generated Node #2: [88, 32, 36] from Operation: 41-5=36
Current State: 99:[88, 32, 36], Operations: ['41-5=36']
Exploring Operation: 88*36=3168, Resulting Numbers: [32, 3168]
Generated Node #3: [32, 3168] fro... | 4 |
[
55,
18,
20,
19
] | 73 | [
"55+18=73",
"20-19=1",
"73*1=73"
] | Current State: 73:[55, 18, 20, 19], Operations: []
Exploring Operation: 55+18=73, Resulting Numbers: [20, 19, 73]
Generated Node #2: [20, 19, 73] from Operation: 55+18=73
Current State: 73:[20, 19, 73], Operations: ['55+18=73']
Exploring Operation: 20-19=1, Resulting Numbers: [73, 1]
Generated Node #3: [73, 1] from Ope... | 4 |
[
27,
45,
12,
9
] | 75 | [
"27+45=72",
"12-9=3",
"72+3=75"
] | Current State: 75:[27, 45, 12, 9], Operations: []
Exploring Operation: 27+45=72, Resulting Numbers: [12, 9, 72]
Generated Node #2: [12, 9, 72] from Operation: 27+45=72
Current State: 75:[12, 9, 72], Operations: ['27+45=72']
Exploring Operation: 12-9=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Operatio... | 4 |
[
48,
12,
5,
11
] | 97 | [
"48-11=37",
"12*5=60",
"37+60=97"
] | Current State: 97:[48, 12, 5, 11], Operations: []
Exploring Operation: 48-11=37, Resulting Numbers: [12, 5, 37]
Generated Node #2: [12, 5, 37] from Operation: 48-11=37
Current State: 97:[12, 5, 37], Operations: ['48-11=37']
Exploring Operation: 12*5=60, Resulting Numbers: [37, 60]
Generated Node #3: [37, 60] from Opera... | 4 |
[
56,
9,
14,
6
] | 63 | [
"56*9=504",
"14-6=8",
"504/8=63"
] | Current State: 63:[56, 9, 14, 6], Operations: []
Exploring Operation: 56*9=504, Resulting Numbers: [14, 6, 504]
Generated Node #2: [14, 6, 504] from Operation: 56*9=504
Current State: 63:[14, 6, 504], Operations: ['56*9=504']
Exploring Operation: 14-6=8, Resulting Numbers: [504, 8]
Generated Node #3: [504, 8] from Oper... | 4 |
[
3,
70,
17,
23
] | 10 | [
"70-17=53",
"53-23=30",
"30/3=10"
] | Current State: 10:[3, 70, 17, 23], Operations: []
Exploring Operation: 70-17=53, Resulting Numbers: [3, 23, 53]
Generated Node #2: [3, 23, 53] from Operation: 70-17=53
Current State: 10:[3, 23, 53], Operations: ['70-17=53']
Exploring Operation: 53-23=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operat... | 4 |
[
86,
21,
23,
3
] | 87 | [
"86+21=107",
"23-3=20",
"107-20=87"
] | Current State: 87:[86, 21, 23, 3], Operations: []
Exploring Operation: 86+21=107, Resulting Numbers: [23, 3, 107]
Generated Node #2: [23, 3, 107] from Operation: 86+21=107
Current State: 87:[23, 3, 107], Operations: ['86+21=107']
Exploring Operation: 23-3=20, Resulting Numbers: [107, 20]
Generated Node #3: [107, 20] fr... | 4 |
[
59,
41,
43,
56
] | 53 | [
"43-41=2",
"56*2=112",
"112-59=53"
] | Current State: 53:[59, 41, 43, 56], Operations: []
Exploring Operation: 43-41=2, Resulting Numbers: [59, 56, 2]
Generated Node #2: [59, 56, 2] from Operation: 43-41=2
Current State: 53:[59, 56, 2], Operations: ['43-41=2']
Exploring Operation: 56*2=112, Resulting Numbers: [59, 112]
Generated Node #3: [59, 112] from Oper... | 4 |
[
57,
25,
60,
11
] | 39 | [
"57-25=32",
"60+11=71",
"71-32=39"
] | Current State: 39:[57, 25, 60, 11], Operations: []
Exploring Operation: 57-25=32, Resulting Numbers: [60, 11, 32]
Generated Node #2: [60, 11, 32] from Operation: 57-25=32
Current State: 39:[60, 11, 32], Operations: ['57-25=32']
Exploring Operation: 60+11=71, Resulting Numbers: [32, 71]
Generated Node #3: [32, 71] from ... | 4 |
[
18,
16,
59,
81
] | 44 | [
"18-16=2",
"81-59=22",
"2*22=44"
] | Current State: 44:[18, 16, 59, 81], Operations: []
Exploring Operation: 18-16=2, Resulting Numbers: [59, 81, 2]
Generated Node #2: [59, 81, 2] from Operation: 18-16=2
Current State: 44:[59, 81, 2], Operations: ['18-16=2']
Exploring Operation: 81-59=22, Resulting Numbers: [2, 22]
Generated Node #3: [2, 22] from Operatio... | 4 |
[
27,
3,
65,
13
] | 48 | [
"27+3=30",
"65+13=78",
"78-30=48"
] | Current State: 48:[27, 3, 65, 13], Operations: []
Exploring Operation: 27+3=30, Resulting Numbers: [65, 13, 30]
Generated Node #2: [65, 13, 30] from Operation: 27+3=30
Current State: 48:[65, 13, 30], Operations: ['27+3=30']
Exploring Operation: 65+13=78, Resulting Numbers: [30, 78]
Generated Node #3: [30, 78] from Oper... | 4 |
[
13,
80,
56,
7
] | 67 | [
"13*7=91",
"80-56=24",
"91-24=67"
] | Current State: 67:[13, 80, 56, 7], Operations: []
Exploring Operation: 13*7=91, Resulting Numbers: [80, 56, 91]
Generated Node #2: [80, 56, 91] from Operation: 13*7=91
Current State: 67:[80, 56, 91], Operations: ['13*7=91']
Exploring Operation: 80-56=24, Resulting Numbers: [91, 24]
Generated Node #3: [91, 24] from Oper... | 4 |
[
3,
14,
76,
16
] | 26 | [
"76-14=62",
"16+62=78",
"78/3=26"
] | Current State: 26:[3, 14, 76, 16], Operations: []
Exploring Operation: 76-14=62, Resulting Numbers: [3, 16, 62]
Generated Node #2: [3, 16, 62] from Operation: 76-14=62
Current State: 26:[3, 16, 62], Operations: ['76-14=62']
Exploring Operation: 16+62=78, Resulting Numbers: [3, 78]
Generated Node #3: [3, 78] from Operat... | 4 |
[
81,
2,
86,
28
] | 61 | [
"86-81=5",
"2*28=56",
"5+56=61"
] | Current State: 61:[81, 2, 86, 28], Operations: []
Exploring Operation: 86-81=5, Resulting Numbers: [2, 28, 5]
Generated Node #2: [2, 28, 5] from Operation: 86-81=5
Current State: 61:[2, 28, 5], Operations: ['86-81=5']
Exploring Operation: 2*28=56, Resulting Numbers: [5, 56]
Generated Node #3: [5, 56] from Operation: 2*... | 4 |
[
73,
78,
99,
97
] | 10 | [
"78-73=5",
"99-97=2",
"5*2=10"
] | Current State: 10:[73, 78, 99, 97], Operations: []
Exploring Operation: 78-73=5, Resulting Numbers: [99, 97, 5]
Generated Node #2: [99, 97, 5] from Operation: 78-73=5
Current State: 10:[99, 97, 5], Operations: ['78-73=5']
Exploring Operation: 99-97=2, Resulting Numbers: [5, 2]
Generated Node #3: [5, 2] from Operation: ... | 4 |
[
93,
88,
2,
53
] | 64 | [
"93+88=181",
"181-53=128",
"128/2=64"
] | Current State: 64:[93, 88, 2, 53], Operations: []
Exploring Operation: 93+88=181, Resulting Numbers: [2, 53, 181]
Generated Node #2: [2, 53, 181] from Operation: 93+88=181
Current State: 64:[2, 53, 181], Operations: ['93+88=181']
Exploring Operation: 181-53=128, Resulting Numbers: [2, 128]
Generated Node #3: [2, 128] f... | 4 |
[
74,
1,
4,
38
] | 28 | [
"74*1=74",
"38+74=112",
"112/4=28"
] | Current State: 28:[74, 1, 4, 38], Operations: []
Exploring Operation: 74*1=74, Resulting Numbers: [4, 38, 74]
Generated Node #2: [4, 38, 74] from Operation: 74*1=74
Current State: 28:[4, 38, 74], Operations: ['74*1=74']
Exploring Operation: 38+74=112, Resulting Numbers: [4, 112]
Generated Node #3: [4, 112] from Operati... | 4 |
[
96,
17,
91,
34
] | 51 | [
"96-91=5",
"17*5=85",
"85-34=51"
] | Current State: 51:[96, 17, 91, 34], Operations: []
Exploring Operation: 96-91=5, Resulting Numbers: [17, 34, 5]
Generated Node #2: [17, 34, 5] from Operation: 96-91=5
Current State: 51:[17, 34, 5], Operations: ['96-91=5']
Exploring Operation: 17*5=85, Resulting Numbers: [34, 85]
Generated Node #3: [34, 85] from Operati... | 4 |
[
11,
15,
35,
95
] | 35 | [
"11*15=165",
"35+95=130",
"165-130=35"
] | Current State: 35:[11, 15, 35, 95], Operations: []
Exploring Operation: 11*15=165, Resulting Numbers: [35, 95, 165]
Generated Node #2: [35, 95, 165] from Operation: 11*15=165
Current State: 35:[35, 95, 165], Operations: ['11*15=165']
Exploring Operation: 35+95=130, Resulting Numbers: [165, 130]
Generated Node #3: [165,... | 4 |
[
25,
72,
28,
94
] | 14 | [
"72-25=47",
"28*47=1316",
"1316/94=14"
] | Current State: 14:[25, 72, 28, 94], Operations: []
Exploring Operation: 72-25=47, Resulting Numbers: [28, 94, 47]
Generated Node #2: [28, 94, 47] from Operation: 72-25=47
Current State: 14:[28, 94, 47], Operations: ['72-25=47']
Exploring Operation: 28*47=1316, Resulting Numbers: [94, 1316]
Generated Node #3: [94, 1316]... | 4 |
[
86,
99,
33,
21
] | 25 | [
"99-86=13",
"33-21=12",
"13+12=25"
] | Current State: 25:[86, 99, 33, 21], Operations: []
Exploring Operation: 99-86=13, Resulting Numbers: [33, 21, 13]
Generated Node #2: [33, 21, 13] from Operation: 99-86=13
Current State: 25:[33, 21, 13], Operations: ['99-86=13']
Exploring Operation: 33-21=12, Resulting Numbers: [13, 12]
Generated Node #3: [13, 12] from ... | 4 |
[
77,
61,
94,
90
] | 12 | [
"77-61=16",
"94-90=4",
"16-4=12"
] | Current State: 12:[77, 61, 94, 90], Operations: []
Exploring Operation: 77-61=16, Resulting Numbers: [94, 90, 16]
Generated Node #2: [94, 90, 16] from Operation: 77-61=16
Current State: 12:[94, 90, 16], Operations: ['77-61=16']
Exploring Operation: 94-90=4, Resulting Numbers: [16, 4]
Generated Node #3: [16, 4] from Ope... | 4 |
[
10,
23,
8,
17
] | 52 | [
"23-17=6",
"10*6=60",
"60-8=52"
] | Current State: 52:[10, 23, 8, 17], Operations: []
Exploring Operation: 23-17=6, Resulting Numbers: [10, 8, 6]
Generated Node #2: [10, 8, 6] from Operation: 23-17=6
Current State: 52:[10, 8, 6], Operations: ['23-17=6']
Exploring Operation: 10*6=60, Resulting Numbers: [8, 60]
Generated Node #3: [8, 60] from Operation: 10... | 4 |
[
98,
97,
10,
27
] | 36 | [
"98-97=1",
"10+27=37",
"37-1=36"
] | Current State: 36:[98, 97, 10, 27], Operations: []
Exploring Operation: 98-97=1, Resulting Numbers: [10, 27, 1]
Generated Node #2: [10, 27, 1] from Operation: 98-97=1
Current State: 36:[10, 27, 1], Operations: ['98-97=1']
Exploring Operation: 10+27=37, Resulting Numbers: [1, 37]
Generated Node #3: [1, 37] from Operatio... | 4 |
[
91,
20,
49,
5
] | 35 | [
"91+49=140",
"20/5=4",
"140/4=35"
] | Current State: 35:[91, 20, 49, 5], Operations: []
Exploring Operation: 91+49=140, Resulting Numbers: [20, 5, 140]
Generated Node #2: [20, 5, 140] from Operation: 91+49=140
Current State: 35:[20, 5, 140], Operations: ['91+49=140']
Exploring Operation: 20/5=4, Resulting Numbers: [140, 4]
Generated Node #3: [140, 4] from ... | 4 |
[
30,
30,
4,
37
] | 92 | [
"30+30=60",
"60-37=23",
"4*23=92"
] | Current State: 92:[30, 30, 4, 37], Operations: []
Exploring Operation: 30+30=60, Resulting Numbers: [4, 37, 60]
Generated Node #2: [4, 37, 60] from Operation: 30+30=60
Current State: 92:[4, 37, 60], Operations: ['30+30=60']
Exploring Operation: 60-37=23, Resulting Numbers: [4, 23]
Generated Node #3: [4, 23] from Operat... | 4 |
[
61,
93,
80,
40
] | 34 | [
"61+93=154",
"80+40=120",
"154-120=34"
] | Current State: 34:[61, 93, 80, 40], Operations: []
Exploring Operation: 61+93=154, Resulting Numbers: [80, 40, 154]
Generated Node #2: [80, 40, 154] from Operation: 61+93=154
Current State: 34:[80, 40, 154], Operations: ['61+93=154']
Exploring Operation: 80+40=120, Resulting Numbers: [154, 120]
Generated Node #3: [154,... | 4 |
[
63,
14,
20,
24
] | 53 | [
"63-14=49",
"24-20=4",
"49+4=53"
] | Current State: 53:[63, 14, 20, 24], Operations: []
Exploring Operation: 63-14=49, Resulting Numbers: [20, 24, 49]
Generated Node #2: [20, 24, 49] from Operation: 63-14=49
Current State: 53:[20, 24, 49], Operations: ['63-14=49']
Exploring Operation: 24-20=4, Resulting Numbers: [49, 4]
Generated Node #3: [49, 4] from Ope... | 4 |
[
41,
96,
10,
77
] | 50 | [
"41+96=137",
"10+77=87",
"137-87=50"
] | Current State: 50:[41, 96, 10, 77], Operations: []
Exploring Operation: 41+96=137, Resulting Numbers: [10, 77, 137]
Generated Node #2: [10, 77, 137] from Operation: 41+96=137
Current State: 50:[10, 77, 137], Operations: ['41+96=137']
Exploring Operation: 10+77=87, Resulting Numbers: [137, 87]
Generated Node #3: [137, 8... | 4 |
[
32,
7,
13,
68
] | 94 | [
"32+7=39",
"68-13=55",
"39+55=94"
] | Current State: 94:[32, 7, 13, 68], Operations: []
Exploring Operation: 32+7=39, Resulting Numbers: [13, 68, 39]
Generated Node #2: [13, 68, 39] from Operation: 32+7=39
Current State: 94:[13, 68, 39], Operations: ['32+7=39']
Exploring Operation: 68-13=55, Resulting Numbers: [39, 55]
Generated Node #3: [39, 55] from Oper... | 4 |
[
74,
71,
32,
2
] | 38 | [
"74-71=3",
"2*3=6",
"32+6=38"
] | Current State: 38:[74, 71, 32, 2], Operations: []
Exploring Operation: 74-71=3, Resulting Numbers: [32, 2, 3]
Generated Node #2: [32, 2, 3] from Operation: 74-71=3
Current State: 38:[32, 2, 3], Operations: ['74-71=3']
Exploring Operation: 2*3=6, Resulting Numbers: [32, 6]
Generated Node #3: [32, 6] from Operation: 2*3=... | 4 |
[
5,
69,
65,
71
] | 39 | [
"71-65=6",
"5*6=30",
"69-30=39"
] | Current State: 39:[5, 69, 65, 71], Operations: []
Exploring Operation: 71-65=6, Resulting Numbers: [5, 69, 6]
Generated Node #2: [5, 69, 6] from Operation: 71-65=6
Current State: 39:[5, 69, 6], Operations: ['71-65=6']
Exploring Operation: 5*6=30, Resulting Numbers: [69, 30]
Generated Node #3: [69, 30] from Operation: 5... | 4 |
[
22,
15,
64,
13
] | 20 | [
"15-13=2",
"22*2=44",
"64-44=20"
] | Current State: 20:[22, 15, 64, 13], Operations: []
Exploring Operation: 15-13=2, Resulting Numbers: [22, 64, 2]
Generated Node #2: [22, 64, 2] from Operation: 15-13=2
Current State: 20:[22, 64, 2], Operations: ['15-13=2']
Exploring Operation: 22*2=44, Resulting Numbers: [64, 44]
Generated Node #3: [64, 44] from Operati... | 4 |
[
96,
92,
84,
1
] | 11 | [
"92-84=8",
"96/8=12",
"12-1=11"
] | Current State: 11:[96, 92, 84, 1], Operations: []
Exploring Operation: 92-84=8, Resulting Numbers: [96, 1, 8]
Generated Node #2: [96, 1, 8] from Operation: 92-84=8
Current State: 11:[96, 1, 8], Operations: ['92-84=8']
Exploring Operation: 96/8=12, Resulting Numbers: [1, 12]
Generated Node #3: [1, 12] from Operation: 96... | 4 |
[
26,
1,
38,
2
] | 91 | [
"26*2=52",
"1+38=39",
"52+39=91"
] | Current State: 91:[26, 1, 38, 2], Operations: []
Exploring Operation: 26*2=52, Resulting Numbers: [1, 38, 52]
Generated Node #2: [1, 38, 52] from Operation: 26*2=52
Current State: 91:[1, 38, 52], Operations: ['26*2=52']
Exploring Operation: 1+38=39, Resulting Numbers: [52, 39]
Generated Node #3: [52, 39] from Operation... | 4 |
[
39,
58,
6,
51
] | 14 | [
"51-39=12",
"6*12=72",
"72-58=14"
] | Current State: 14:[39, 58, 6, 51], Operations: []
Exploring Operation: 51-39=12, Resulting Numbers: [58, 6, 12]
Generated Node #2: [58, 6, 12] from Operation: 51-39=12
Current State: 14:[58, 6, 12], Operations: ['51-39=12']
Exploring Operation: 6*12=72, Resulting Numbers: [58, 72]
Generated Node #3: [58, 72] from Opera... | 4 |
[
74,
36,
20,
12
] | 51 | [
"74-20=54",
"36/12=3",
"54-3=51"
] | Current State: 51:[74, 36, 20, 12], Operations: []
Exploring Operation: 74-20=54, Resulting Numbers: [36, 12, 54]
Generated Node #2: [36, 12, 54] from Operation: 74-20=54
Current State: 51:[36, 12, 54], Operations: ['74-20=54']
Exploring Operation: 36/12=3, Resulting Numbers: [54, 3]
Generated Node #3: [54, 3] from Ope... | 4 |
[
50,
59,
35,
60
] | 85 | [
"50+35=85",
"60-59=1",
"85*1=85"
] | Current State: 85:[50, 59, 35, 60], Operations: []
Exploring Operation: 50+35=85, Resulting Numbers: [59, 60, 85]
Generated Node #2: [59, 60, 85] from Operation: 50+35=85
Current State: 85:[59, 60, 85], Operations: ['50+35=85']
Exploring Operation: 60-59=1, Resulting Numbers: [85, 1]
Generated Node #3: [85, 1] from Ope... | 4 |
[
40,
72,
76,
74
] | 92 | [
"76-74=2",
"40/2=20",
"72+20=92"
] | Current State: 92:[40, 72, 76, 74], Operations: []
Exploring Operation: 76-74=2, Resulting Numbers: [40, 72, 2]
Generated Node #2: [40, 72, 2] from Operation: 76-74=2
Current State: 92:[40, 72, 2], Operations: ['76-74=2']
Exploring Operation: 40/2=20, Resulting Numbers: [72, 20]
Generated Node #3: [72, 20] from Operati... | 4 |
[
64,
72,
68,
49
] | 47 | [
"64+72=136",
"136/68=2",
"49-2=47"
] | Current State: 47:[64, 72, 68, 49], Operations: []
Exploring Operation: 64+72=136, Resulting Numbers: [68, 49, 136]
Generated Node #2: [68, 49, 136] from Operation: 64+72=136
Current State: 47:[68, 49, 136], Operations: ['64+72=136']
Exploring Operation: 136/68=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] f... | 4 |
[
34,
6,
8,
68
] | 46 | [
"68/34=2",
"6*8=48",
"48-2=46"
] | Current State: 46:[34, 6, 8, 68], Operations: []
Exploring Operation: 68/34=2, Resulting Numbers: [6, 8, 2]
Generated Node #2: [6, 8, 2] from Operation: 68/34=2
Current State: 46:[6, 8, 2], Operations: ['68/34=2']
Exploring Operation: 6*8=48, Resulting Numbers: [2, 48]
Generated Node #3: [2, 48] from Operation: 6*8=48
... | 4 |
[
18,
66,
89,
19
] | 95 | [
"18+66=84",
"89-84=5",
"19*5=95"
] | Current State: 95:[18, 66, 89, 19], Operations: []
Exploring Operation: 18+66=84, Resulting Numbers: [89, 19, 84]
Generated Node #2: [89, 19, 84] from Operation: 18+66=84
Current State: 95:[89, 19, 84], Operations: ['18+66=84']
Exploring Operation: 89-84=5, Resulting Numbers: [19, 5]
Generated Node #3: [19, 5] from Ope... | 4 |
[
56,
16,
12,
80
] | 34 | [
"56+80=136",
"16-12=4",
"136/4=34"
] | Current State: 34:[56, 16, 12, 80], Operations: []
Exploring Operation: 56+80=136, Resulting Numbers: [16, 12, 136]
Generated Node #2: [16, 12, 136] from Operation: 56+80=136
Current State: 34:[16, 12, 136], Operations: ['56+80=136']
Exploring Operation: 16-12=4, Resulting Numbers: [136, 4]
Generated Node #3: [136, 4] ... | 4 |
[
5,
90,
26,
20
] | 52 | [
"90/5=18",
"20-18=2",
"26*2=52"
] | Current State: 52:[5, 90, 26, 20], Operations: []
Exploring Operation: 90/5=18, Resulting Numbers: [26, 20, 18]
Generated Node #2: [26, 20, 18] from Operation: 90/5=18
Current State: 52:[26, 20, 18], Operations: ['90/5=18']
Exploring Operation: 20-18=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Operati... | 4 |
[
8,
92,
25,
63
] | 81 | [
"25+63=88",
"88/8=11",
"92-11=81"
] | Current State: 81:[8, 92, 25, 63], Operations: []
Exploring Operation: 25+63=88, Resulting Numbers: [8, 92, 88]
Generated Node #2: [8, 92, 88] from Operation: 25+63=88
Current State: 81:[8, 92, 88], Operations: ['25+63=88']
Exploring Operation: 88/8=11, Resulting Numbers: [92, 11]
Generated Node #3: [92, 11] from Opera... | 4 |
[
13,
58,
47,
49
] | 84 | [
"49-47=2",
"13*2=26",
"58+26=84"
] | Current State: 84:[13, 58, 47, 49], Operations: []
Exploring Operation: 49-47=2, Resulting Numbers: [13, 58, 2]
Generated Node #2: [13, 58, 2] from Operation: 49-47=2
Current State: 84:[13, 58, 2], Operations: ['49-47=2']
Exploring Operation: 13*2=26, Resulting Numbers: [58, 26]
Generated Node #3: [58, 26] from Operati... | 4 |
[
36,
63,
69,
93
] | 42 | [
"93-69=24",
"63*24=1512",
"1512/36=42"
] | Current State: 42:[36, 63, 69, 93], Operations: []
Exploring Operation: 93-69=24, Resulting Numbers: [36, 63, 24]
Generated Node #2: [36, 63, 24] from Operation: 93-69=24
Current State: 42:[36, 63, 24], Operations: ['93-69=24']
Exploring Operation: 63*24=1512, Resulting Numbers: [36, 1512]
Generated Node #3: [36, 1512]... | 4 |
[
15,
6,
37,
88
] | 74 | [
"15*6=90",
"90-88=2",
"37*2=74"
] | Current State: 74:[15, 6, 37, 88], Operations: []
Exploring Operation: 15*6=90, Resulting Numbers: [37, 88, 90]
Generated Node #2: [37, 88, 90] from Operation: 15*6=90
Current State: 74:[37, 88, 90], Operations: ['15*6=90']
Exploring Operation: 90-88=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] from Operati... | 4 |
[
59,
45,
53,
22
] | 73 | [
"59+45=104",
"53-22=31",
"104-31=73"
] | Current State: 73:[59, 45, 53, 22], Operations: []
Exploring Operation: 59+45=104, Resulting Numbers: [53, 22, 104]
Generated Node #2: [53, 22, 104] from Operation: 59+45=104
Current State: 73:[53, 22, 104], Operations: ['59+45=104']
Exploring Operation: 53-22=31, Resulting Numbers: [104, 31]
Generated Node #3: [104, 3... | 4 |
[
35,
63,
27,
39
] | 86 | [
"35+63=98",
"39-27=12",
"98-12=86"
] | Current State: 86:[35, 63, 27, 39], Operations: []
Exploring Operation: 35+63=98, Resulting Numbers: [27, 39, 98]
Generated Node #2: [27, 39, 98] from Operation: 35+63=98
Current State: 86:[27, 39, 98], Operations: ['35+63=98']
Exploring Operation: 39-27=12, Resulting Numbers: [98, 12]
Generated Node #3: [98, 12] from ... | 4 |
[
41,
15,
98,
73
] | 31 | [
"41+15=56",
"98-73=25",
"56-25=31"
] | Current State: 31:[41, 15, 98, 73], Operations: []
Exploring Operation: 41+15=56, Resulting Numbers: [98, 73, 56]
Generated Node #2: [98, 73, 56] from Operation: 41+15=56
Current State: 31:[98, 73, 56], Operations: ['41+15=56']
Exploring Operation: 98-73=25, Resulting Numbers: [56, 25]
Generated Node #3: [56, 25] from ... | 4 |
[
9,
69,
38,
44
] | 13 | [
"9+69=78",
"44-38=6",
"78/6=13"
] | Current State: 13:[9, 69, 38, 44], Operations: []
Exploring Operation: 9+69=78, Resulting Numbers: [38, 44, 78]
Generated Node #2: [38, 44, 78] from Operation: 9+69=78
Current State: 13:[38, 44, 78], Operations: ['9+69=78']
Exploring Operation: 44-38=6, Resulting Numbers: [78, 6]
Generated Node #3: [78, 6] from Operati... | 4 |
[
15,
10,
58,
10
] | 27 | [
"15+58=73",
"10*10=100",
"100-73=27"
] | Current State: 27:[15, 10, 58, 10], Operations: []
Exploring Operation: 15+58=73, Resulting Numbers: [10, 10, 73]
Generated Node #2: [10, 10, 73] from Operation: 15+58=73
Current State: 27:[10, 10, 73], Operations: ['15+58=73']
Exploring Operation: 10*10=100, Resulting Numbers: [73, 100]
Generated Node #3: [73, 100] fr... | 4 |
[
15,
74,
85,
51
] | 49 | [
"15*85=1275",
"1275/51=25",
"74-25=49"
] | Current State: 49:[15, 74, 85, 51], Operations: []
Exploring Operation: 15*85=1275, Resulting Numbers: [74, 51, 1275]
Generated Node #2: [74, 51, 1275] from Operation: 15*85=1275
Current State: 49:[74, 51, 1275], Operations: ['15*85=1275']
Exploring Operation: 1275/51=25, Resulting Numbers: [74, 25]
Generated Node #3: ... | 4 |
[
68,
98,
20,
49
] | 98 | [
"68-20=48",
"49-48=1",
"98*1=98"
] | Current State: 98:[68, 98, 20, 49], Operations: []
Exploring Operation: 68-20=48, Resulting Numbers: [98, 49, 48]
Generated Node #2: [98, 49, 48] from Operation: 68-20=48
Current State: 98:[98, 49, 48], Operations: ['68-20=48']
Exploring Operation: 49-48=1, Resulting Numbers: [98, 1]
Generated Node #3: [98, 1] from Ope... | 4 |
[
31,
68,
7,
14
] | 74 | [
"68-31=37",
"14/7=2",
"37*2=74"
] | Current State: 74:[31, 68, 7, 14], Operations: []
Exploring Operation: 68-31=37, Resulting Numbers: [7, 14, 37]
Generated Node #2: [7, 14, 37] from Operation: 68-31=37
Current State: 74:[7, 14, 37], Operations: ['68-31=37']
Exploring Operation: 14/7=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] from Operatio... | 4 |
[
44,
82,
27,
74
] | 63 | [
"82-44=38",
"27+74=101",
"101-38=63"
] | Current State: 63:[44, 82, 27, 74], Operations: []
Exploring Operation: 82-44=38, Resulting Numbers: [27, 74, 38]
Generated Node #2: [27, 74, 38] from Operation: 82-44=38
Current State: 63:[27, 74, 38], Operations: ['82-44=38']
Exploring Operation: 27+74=101, Resulting Numbers: [38, 101]
Generated Node #3: [38, 101] fr... | 4 |
[
66,
12,
63,
19
] | 18 | [
"66*12=792",
"63-19=44",
"792/44=18"
] | Current State: 18:[66, 12, 63, 19], Operations: []
Exploring Operation: 66*12=792, Resulting Numbers: [63, 19, 792]
Generated Node #2: [63, 19, 792] from Operation: 66*12=792
Current State: 18:[63, 19, 792], Operations: ['66*12=792']
Exploring Operation: 63-19=44, Resulting Numbers: [792, 44]
Generated Node #3: [792, 4... | 4 |
[
91,
87,
28,
99
] | 92 | [
"91-87=4",
"28/4=7",
"99-7=92"
] | Current State: 92:[91, 87, 28, 99], Operations: []
Exploring Operation: 91-87=4, Resulting Numbers: [28, 99, 4]
Generated Node #2: [28, 99, 4] from Operation: 91-87=4
Current State: 92:[28, 99, 4], Operations: ['91-87=4']
Exploring Operation: 28/4=7, Resulting Numbers: [99, 7]
Generated Node #3: [99, 7] from Operation:... | 4 |
[
62,
22,
45,
12
] | 93 | [
"45-12=33",
"62*33=2046",
"2046/22=93"
] | Current State: 93:[62, 22, 45, 12], Operations: []
Exploring Operation: 45-12=33, Resulting Numbers: [62, 22, 33]
Generated Node #2: [62, 22, 33] from Operation: 45-12=33
Current State: 93:[62, 22, 33], Operations: ['45-12=33']
Exploring Operation: 62*33=2046, Resulting Numbers: [22, 2046]
Generated Node #3: [22, 2046]... | 4 |
[
80,
17,
35,
99
] | 70 | [
"80+17=97",
"99-97=2",
"35*2=70"
] | Current State: 70:[80, 17, 35, 99], Operations: []
Exploring Operation: 80+17=97, Resulting Numbers: [35, 99, 97]
Generated Node #2: [35, 99, 97] from Operation: 80+17=97
Current State: 70:[35, 99, 97], Operations: ['80+17=97']
Exploring Operation: 99-97=2, Resulting Numbers: [35, 2]
Generated Node #3: [35, 2] from Ope... | 4 |
[
86,
12,
64,
37
] | 71 | [
"86+12=98",
"64-37=27",
"98-27=71"
] | Current State: 71:[86, 12, 64, 37], Operations: []
Exploring Operation: 86+12=98, Resulting Numbers: [64, 37, 98]
Generated Node #2: [64, 37, 98] from Operation: 86+12=98
Current State: 71:[64, 37, 98], Operations: ['86+12=98']
Exploring Operation: 64-37=27, Resulting Numbers: [98, 27]
Generated Node #3: [98, 27] from ... | 4 |
[
58,
63,
61,
91
] | 35 | [
"63-58=5",
"91-61=30",
"5+30=35"
] | Current State: 35:[58, 63, 61, 91], Operations: []
Exploring Operation: 63-58=5, Resulting Numbers: [61, 91, 5]
Generated Node #2: [61, 91, 5] from Operation: 63-58=5
Current State: 35:[61, 91, 5], Operations: ['63-58=5']
Exploring Operation: 91-61=30, Resulting Numbers: [5, 30]
Generated Node #3: [5, 30] from Operatio... | 4 |
[
45,
18,
99,
37
] | 40 | [
"99-45=54",
"54/18=3",
"37+3=40"
] | Current State: 40:[45, 18, 99, 37], Operations: []
Exploring Operation: 99-45=54, Resulting Numbers: [18, 37, 54]
Generated Node #2: [18, 37, 54] from Operation: 99-45=54
Current State: 40:[18, 37, 54], Operations: ['99-45=54']
Exploring Operation: 54/18=3, Resulting Numbers: [37, 3]
Generated Node #3: [37, 3] from Ope... | 4 |
[
78,
39,
80,
83
] | 65 | [
"83-80=3",
"78/3=26",
"39+26=65"
] | Current State: 65:[78, 39, 80, 83], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [78, 39, 3]
Generated Node #2: [78, 39, 3] from Operation: 83-80=3
Current State: 65:[78, 39, 3], Operations: ['83-80=3']
Exploring Operation: 78/3=26, Resulting Numbers: [39, 26]
Generated Node #3: [39, 26] from Operati... | 4 |
[
86,
15,
68,
59
] | 62 | [
"86-15=71",
"68-59=9",
"71-9=62"
] | Current State: 62:[86, 15, 68, 59], Operations: []
Exploring Operation: 86-15=71, Resulting Numbers: [68, 59, 71]
Generated Node #2: [68, 59, 71] from Operation: 86-15=71
Current State: 62:[68, 59, 71], Operations: ['86-15=71']
Exploring Operation: 68-59=9, Resulting Numbers: [71, 9]
Generated Node #3: [71, 9] from Ope... | 4 |
[
57,
19,
95,
4
] | 33 | [
"57/19=3",
"95+4=99",
"99/3=33"
] | Current State: 33:[57, 19, 95, 4], Operations: []
Exploring Operation: 57/19=3, Resulting Numbers: [95, 4, 3]
Generated Node #2: [95, 4, 3] from Operation: 57/19=3
Current State: 33:[95, 4, 3], Operations: ['57/19=3']
Exploring Operation: 95+4=99, Resulting Numbers: [3, 99]
Generated Node #3: [3, 99] from Operation: 95... | 4 |
[
8,
13,
38,
27
] | 47 | [
"8*38=304",
"13*27=351",
"351-304=47"
] | Current State: 47:[8, 13, 38, 27], Operations: []
Exploring Operation: 8*38=304, Resulting Numbers: [13, 27, 304]
Generated Node #2: [13, 27, 304] from Operation: 8*38=304
Current State: 47:[13, 27, 304], Operations: ['8*38=304']
Exploring Operation: 13*27=351, Resulting Numbers: [304, 351]
Generated Node #3: [304, 351... | 4 |
[
75,
33,
19,
81
] | 20 | [
"75-33=42",
"81-19=62",
"62-42=20"
] | Current State: 20:[75, 33, 19, 81], Operations: []
Exploring Operation: 75-33=42, Resulting Numbers: [19, 81, 42]
Generated Node #2: [19, 81, 42] from Operation: 75-33=42
Current State: 20:[19, 81, 42], Operations: ['75-33=42']
Exploring Operation: 81-19=62, Resulting Numbers: [42, 62]
Generated Node #3: [42, 62] from ... | 4 |
[
21,
2,
26,
33
] | 43 | [
"26-21=5",
"2*5=10",
"33+10=43"
] | Current State: 43:[21, 2, 26, 33], Operations: []
Exploring Operation: 26-21=5, Resulting Numbers: [2, 33, 5]
Generated Node #2: [2, 33, 5] from Operation: 26-21=5
Current State: 43:[2, 33, 5], Operations: ['26-21=5']
Exploring Operation: 2*5=10, Resulting Numbers: [33, 10]
Generated Node #3: [33, 10] from Operation: 2... | 4 |
[
72,
44,
14,
6
] | 36 | [
"72-44=28",
"14-6=8",
"28+8=36"
] | Current State: 36:[72, 44, 14, 6], Operations: []
Exploring Operation: 72-44=28, Resulting Numbers: [14, 6, 28]
Generated Node #2: [14, 6, 28] from Operation: 72-44=28
Current State: 36:[14, 6, 28], Operations: ['72-44=28']
Exploring Operation: 14-6=8, Resulting Numbers: [28, 8]
Generated Node #3: [28, 8] from Operatio... | 4 |
[
63,
32,
65,
29
] | 59 | [
"63+32=95",
"65-29=36",
"95-36=59"
] | Current State: 59:[63, 32, 65, 29], Operations: []
Exploring Operation: 63+32=95, Resulting Numbers: [65, 29, 95]
Generated Node #2: [65, 29, 95] from Operation: 63+32=95
Current State: 59:[65, 29, 95], Operations: ['63+32=95']
Exploring Operation: 65-29=36, Resulting Numbers: [95, 36]
Generated Node #3: [95, 36] from ... | 4 |
[
39,
62,
84,
20
] | 87 | [
"62-39=23",
"84-20=64",
"23+64=87"
] | Current State: 87:[39, 62, 84, 20], Operations: []
Exploring Operation: 62-39=23, Resulting Numbers: [84, 20, 23]
Generated Node #2: [84, 20, 23] from Operation: 62-39=23
Current State: 87:[84, 20, 23], Operations: ['62-39=23']
Exploring Operation: 84-20=64, Resulting Numbers: [23, 64]
Generated Node #3: [23, 64] from ... | 4 |
[
34,
4,
19,
48
] | 96 | [
"34+4=38",
"38/19=2",
"48*2=96"
] | Current State: 96:[34, 4, 19, 48], Operations: []
Exploring Operation: 34+4=38, Resulting Numbers: [19, 48, 38]
Generated Node #2: [19, 48, 38] from Operation: 34+4=38
Current State: 96:[19, 48, 38], Operations: ['34+4=38']
Exploring Operation: 38/19=2, Resulting Numbers: [48, 2]
Generated Node #3: [48, 2] from Operati... | 4 |
[
88,
8,
59,
89
] | 52 | [
"88+8=96",
"59+89=148",
"148-96=52"
] | Current State: 52:[88, 8, 59, 89], Operations: []
Exploring Operation: 88+8=96, Resulting Numbers: [59, 89, 96]
Generated Node #2: [59, 89, 96] from Operation: 88+8=96
Current State: 52:[59, 89, 96], Operations: ['88+8=96']
Exploring Operation: 59+89=148, Resulting Numbers: [96, 148]
Generated Node #3: [96, 148] from O... | 4 |
[
23,
31,
85,
28
] | 36 | [
"23+85=108",
"31-28=3",
"108/3=36"
] | Current State: 36:[23, 31, 85, 28], Operations: []
Exploring Operation: 23+85=108, Resulting Numbers: [31, 28, 108]
Generated Node #2: [31, 28, 108] from Operation: 23+85=108
Current State: 36:[31, 28, 108], Operations: ['23+85=108']
Exploring Operation: 31-28=3, Resulting Numbers: [108, 3]
Generated Node #3: [108, 3] ... | 4 |
[
54,
29,
82,
70
] | 13 | [
"54-29=25",
"82-70=12",
"25-12=13"
] | Current State: 13:[54, 29, 82, 70], Operations: []
Exploring Operation: 54-29=25, Resulting Numbers: [82, 70, 25]
Generated Node #2: [82, 70, 25] from Operation: 54-29=25
Current State: 13:[82, 70, 25], Operations: ['54-29=25']
Exploring Operation: 82-70=12, Resulting Numbers: [25, 12]
Generated Node #3: [25, 12] from ... | 4 |
[
48,
56,
61,
1
] | 42 | [
"48+56=104",
"61+1=62",
"104-62=42"
] | Current State: 42:[48, 56, 61, 1], Operations: []
Exploring Operation: 48+56=104, Resulting Numbers: [61, 1, 104]
Generated Node #2: [61, 1, 104] from Operation: 48+56=104
Current State: 42:[61, 1, 104], Operations: ['48+56=104']
Exploring Operation: 61+1=62, Resulting Numbers: [104, 62]
Generated Node #3: [104, 62] fr... | 4 |
[
54,
29,
38,
58
] | 13 | [
"54+29=83",
"38+58=96",
"96-83=13"
] | Current State: 13:[54, 29, 38, 58], Operations: []
Exploring Operation: 54+29=83, Resulting Numbers: [38, 58, 83]
Generated Node #2: [38, 58, 83] from Operation: 54+29=83
Current State: 13:[38, 58, 83], Operations: ['54+29=83']
Exploring Operation: 38+58=96, Resulting Numbers: [83, 96]
Generated Node #3: [83, 96] from ... | 4 |
[
10,
51,
29,
88
] | 100 | [
"51-10=41",
"88-29=59",
"41+59=100"
] | Current State: 100:[10, 51, 29, 88], Operations: []
Exploring Operation: 51-10=41, Resulting Numbers: [29, 88, 41]
Generated Node #2: [29, 88, 41] from Operation: 51-10=41
Current State: 100:[29, 88, 41], Operations: ['51-10=41']
Exploring Operation: 88-29=59, Resulting Numbers: [41, 59]
Generated Node #3: [41, 59] fro... | 4 |
[
52,
74,
15,
91
] | 84 | [
"74-52=22",
"15+91=106",
"106-22=84"
] | Current State: 84:[52, 74, 15, 91], Operations: []
Exploring Operation: 74-52=22, Resulting Numbers: [15, 91, 22]
Generated Node #2: [15, 91, 22] from Operation: 74-52=22
Current State: 84:[15, 91, 22], Operations: ['74-52=22']
Exploring Operation: 15+91=106, Resulting Numbers: [22, 106]
Generated Node #3: [22, 106] fr... | 4 |
[
46,
81,
9,
84
] | 29 | [
"84-46=38",
"81/9=9",
"38-9=29"
] | Current State: 29:[46, 81, 9, 84], Operations: []
Exploring Operation: 84-46=38, Resulting Numbers: [81, 9, 38]
Generated Node #2: [81, 9, 38] from Operation: 84-46=38
Current State: 29:[81, 9, 38], Operations: ['84-46=38']
Exploring Operation: 81/9=9, Resulting Numbers: [38, 9]
Generated Node #3: [38, 9] from Operatio... | 4 |
[
84,
58,
44,
26
] | 45 | [
"84-58=26",
"26/26=1",
"44+1=45"
] | Current State: 45:[84, 58, 44, 26], Operations: []
Exploring Operation: 84-58=26, Resulting Numbers: [44, 26, 26]
Generated Node #2: [44, 26, 26] from Operation: 84-58=26
Current State: 45:[44, 26, 26], Operations: ['84-58=26']
Exploring Operation: 26/26=1, Resulting Numbers: [44, 1]
Generated Node #3: [44, 1] from Ope... | 4 |
[
78,
49,
69,
19
] | 59 | [
"78-49=29",
"69+19=88",
"88-29=59"
] | Current State: 59:[78, 49, 69, 19], Operations: []
Exploring Operation: 78-49=29, Resulting Numbers: [69, 19, 29]
Generated Node #2: [69, 19, 29] from Operation: 78-49=29
Current State: 59:[69, 19, 29], Operations: ['78-49=29']
Exploring Operation: 69+19=88, Resulting Numbers: [29, 88]
Generated Node #3: [29, 88] from ... | 4 |
[
50,
50,
80,
78
] | 50 | [
"50+50=100",
"80-78=2",
"100/2=50"
] | Current State: 50:[50, 50, 80, 78], Operations: []
Exploring Operation: 50+50=100, Resulting Numbers: [80, 78, 100]
Generated Node #2: [80, 78, 100] from Operation: 50+50=100
Current State: 50:[80, 78, 100], Operations: ['50+50=100']
Exploring Operation: 80-78=2, Resulting Numbers: [100, 2]
Generated Node #3: [100, 2] ... | 4 |
[
29,
30,
12,
96
] | 83 | [
"30-29=1",
"96-12=84",
"84-1=83"
] | Current State: 83:[29, 30, 12, 96], Operations: []
Exploring Operation: 30-29=1, Resulting Numbers: [12, 96, 1]
Generated Node #2: [12, 96, 1] from Operation: 30-29=1
Current State: 83:[12, 96, 1], Operations: ['30-29=1']
Exploring Operation: 96-12=84, Resulting Numbers: [1, 84]
Generated Node #3: [1, 84] from Operatio... | 4 |
[
30,
91,
78,
73
] | 38 | [
"30*91=2730",
"2730/78=35",
"73-35=38"
] | Current State: 38:[30, 91, 78, 73], Operations: []
Exploring Operation: 30*91=2730, Resulting Numbers: [78, 73, 2730]
Generated Node #2: [78, 73, 2730] from Operation: 30*91=2730
Current State: 38:[78, 73, 2730], Operations: ['30*91=2730']
Exploring Operation: 2730/78=35, Resulting Numbers: [73, 35]
Generated Node #3: ... | 4 |
[
67,
5,
85,
39
] | 45 | [
"67-39=28",
"85/5=17",
"28+17=45"
] | Current State: 45:[67, 5, 85, 39], Operations: []
Exploring Operation: 67-39=28, Resulting Numbers: [5, 85, 28]
Generated Node #2: [5, 85, 28] from Operation: 67-39=28
Current State: 45:[5, 85, 28], Operations: ['67-39=28']
Exploring Operation: 85/5=17, Resulting Numbers: [28, 17]
Generated Node #3: [28, 17] from Opera... | 4 |
[
33,
22,
3,
48
] | 89 | [
"33+22=55",
"3*48=144",
"144-55=89"
] | Current State: 89:[33, 22, 3, 48], Operations: []
Exploring Operation: 33+22=55, Resulting Numbers: [3, 48, 55]
Generated Node #2: [3, 48, 55] from Operation: 33+22=55
Current State: 89:[3, 48, 55], Operations: ['33+22=55']
Exploring Operation: 3*48=144, Resulting Numbers: [55, 144]
Generated Node #3: [55, 144] from Op... | 4 |
[
60,
63,
24,
42
] | 56 | [
"60+24=84",
"42*84=3528",
"3528/63=56"
] | Current State: 56:[60, 63, 24, 42], Operations: []
Exploring Operation: 60+24=84, Resulting Numbers: [63, 42, 84]
Generated Node #2: [63, 42, 84] from Operation: 60+24=84
Current State: 56:[63, 42, 84], Operations: ['60+24=84']
Exploring Operation: 42*84=3528, Resulting Numbers: [63, 3528]
Generated Node #3: [63, 3528]... | 4 |
[
17,
94,
72,
54
] | 49 | [
"94-17=77",
"72+54=126",
"126-77=49"
] | Current State: 49:[17, 94, 72, 54], Operations: []
Exploring Operation: 94-17=77, Resulting Numbers: [72, 54, 77]
Generated Node #2: [72, 54, 77] from Operation: 94-17=77
Current State: 49:[72, 54, 77], Operations: ['94-17=77']
Exploring Operation: 72+54=126, Resulting Numbers: [77, 126]
Generated Node #3: [77, 126] fr... | 4 |
[
7,
28,
52,
8
] | 32 | [
"7*8=56",
"52-28=24",
"56-24=32"
] | Current State: 32:[7, 28, 52, 8], Operations: []
Exploring Operation: 7*8=56, Resulting Numbers: [28, 52, 56]
Generated Node #2: [28, 52, 56] from Operation: 7*8=56
Current State: 32:[28, 52, 56], Operations: ['7*8=56']
Exploring Operation: 52-28=24, Resulting Numbers: [56, 24]
Generated Node #3: [56, 24] from Operatio... | 4 |
[
9,
96,
22,
19
] | 23 | [
"22-19=3",
"96/3=32",
"32-9=23"
] | Current State: 23:[9, 96, 22, 19], Operations: []
Exploring Operation: 22-19=3, Resulting Numbers: [9, 96, 3]
Generated Node #2: [9, 96, 3] from Operation: 22-19=3
Current State: 23:[9, 96, 3], Operations: ['22-19=3']
Exploring Operation: 96/3=32, Resulting Numbers: [9, 32]
Generated Node #3: [9, 32] from Operation: 96... | 4 |
[
10,
60,
62,
24
] | 17 | [
"10+24=34",
"62-60=2",
"34/2=17"
] | Current State: 17:[10, 60, 62, 24], Operations: []
Exploring Operation: 10+24=34, Resulting Numbers: [60, 62, 34]
Generated Node #2: [60, 62, 34] from Operation: 10+24=34
Current State: 17:[60, 62, 34], Operations: ['10+24=34']
Exploring Operation: 62-60=2, Resulting Numbers: [34, 2]
Generated Node #3: [34, 2] from Ope... | 4 |
[
77,
62,
70,
14
] | 69 | [
"77-62=15",
"70+14=84",
"84-15=69"
] | Current State: 69:[77, 62, 70, 14], Operations: []
Exploring Operation: 77-62=15, Resulting Numbers: [70, 14, 15]
Generated Node #2: [70, 14, 15] from Operation: 77-62=15
Current State: 69:[70, 14, 15], Operations: ['77-62=15']
Exploring Operation: 70+14=84, Resulting Numbers: [15, 84]
Generated Node #3: [15, 84] from ... | 4 |
[
35,
86,
3,
58
] | 39 | [
"35*3=105",
"86+58=144",
"144-105=39"
] | Current State: 39:[35, 86, 3, 58], Operations: []
Exploring Operation: 35*3=105, Resulting Numbers: [86, 58, 105]
Generated Node #2: [86, 58, 105] from Operation: 35*3=105
Current State: 39:[86, 58, 105], Operations: ['35*3=105']
Exploring Operation: 86+58=144, Resulting Numbers: [105, 144]
Generated Node #3: [105, 144... | 4 |
[
6,
2,
95,
3
] | 23 | [
"6-2=4",
"95-3=92",
"92/4=23"
] | Current State: 23:[6, 2, 95, 3], Operations: []
Exploring Operation: 6-2=4, Resulting Numbers: [95, 3, 4]
Generated Node #2: [95, 3, 4] from Operation: 6-2=4
Current State: 23:[95, 3, 4], Operations: ['6-2=4']
Exploring Operation: 95-3=92, Resulting Numbers: [4, 92]
Generated Node #3: [4, 92] from Operation: 95-3=92
Cu... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.