nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
39,
61,
84,
41
] | 57 | [
"39+61=100",
"84-41=43",
"100-43=57"
] | Current State: 57:[39, 61, 84, 41], Operations: []
Exploring Operation: 39+61=100, Resulting Numbers: [84, 41, 100]
Generated Node #2: [84, 41, 100] from Operation: 39+61=100
Current State: 57:[84, 41, 100], Operations: ['39+61=100']
Exploring Operation: 84-41=43, Resulting Numbers: [100, 43]
Generated Node #3: [100, 4... | 4 |
[
94,
70,
11,
58
] | 71 | [
"94-70=24",
"58-11=47",
"24+47=71"
] | Current State: 71:[94, 70, 11, 58], Operations: []
Exploring Operation: 94-70=24, Resulting Numbers: [11, 58, 24]
Generated Node #2: [11, 58, 24] from Operation: 94-70=24
Current State: 71:[11, 58, 24], Operations: ['94-70=24']
Exploring Operation: 58-11=47, Resulting Numbers: [24, 47]
Generated Node #3: [24, 47] from ... | 4 |
[
44,
52,
35,
8
] | 52 | [
"44-35=9",
"9-8=1",
"52*1=52"
] | Current State: 52:[44, 52, 35, 8], Operations: []
Exploring Operation: 44-35=9, Resulting Numbers: [52, 8, 9]
Generated Node #2: [52, 8, 9] from Operation: 44-35=9
Current State: 52:[52, 8, 9], Operations: ['44-35=9']
Exploring Operation: 9-8=1, Resulting Numbers: [52, 1]
Generated Node #3: [52, 1] from Operation: 9-8=... | 4 |
[
70,
99,
97,
59
] | 88 | [
"70-59=11",
"99/11=9",
"97-9=88"
] | Current State: 88:[70, 99, 97, 59], Operations: []
Exploring Operation: 70-59=11, Resulting Numbers: [99, 97, 11]
Generated Node #2: [99, 97, 11] from Operation: 70-59=11
Current State: 88:[99, 97, 11], Operations: ['70-59=11']
Exploring Operation: 99/11=9, Resulting Numbers: [97, 9]
Generated Node #3: [97, 9] from Ope... | 4 |
[
49,
67,
94,
15
] | 97 | [
"67-49=18",
"94-15=79",
"18+79=97"
] | Current State: 97:[49, 67, 94, 15], Operations: []
Exploring Operation: 67-49=18, Resulting Numbers: [94, 15, 18]
Generated Node #2: [94, 15, 18] from Operation: 67-49=18
Current State: 97:[94, 15, 18], Operations: ['67-49=18']
Exploring Operation: 94-15=79, Resulting Numbers: [18, 79]
Generated Node #3: [18, 79] from ... | 4 |
[
11,
61,
99,
88
] | 46 | [
"88/11=8",
"99-61=38",
"8+38=46"
] | Current State: 46:[11, 61, 99, 88], Operations: []
Exploring Operation: 88/11=8, Resulting Numbers: [61, 99, 8]
Generated Node #2: [61, 99, 8] from Operation: 88/11=8
Current State: 46:[61, 99, 8], Operations: ['88/11=8']
Exploring Operation: 99-61=38, Resulting Numbers: [8, 38]
Generated Node #3: [8, 38] from Operatio... | 4 |
[
85,
39,
31,
32
] | 45 | [
"85-39=46",
"32-31=1",
"46-1=45"
] | Current State: 45:[85, 39, 31, 32], Operations: []
Exploring Operation: 85-39=46, Resulting Numbers: [31, 32, 46]
Generated Node #2: [31, 32, 46] from Operation: 85-39=46
Current State: 45:[31, 32, 46], Operations: ['85-39=46']
Exploring Operation: 32-31=1, Resulting Numbers: [46, 1]
Generated Node #3: [46, 1] from Ope... | 4 |
[
60,
80,
89,
69
] | 40 | [
"80-60=20",
"89-69=20",
"20+20=40"
] | Current State: 40:[60, 80, 89, 69], Operations: []
Exploring Operation: 80-60=20, Resulting Numbers: [89, 69, 20]
Generated Node #2: [89, 69, 20] from Operation: 80-60=20
Current State: 40:[89, 69, 20], Operations: ['80-60=20']
Exploring Operation: 89-69=20, Resulting Numbers: [20, 20]
Generated Node #3: [20, 20] from ... | 4 |
[
69,
3,
21,
33
] | 17 | [
"69-21=48",
"48/3=16",
"33-16=17"
] | Current State: 17:[69, 3, 21, 33], Operations: []
Exploring Operation: 69-21=48, Resulting Numbers: [3, 33, 48]
Generated Node #2: [3, 33, 48] from Operation: 69-21=48
Current State: 17:[3, 33, 48], Operations: ['69-21=48']
Exploring Operation: 48/3=16, Resulting Numbers: [33, 16]
Generated Node #3: [33, 16] from Opera... | 4 |
[
36,
24,
41,
71
] | 90 | [
"36+24=60",
"71-41=30",
"60+30=90"
] | Current State: 90:[36, 24, 41, 71], Operations: []
Exploring Operation: 36+24=60, Resulting Numbers: [41, 71, 60]
Generated Node #2: [41, 71, 60] from Operation: 36+24=60
Current State: 90:[41, 71, 60], Operations: ['36+24=60']
Exploring Operation: 71-41=30, Resulting Numbers: [60, 30]
Generated Node #3: [60, 30] from ... | 4 |
[
88,
81,
63,
2
] | 97 | [
"81-63=18",
"18/2=9",
"88+9=97"
] | Current State: 97:[88, 81, 63, 2], Operations: []
Exploring Operation: 81-63=18, Resulting Numbers: [88, 2, 18]
Generated Node #2: [88, 2, 18] from Operation: 81-63=18
Current State: 97:[88, 2, 18], Operations: ['81-63=18']
Exploring Operation: 18/2=9, Resulting Numbers: [88, 9]
Generated Node #3: [88, 9] from Operatio... | 4 |
[
92,
29,
4,
53
] | 59 | [
"92/4=23",
"29+53=82",
"82-23=59"
] | Current State: 59:[92, 29, 4, 53], Operations: []
Exploring Operation: 92/4=23, Resulting Numbers: [29, 53, 23]
Generated Node #2: [29, 53, 23] from Operation: 92/4=23
Current State: 59:[29, 53, 23], Operations: ['92/4=23']
Exploring Operation: 29+53=82, Resulting Numbers: [23, 82]
Generated Node #3: [23, 82] from Oper... | 4 |
[
20,
20,
19,
91
] | 72 | [
"20-20=0",
"91-19=72",
"0+72=72"
] | Current State: 72:[20, 20, 19, 91], Operations: []
Exploring Operation: 20-20=0, Resulting Numbers: [19, 91, 0]
Generated Node #2: [19, 91, 0] from Operation: 20-20=0
Current State: 72:[19, 91, 0], Operations: ['20-20=0']
Exploring Operation: 91-19=72, Resulting Numbers: [0, 72]
Generated Node #3: [0, 72] from Operatio... | 4 |
[
10,
68,
94,
48
] | 64 | [
"10+68=78",
"94+48=142",
"142-78=64"
] | Current State: 64:[10, 68, 94, 48], Operations: []
Exploring Operation: 10+68=78, Resulting Numbers: [94, 48, 78]
Generated Node #2: [94, 48, 78] from Operation: 10+68=78
Current State: 64:[94, 48, 78], Operations: ['10+68=78']
Exploring Operation: 94+48=142, Resulting Numbers: [78, 142]
Generated Node #3: [78, 142] fr... | 4 |
[
57,
68,
50,
6
] | 69 | [
"57+68=125",
"50+6=56",
"125-56=69"
] | Current State: 69:[57, 68, 50, 6], Operations: []
Exploring Operation: 57+68=125, Resulting Numbers: [50, 6, 125]
Generated Node #2: [50, 6, 125] from Operation: 57+68=125
Current State: 69:[50, 6, 125], Operations: ['57+68=125']
Exploring Operation: 50+6=56, Resulting Numbers: [125, 56]
Generated Node #3: [125, 56] fr... | 4 |
[
4,
28,
61,
38
] | 75 | [
"28-4=24",
"61+38=99",
"99-24=75"
] | Current State: 75:[4, 28, 61, 38], Operations: []
Exploring Operation: 28-4=24, Resulting Numbers: [61, 38, 24]
Generated Node #2: [61, 38, 24] from Operation: 28-4=24
Current State: 75:[61, 38, 24], Operations: ['28-4=24']
Exploring Operation: 61+38=99, Resulting Numbers: [24, 99]
Generated Node #3: [24, 99] from Oper... | 4 |
[
72,
62,
4,
77
] | 99 | [
"72+77=149",
"62*4=248",
"248-149=99"
] | Current State: 99:[72, 62, 4, 77], Operations: []
Exploring Operation: 72+77=149, Resulting Numbers: [62, 4, 149]
Generated Node #2: [62, 4, 149] from Operation: 72+77=149
Current State: 99:[62, 4, 149], Operations: ['72+77=149']
Exploring Operation: 62*4=248, Resulting Numbers: [149, 248]
Generated Node #3: [149, 248]... | 4 |
[
15,
36,
85,
23
] | 87 | [
"36-15=21",
"85+23=108",
"108-21=87"
] | Current State: 87:[15, 36, 85, 23], Operations: []
Exploring Operation: 36-15=21, Resulting Numbers: [85, 23, 21]
Generated Node #2: [85, 23, 21] from Operation: 36-15=21
Current State: 87:[85, 23, 21], Operations: ['36-15=21']
Exploring Operation: 85+23=108, Resulting Numbers: [21, 108]
Generated Node #3: [21, 108] fr... | 4 |
[
7,
56,
52,
73
] | 62 | [
"7+56=63",
"52+73=125",
"125-63=62"
] | Current State: 62:[7, 56, 52, 73], Operations: []
Exploring Operation: 7+56=63, Resulting Numbers: [52, 73, 63]
Generated Node #2: [52, 73, 63] from Operation: 7+56=63
Current State: 62:[52, 73, 63], Operations: ['7+56=63']
Exploring Operation: 52+73=125, Resulting Numbers: [63, 125]
Generated Node #3: [63, 125] from O... | 4 |
[
81,
74,
90,
19
] | 46 | [
"81+74=155",
"90+19=109",
"155-109=46"
] | Current State: 46:[81, 74, 90, 19], Operations: []
Exploring Operation: 81+74=155, Resulting Numbers: [90, 19, 155]
Generated Node #2: [90, 19, 155] from Operation: 81+74=155
Current State: 46:[90, 19, 155], Operations: ['81+74=155']
Exploring Operation: 90+19=109, Resulting Numbers: [155, 109]
Generated Node #3: [155,... | 4 |
[
31,
68,
36,
51
] | 85 | [
"36-31=5",
"68-51=17",
"5*17=85"
] | Current State: 85:[31, 68, 36, 51], Operations: []
Exploring Operation: 36-31=5, Resulting Numbers: [68, 51, 5]
Generated Node #2: [68, 51, 5] from Operation: 36-31=5
Current State: 85:[68, 51, 5], Operations: ['36-31=5']
Exploring Operation: 68-51=17, Resulting Numbers: [5, 17]
Generated Node #3: [5, 17] from Operatio... | 4 |
[
75,
6,
19,
24
] | 98 | [
"75+19=94",
"24/6=4",
"94+4=98"
] | Current State: 98:[75, 6, 19, 24], Operations: []
Exploring Operation: 75+19=94, Resulting Numbers: [6, 24, 94]
Generated Node #2: [6, 24, 94] from Operation: 75+19=94
Current State: 98:[6, 24, 94], Operations: ['75+19=94']
Exploring Operation: 24/6=4, Resulting Numbers: [94, 4]
Generated Node #3: [94, 4] from Operatio... | 4 |
[
37,
45,
69,
2
] | 40 | [
"37*2=74",
"45+69=114",
"114-74=40"
] | Current State: 40:[37, 45, 69, 2], Operations: []
Exploring Operation: 37*2=74, Resulting Numbers: [45, 69, 74]
Generated Node #2: [45, 69, 74] from Operation: 37*2=74
Current State: 40:[45, 69, 74], Operations: ['37*2=74']
Exploring Operation: 45+69=114, Resulting Numbers: [74, 114]
Generated Node #3: [74, 114] from O... | 4 |
[
86,
27,
99,
72
] | 32 | [
"86-27=59",
"99-72=27",
"59-27=32"
] | Current State: 32:[86, 27, 99, 72], Operations: []
Exploring Operation: 86-27=59, Resulting Numbers: [99, 72, 59]
Generated Node #2: [99, 72, 59] from Operation: 86-27=59
Current State: 32:[99, 72, 59], Operations: ['86-27=59']
Exploring Operation: 99-72=27, Resulting Numbers: [59, 27]
Generated Node #3: [59, 27] from ... | 4 |
[
92,
45,
12,
43
] | 78 | [
"92-45=47",
"43-12=31",
"47+31=78"
] | Current State: 78:[92, 45, 12, 43], Operations: []
Exploring Operation: 92-45=47, Resulting Numbers: [12, 43, 47]
Generated Node #2: [12, 43, 47] from Operation: 92-45=47
Current State: 78:[12, 43, 47], Operations: ['92-45=47']
Exploring Operation: 43-12=31, Resulting Numbers: [47, 31]
Generated Node #3: [47, 31] from ... | 4 |
[
71,
8,
95,
16
] | 47 | [
"71*16=1136",
"1136/8=142",
"142-95=47"
] | Current State: 47:[71, 8, 95, 16], Operations: []
Exploring Operation: 71*16=1136, Resulting Numbers: [8, 95, 1136]
Generated Node #2: [8, 95, 1136] from Operation: 71*16=1136
Current State: 47:[8, 95, 1136], Operations: ['71*16=1136']
Exploring Operation: 1136/8=142, Resulting Numbers: [95, 142]
Generated Node #3: [95... | 4 |
[
85,
5,
54,
14
] | 85 | [
"85/5=17",
"54+14=68",
"17+68=85"
] | Current State: 85:[85, 5, 54, 14], Operations: []
Exploring Operation: 85/5=17, Resulting Numbers: [54, 14, 17]
Generated Node #2: [54, 14, 17] from Operation: 85/5=17
Current State: 85:[54, 14, 17], Operations: ['85/5=17']
Exploring Operation: 54+14=68, Resulting Numbers: [17, 68]
Generated Node #3: [17, 68] from Oper... | 4 |
[
40,
53,
56,
45
] | 55 | [
"56-53=3",
"45/3=15",
"40+15=55"
] | Current State: 55:[40, 53, 56, 45], Operations: []
Exploring Operation: 56-53=3, Resulting Numbers: [40, 45, 3]
Generated Node #2: [40, 45, 3] from Operation: 56-53=3
Current State: 55:[40, 45, 3], Operations: ['56-53=3']
Exploring Operation: 45/3=15, Resulting Numbers: [40, 15]
Generated Node #3: [40, 15] from Operati... | 4 |
[
33,
73,
60,
54
] | 75 | [
"60-33=27",
"54/27=2",
"73+2=75"
] | Current State: 75:[33, 73, 60, 54], Operations: []
Exploring Operation: 60-33=27, Resulting Numbers: [73, 54, 27]
Generated Node #2: [73, 54, 27] from Operation: 60-33=27
Current State: 75:[73, 54, 27], Operations: ['60-33=27']
Exploring Operation: 54/27=2, Resulting Numbers: [73, 2]
Generated Node #3: [73, 2] from Ope... | 4 |
[
49,
95,
84,
71
] | 59 | [
"95-49=46",
"84-71=13",
"46+13=59"
] | Current State: 59:[49, 95, 84, 71], Operations: []
Exploring Operation: 95-49=46, Resulting Numbers: [84, 71, 46]
Generated Node #2: [84, 71, 46] from Operation: 95-49=46
Current State: 59:[84, 71, 46], Operations: ['95-49=46']
Exploring Operation: 84-71=13, Resulting Numbers: [46, 13]
Generated Node #3: [46, 13] from ... | 4 |
[
3,
34,
65,
53
] | 49 | [
"3+34=37",
"65-53=12",
"37+12=49"
] | Current State: 49:[3, 34, 65, 53], Operations: []
Exploring Operation: 3+34=37, Resulting Numbers: [65, 53, 37]
Generated Node #2: [65, 53, 37] from Operation: 3+34=37
Current State: 49:[65, 53, 37], Operations: ['3+34=37']
Exploring Operation: 65-53=12, Resulting Numbers: [37, 12]
Generated Node #3: [37, 12] from Oper... | 4 |
[
86,
84,
12,
15
] | 10 | [
"86+84=170",
"12*15=180",
"180-170=10"
] | Current State: 10:[86, 84, 12, 15], Operations: []
Exploring Operation: 86+84=170, Resulting Numbers: [12, 15, 170]
Generated Node #2: [12, 15, 170] from Operation: 86+84=170
Current State: 10:[12, 15, 170], Operations: ['86+84=170']
Exploring Operation: 12*15=180, Resulting Numbers: [170, 180]
Generated Node #3: [170,... | 4 |
[
17,
23,
17,
19
] | 83 | [
"23-17=6",
"17*6=102",
"102-19=83"
] | Current State: 83:[17, 23, 17, 19], Operations: []
Exploring Operation: 23-17=6, Resulting Numbers: [19, 6]
Generated Node #2: [19, 6] from Operation: 23-17=6
Current State: 83:[19, 6], Operations: ['23-17=6']
Exploring Operation: 17*6=102, Resulting Numbers: [19, 102]
Generated Node #3: [19, 102] from Operation: 17*6=... | 4 |
[
52,
90,
88,
5
] | 99 | [
"90-88=2",
"52*2=104",
"104-5=99"
] | Current State: 99:[52, 90, 88, 5], Operations: []
Exploring Operation: 90-88=2, Resulting Numbers: [52, 5, 2]
Generated Node #2: [52, 5, 2] from Operation: 90-88=2
Current State: 99:[52, 5, 2], Operations: ['90-88=2']
Exploring Operation: 52*2=104, Resulting Numbers: [5, 104]
Generated Node #3: [5, 104] from Operation:... | 4 |
[
29,
70,
71,
30
] | 100 | [
"29*70=2030",
"71*30=2130",
"2130-2030=100"
] | Current State: 100:[29, 70, 71, 30], Operations: []
Exploring Operation: 29*70=2030, Resulting Numbers: [71, 30, 2030]
Generated Node #2: [71, 30, 2030] from Operation: 29*70=2030
Current State: 100:[71, 30, 2030], Operations: ['29*70=2030']
Exploring Operation: 71*30=2130, Resulting Numbers: [2030, 2130]
Generated Nod... | 4 |
[
42,
27,
78,
60
] | 51 | [
"42+27=69",
"78-60=18",
"69-18=51"
] | Current State: 51:[42, 27, 78, 60], Operations: []
Exploring Operation: 42+27=69, Resulting Numbers: [78, 60, 69]
Generated Node #2: [78, 60, 69] from Operation: 42+27=69
Current State: 51:[78, 60, 69], Operations: ['42+27=69']
Exploring Operation: 78-60=18, Resulting Numbers: [69, 18]
Generated Node #3: [69, 18] from ... | 4 |
[
18,
15,
73,
18
] | 66 | [
"73-18=55",
"18*55=990",
"990/15=66"
] | Current State: 66:[18, 15, 73, 18], Operations: []
Exploring Operation: 73-18=55, Resulting Numbers: [15, 55]
Generated Node #2: [15, 55] from Operation: 73-18=55
Current State: 66:[15, 55], Operations: ['73-18=55']
Exploring Operation: 18*55=990, Resulting Numbers: [15, 990]
Generated Node #3: [15, 990] from Operation... | 4 |
[
58,
50,
24,
50
] | 53 | [
"58-50=8",
"24/8=3",
"50+3=53"
] | Current State: 53:[58, 50, 24, 50], Operations: []
Exploring Operation: 58-50=8, Resulting Numbers: [24, 8]
Generated Node #2: [24, 8] from Operation: 58-50=8
Current State: 53:[24, 8], Operations: ['58-50=8']
Exploring Operation: 24/8=3, Resulting Numbers: [3]
3,53 equal: Goal Reached
Exploring Operation: 50+3=53, Res... | 4 |
[
24,
72,
68,
93
] | 72 | [
"24+68=92",
"93-92=1",
"72*1=72"
] | Current State: 72:[24, 72, 68, 93], Operations: []
Exploring Operation: 24+68=92, Resulting Numbers: [72, 93, 92]
Generated Node #2: [72, 93, 92] from Operation: 24+68=92
Current State: 72:[72, 93, 92], Operations: ['24+68=92']
Exploring Operation: 93-92=1, Resulting Numbers: [72, 1]
Generated Node #3: [72, 1] from Ope... | 4 |
[
85,
5,
70,
69
] | 100 | [
"85+70=155",
"155/5=31",
"69+31=100"
] | Current State: 100:[85, 5, 70, 69], Operations: []
Exploring Operation: 85+70=155, Resulting Numbers: [5, 69, 155]
Generated Node #2: [5, 69, 155] from Operation: 85+70=155
Current State: 100:[5, 69, 155], Operations: ['85+70=155']
Exploring Operation: 155/5=31, Resulting Numbers: [69, 31]
Generated Node #3: [69, 31] f... | 4 |
[
27,
70,
12,
38
] | 71 | [
"27+70=97",
"38-12=26",
"97-26=71"
] | Current State: 71:[27, 70, 12, 38], Operations: []
Exploring Operation: 27+70=97, Resulting Numbers: [12, 38, 97]
Generated Node #2: [12, 38, 97] from Operation: 27+70=97
Current State: 71:[12, 38, 97], Operations: ['27+70=97']
Exploring Operation: 38-12=26, Resulting Numbers: [97, 26]
Generated Node #3: [97, 26] from ... | 4 |
[
87,
73,
57,
8
] | 95 | [
"87+73=160",
"57+8=65",
"160-65=95"
] | Current State: 95:[87, 73, 57, 8], Operations: []
Exploring Operation: 87+73=160, Resulting Numbers: [57, 8, 160]
Generated Node #2: [57, 8, 160] from Operation: 87+73=160
Current State: 95:[57, 8, 160], Operations: ['87+73=160']
Exploring Operation: 57+8=65, Resulting Numbers: [160, 65]
Generated Node #3: [160, 65] fr... | 4 |
[
12,
30,
55,
1
] | 13 | [
"12+30=42",
"55*1=55",
"55-42=13"
] | Current State: 13:[12, 30, 55, 1], Operations: []
Exploring Operation: 12+30=42, Resulting Numbers: [55, 1, 42]
Generated Node #2: [55, 1, 42] from Operation: 12+30=42
Current State: 13:[55, 1, 42], Operations: ['12+30=42']
Exploring Operation: 55*1=55, Resulting Numbers: [42, 55]
Generated Node #3: [42, 55] from Opera... | 4 |
[
69,
81,
14,
81
] | 69 | [
"81-81=0",
"14*0=0",
"69+0=69"
] | Current State: 69:[69, 81, 14, 81], Operations: []
Exploring Operation: 81-81=0, Resulting Numbers: [69, 14, 0]
Generated Node #2: [69, 14, 0] from Operation: 81-81=0
Current State: 69:[69, 14, 0], Operations: ['81-81=0']
Exploring Operation: 14*0=0, Resulting Numbers: [69, 0]
Generated Node #3: [69, 0] from Operation:... | 4 |
[
37,
47,
79,
30
] | 99 | [
"47-37=10",
"79+30=109",
"109-10=99"
] | Current State: 99:[37, 47, 79, 30], Operations: []
Exploring Operation: 47-37=10, Resulting Numbers: [79, 30, 10]
Generated Node #2: [79, 30, 10] from Operation: 47-37=10
Current State: 99:[79, 30, 10], Operations: ['47-37=10']
Exploring Operation: 79+30=109, Resulting Numbers: [10, 109]
Generated Node #3: [10, 109] fr... | 4 |
[
94,
59,
73,
9
] | 71 | [
"94+59=153",
"73+9=82",
"153-82=71"
] | Current State: 71:[94, 59, 73, 9], Operations: []
Exploring Operation: 94+59=153, Resulting Numbers: [73, 9, 153]
Generated Node #2: [73, 9, 153] from Operation: 94+59=153
Current State: 71:[73, 9, 153], Operations: ['94+59=153']
Exploring Operation: 73+9=82, Resulting Numbers: [153, 82]
Generated Node #3: [153, 82] fr... | 4 |
[
97,
14,
73,
43
] | 81 | [
"97+14=111",
"73-43=30",
"111-30=81"
] | Current State: 81:[97, 14, 73, 43], Operations: []
Exploring Operation: 97+14=111, Resulting Numbers: [73, 43, 111]
Generated Node #2: [73, 43, 111] from Operation: 97+14=111
Current State: 81:[73, 43, 111], Operations: ['97+14=111']
Exploring Operation: 73-43=30, Resulting Numbers: [111, 30]
Generated Node #3: [111, 3... | 4 |
[
2,
60,
99,
1
] | 81 | [
"2+1=3",
"60*3=180",
"180-99=81"
] | Current State: 81:[2, 60, 99, 1], Operations: []
Exploring Operation: 2+1=3, Resulting Numbers: [60, 99, 3]
Generated Node #2: [60, 99, 3] from Operation: 2+1=3
Current State: 81:[60, 99, 3], Operations: ['2+1=3']
Exploring Operation: 60*3=180, Resulting Numbers: [99, 180]
Generated Node #3: [99, 180] from Operation: 6... | 4 |
[
39,
95,
34,
26
] | 44 | [
"39*34=1326",
"1326/26=51",
"95-51=44"
] | Current State: 44:[39, 95, 34, 26], Operations: []
Exploring Operation: 39*34=1326, Resulting Numbers: [95, 26, 1326]
Generated Node #2: [95, 26, 1326] from Operation: 39*34=1326
Current State: 44:[95, 26, 1326], Operations: ['39*34=1326']
Exploring Operation: 1326/26=51, Resulting Numbers: [95, 51]
Generated Node #3: ... | 4 |
[
70,
65,
91,
58
] | 57 | [
"65-58=7",
"91/7=13",
"70-13=57"
] | Current State: 57:[70, 65, 91, 58], Operations: []
Exploring Operation: 65-58=7, Resulting Numbers: [70, 91, 7]
Generated Node #2: [70, 91, 7] from Operation: 65-58=7
Current State: 57:[70, 91, 7], Operations: ['65-58=7']
Exploring Operation: 91/7=13, Resulting Numbers: [70, 13]
Generated Node #3: [70, 13] from Operati... | 4 |
[
17,
24,
32,
76
] | 37 | [
"24-17=7",
"76-32=44",
"44-7=37"
] | Current State: 37:[17, 24, 32, 76], Operations: []
Exploring Operation: 24-17=7, Resulting Numbers: [32, 76, 7]
Generated Node #2: [32, 76, 7] from Operation: 24-17=7
Current State: 37:[32, 76, 7], Operations: ['24-17=7']
Exploring Operation: 76-32=44, Resulting Numbers: [7, 44]
Generated Node #3: [7, 44] from Operatio... | 4 |
[
53,
86,
5,
13
] | 46 | [
"86+5=91",
"91/13=7",
"53-7=46"
] | Current State: 46:[53, 86, 5, 13], Operations: []
Exploring Operation: 86+5=91, Resulting Numbers: [53, 13, 91]
Generated Node #2: [53, 13, 91] from Operation: 86+5=91
Current State: 46:[53, 13, 91], Operations: ['86+5=91']
Exploring Operation: 91/13=7, Resulting Numbers: [53, 7]
Generated Node #3: [53, 7] from Operati... | 4 |
[
97,
57,
92,
6
] | 22 | [
"97-57=40",
"92+40=132",
"132/6=22"
] | Current State: 22:[97, 57, 92, 6], Operations: []
Exploring Operation: 97-57=40, Resulting Numbers: [92, 6, 40]
Generated Node #2: [92, 6, 40] from Operation: 97-57=40
Current State: 22:[92, 6, 40], Operations: ['97-57=40']
Exploring Operation: 92+40=132, Resulting Numbers: [6, 132]
Generated Node #3: [6, 132] from Ope... | 4 |
[
79,
71,
66,
4
] | 34 | [
"79-71=8",
"4*8=32",
"66-32=34"
] | Current State: 34:[79, 71, 66, 4], Operations: []
Exploring Operation: 79-71=8, Resulting Numbers: [66, 4, 8]
Generated Node #2: [66, 4, 8] from Operation: 79-71=8
Current State: 34:[66, 4, 8], Operations: ['79-71=8']
Exploring Operation: 4*8=32, Resulting Numbers: [66, 32]
Generated Node #3: [66, 32] from Operation: 4... | 4 |
[
64,
71,
74,
10
] | 12 | [
"71-64=7",
"74+10=84",
"84/7=12"
] | Current State: 12:[64, 71, 74, 10], Operations: []
Exploring Operation: 71-64=7, Resulting Numbers: [74, 10, 7]
Generated Node #2: [74, 10, 7] from Operation: 71-64=7
Current State: 12:[74, 10, 7], Operations: ['71-64=7']
Exploring Operation: 74+10=84, Resulting Numbers: [7, 84]
Generated Node #3: [7, 84] from Operatio... | 4 |
[
66,
17,
88,
56
] | 51 | [
"66+17=83",
"88-56=32",
"83-32=51"
] | Current State: 51:[66, 17, 88, 56], Operations: []
Exploring Operation: 66+17=83, Resulting Numbers: [88, 56, 83]
Generated Node #2: [88, 56, 83] from Operation: 66+17=83
Current State: 51:[88, 56, 83], Operations: ['66+17=83']
Exploring Operation: 88-56=32, Resulting Numbers: [83, 32]
Generated Node #3: [83, 32] from ... | 4 |
[
34,
80,
37,
68
] | 30 | [
"80+68=148",
"148/37=4",
"34-4=30"
] | Current State: 30:[34, 80, 37, 68], Operations: []
Exploring Operation: 80+68=148, Resulting Numbers: [34, 37, 148]
Generated Node #2: [34, 37, 148] from Operation: 80+68=148
Current State: 30:[34, 37, 148], Operations: ['80+68=148']
Exploring Operation: 148/37=4, Resulting Numbers: [34, 4]
Generated Node #3: [34, 4] f... | 4 |
[
60,
98,
50,
93
] | 15 | [
"60+98=158",
"50+93=143",
"158-143=15"
] | Current State: 15:[60, 98, 50, 93], Operations: []
Exploring Operation: 60+98=158, Resulting Numbers: [50, 93, 158]
Generated Node #2: [50, 93, 158] from Operation: 60+98=158
Current State: 15:[50, 93, 158], Operations: ['60+98=158']
Exploring Operation: 50+93=143, Resulting Numbers: [158, 143]
Generated Node #3: [158,... | 4 |
[
39,
78,
70,
91
] | 23 | [
"78/39=2",
"91-70=21",
"2+21=23"
] | Current State: 23:[39, 78, 70, 91], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [70, 91, 2]
Generated Node #2: [70, 91, 2] from Operation: 78/39=2
Current State: 23:[70, 91, 2], Operations: ['78/39=2']
Exploring Operation: 91-70=21, Resulting Numbers: [2, 21]
Generated Node #3: [2, 21] from Operatio... | 4 |
[
55,
15,
10,
10
] | 60 | [
"55-15=40",
"10+10=20",
"40+20=60"
] | Current State: 60:[55, 15, 10, 10], Operations: []
Exploring Operation: 55-15=40, Resulting Numbers: [10, 10, 40]
Generated Node #2: [10, 10, 40] from Operation: 55-15=40
Current State: 60:[10, 10, 40], Operations: ['55-15=40']
Exploring Operation: 10+10=20, Resulting Numbers: [40, 20]
Generated Node #3: [40, 20] from ... | 4 |
[
53,
74,
9,
71
] | 59 | [
"74-53=21",
"9+71=80",
"80-21=59"
] | Current State: 59:[53, 74, 9, 71], Operations: []
Exploring Operation: 74-53=21, Resulting Numbers: [9, 71, 21]
Generated Node #2: [9, 71, 21] from Operation: 74-53=21
Current State: 59:[9, 71, 21], Operations: ['74-53=21']
Exploring Operation: 9+71=80, Resulting Numbers: [21, 80]
Generated Node #3: [21, 80] from Opera... | 4 |
[
35,
31,
52,
55
] | 58 | [
"55-52=3",
"31*3=93",
"93-35=58"
] | Current State: 58:[35, 31, 52, 55], Operations: []
Exploring Operation: 55-52=3, Resulting Numbers: [35, 31, 3]
Generated Node #2: [35, 31, 3] from Operation: 55-52=3
Current State: 58:[35, 31, 3], Operations: ['55-52=3']
Exploring Operation: 31*3=93, Resulting Numbers: [35, 93]
Generated Node #3: [35, 93] from Operati... | 4 |
[
48,
65,
15,
31
] | 29 | [
"65-48=17",
"15+31=46",
"46-17=29"
] | Current State: 29:[48, 65, 15, 31], Operations: []
Exploring Operation: 65-48=17, Resulting Numbers: [15, 31, 17]
Generated Node #2: [15, 31, 17] from Operation: 65-48=17
Current State: 29:[15, 31, 17], Operations: ['65-48=17']
Exploring Operation: 15+31=46, Resulting Numbers: [17, 46]
Generated Node #3: [17, 46] from ... | 4 |
[
89,
69,
57,
60
] | 97 | [
"89-69=20",
"57+60=117",
"117-20=97"
] | Current State: 97:[89, 69, 57, 60], Operations: []
Exploring Operation: 89-69=20, Resulting Numbers: [57, 60, 20]
Generated Node #2: [57, 60, 20] from Operation: 89-69=20
Current State: 97:[57, 60, 20], Operations: ['89-69=20']
Exploring Operation: 57+60=117, Resulting Numbers: [20, 117]
Generated Node #3: [20, 117] fr... | 4 |
[
37,
3,
35,
40
] | 12 | [
"35+40=75",
"75/3=25",
"37-25=12"
] | Current State: 12:[37, 3, 35, 40], Operations: []
Exploring Operation: 35+40=75, Resulting Numbers: [37, 3, 75]
Generated Node #2: [37, 3, 75] from Operation: 35+40=75
Current State: 12:[37, 3, 75], Operations: ['35+40=75']
Exploring Operation: 75/3=25, Resulting Numbers: [37, 25]
Generated Node #3: [37, 25] from Opera... | 4 |
[
26,
24,
17,
2
] | 38 | [
"26-24=2",
"17+2=19",
"2*19=38"
] | Current State: 38:[26, 24, 17, 2], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [17, 2, 2]
Generated Node #2: [17, 2, 2] from Operation: 26-24=2
Current State: 38:[17, 2, 2], Operations: ['26-24=2']
Exploring Operation: 17+2=19, Resulting Numbers: [19]
19,38 equal: Goal Reached
Exploring Operation: 2... | 4 |
[
9,
59,
68,
69
] | 70 | [
"9+59=68",
"68/68=1",
"69+1=70"
] | Current State: 70:[9, 59, 68, 69], Operations: []
Exploring Operation: 9+59=68, Resulting Numbers: [68, 69, 68]
Generated Node #2: [68, 69, 68] from Operation: 9+59=68
Current State: 70:[68, 69, 68], Operations: ['9+59=68']
Exploring Operation: 68/68=1, Resulting Numbers: [69, 1]
Generated Node #3: [69, 1] from Operati... | 4 |
[
61,
70,
65,
81
] | 44 | [
"65-61=4",
"81-70=11",
"4*11=44"
] | Current State: 44:[61, 70, 65, 81], Operations: []
Exploring Operation: 65-61=4, Resulting Numbers: [70, 81, 4]
Generated Node #2: [70, 81, 4] from Operation: 65-61=4
Current State: 44:[70, 81, 4], Operations: ['65-61=4']
Exploring Operation: 81-70=11, Resulting Numbers: [4, 11]
Generated Node #3: [4, 11] from Operatio... | 4 |
[
25,
10,
21,
57
] | 93 | [
"25-10=15",
"21+57=78",
"15+78=93"
] | Current State: 93:[25, 10, 21, 57], Operations: []
Exploring Operation: 25-10=15, Resulting Numbers: [21, 57, 15]
Generated Node #2: [21, 57, 15] from Operation: 25-10=15
Current State: 93:[21, 57, 15], Operations: ['25-10=15']
Exploring Operation: 21+57=78, Resulting Numbers: [15, 78]
Generated Node #3: [15, 78] from ... | 4 |
[
62,
94,
51,
29
] | 76 | [
"62+94=156",
"51+29=80",
"156-80=76"
] | Current State: 76:[62, 94, 51, 29], Operations: []
Exploring Operation: 62+94=156, Resulting Numbers: [51, 29, 156]
Generated Node #2: [51, 29, 156] from Operation: 62+94=156
Current State: 76:[51, 29, 156], Operations: ['62+94=156']
Exploring Operation: 51+29=80, Resulting Numbers: [156, 80]
Generated Node #3: [156, 8... | 4 |
[
41,
94,
12,
57
] | 98 | [
"94-41=53",
"57-12=45",
"53+45=98"
] | Current State: 98:[41, 94, 12, 57], Operations: []
Exploring Operation: 94-41=53, Resulting Numbers: [12, 57, 53]
Generated Node #2: [12, 57, 53] from Operation: 94-41=53
Current State: 98:[12, 57, 53], Operations: ['94-41=53']
Exploring Operation: 57-12=45, Resulting Numbers: [53, 45]
Generated Node #3: [53, 45] from ... | 4 |
[
89,
2,
11,
23
] | 67 | [
"89+23=112",
"112/2=56",
"11+56=67"
] | Current State: 67:[89, 2, 11, 23], Operations: []
Exploring Operation: 89+23=112, Resulting Numbers: [2, 11, 112]
Generated Node #2: [2, 11, 112] from Operation: 89+23=112
Current State: 67:[2, 11, 112], Operations: ['89+23=112']
Exploring Operation: 112/2=56, Resulting Numbers: [11, 56]
Generated Node #3: [11, 56] fro... | 4 |
[
90,
30,
96,
50
] | 43 | [
"90/30=3",
"96-50=46",
"46-3=43"
] | Current State: 43:[90, 30, 96, 50], Operations: []
Exploring Operation: 90/30=3, Resulting Numbers: [96, 50, 3]
Generated Node #2: [96, 50, 3] from Operation: 90/30=3
Current State: 43:[96, 50, 3], Operations: ['90/30=3']
Exploring Operation: 96-50=46, Resulting Numbers: [3, 46]
Generated Node #3: [3, 46] from Operatio... | 4 |
[
5,
95,
44,
9
] | 65 | [
"5+95=100",
"44-9=35",
"100-35=65"
] | Current State: 65:[5, 95, 44, 9], Operations: []
Exploring Operation: 5+95=100, Resulting Numbers: [44, 9, 100]
Generated Node #2: [44, 9, 100] from Operation: 5+95=100
Current State: 65:[44, 9, 100], Operations: ['5+95=100']
Exploring Operation: 44-9=35, Resulting Numbers: [100, 35]
Generated Node #3: [100, 35] from O... | 4 |
[
17,
10,
2,
14
] | 66 | [
"14-10=4",
"17*4=68",
"68-2=66"
] | Current State: 66:[17, 10, 2, 14], Operations: []
Exploring Operation: 14-10=4, Resulting Numbers: [17, 2, 4]
Generated Node #2: [17, 2, 4] from Operation: 14-10=4
Current State: 66:[17, 2, 4], Operations: ['14-10=4']
Exploring Operation: 17*4=68, Resulting Numbers: [2, 68]
Generated Node #3: [2, 68] from Operation: 17... | 4 |
[
11,
22,
7,
2
] | 77 | [
"7+2=9",
"11*9=99",
"99-22=77"
] | Current State: 77:[11, 22, 7, 2], Operations: []
Exploring Operation: 7+2=9, Resulting Numbers: [11, 22, 9]
Generated Node #2: [11, 22, 9] from Operation: 7+2=9
Current State: 77:[11, 22, 9], Operations: ['7+2=9']
Exploring Operation: 11*9=99, Resulting Numbers: [22, 99]
Generated Node #3: [22, 99] from Operation: 11*9... | 4 |
[
66,
36,
3,
79
] | 77 | [
"36-3=33",
"66/33=2",
"79-2=77"
] | Current State: 77:[66, 36, 3, 79], Operations: []
Exploring Operation: 36-3=33, Resulting Numbers: [66, 79, 33]
Generated Node #2: [66, 79, 33] from Operation: 36-3=33
Current State: 77:[66, 79, 33], Operations: ['36-3=33']
Exploring Operation: 66/33=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Operati... | 4 |
[
59,
57,
17,
37
] | 91 | [
"59-57=2",
"37*2=74",
"17+74=91"
] | Current State: 91:[59, 57, 17, 37], Operations: []
Exploring Operation: 59-57=2, Resulting Numbers: [17, 37, 2]
Generated Node #2: [17, 37, 2] from Operation: 59-57=2
Current State: 91:[17, 37, 2], Operations: ['59-57=2']
Exploring Operation: 37*2=74, Resulting Numbers: [17, 74]
Generated Node #3: [17, 74] from Operati... | 4 |
[
66,
92,
50,
24
] | 100 | [
"92-66=26",
"50+24=74",
"26+74=100"
] | Current State: 100:[66, 92, 50, 24], Operations: []
Exploring Operation: 92-66=26, Resulting Numbers: [50, 24, 26]
Generated Node #2: [50, 24, 26] from Operation: 92-66=26
Current State: 100:[50, 24, 26], Operations: ['92-66=26']
Exploring Operation: 50+24=74, Resulting Numbers: [26, 74]
Generated Node #3: [26, 74] fro... | 4 |
[
84,
6,
58,
39
] | 59 | [
"84-6=78",
"58-39=19",
"78-19=59"
] | Current State: 59:[84, 6, 58, 39], Operations: []
Exploring Operation: 84-6=78, Resulting Numbers: [58, 39, 78]
Generated Node #2: [58, 39, 78] from Operation: 84-6=78
Current State: 59:[58, 39, 78], Operations: ['84-6=78']
Exploring Operation: 58-39=19, Resulting Numbers: [78, 19]
Generated Node #3: [78, 19] from Oper... | 4 |
[
78,
63,
3,
10
] | 89 | [
"78-10=68",
"63/3=21",
"68+21=89"
] | Current State: 89:[78, 63, 3, 10], Operations: []
Exploring Operation: 78-10=68, Resulting Numbers: [63, 3, 68]
Generated Node #2: [63, 3, 68] from Operation: 78-10=68
Current State: 89:[63, 3, 68], Operations: ['78-10=68']
Exploring Operation: 63/3=21, Resulting Numbers: [68, 21]
Generated Node #3: [68, 21] from Opera... | 4 |
[
83,
65,
95,
71
] | 63 | [
"95+71=166",
"166/83=2",
"65-2=63"
] | Current State: 63:[83, 65, 95, 71], Operations: []
Exploring Operation: 95+71=166, Resulting Numbers: [83, 65, 166]
Generated Node #2: [83, 65, 166] from Operation: 95+71=166
Current State: 63:[83, 65, 166], Operations: ['95+71=166']
Exploring Operation: 166/83=2, Resulting Numbers: [65, 2]
Generated Node #3: [65, 2] f... | 4 |
[
3,
33,
67,
61
] | 98 | [
"33-3=30",
"67+61=128",
"128-30=98"
] | Current State: 98:[3, 33, 67, 61], Operations: []
Exploring Operation: 33-3=30, Resulting Numbers: [67, 61, 30]
Generated Node #2: [67, 61, 30] from Operation: 33-3=30
Current State: 98:[67, 61, 30], Operations: ['33-3=30']
Exploring Operation: 67+61=128, Resulting Numbers: [30, 128]
Generated Node #3: [30, 128] from O... | 4 |
[
97,
27,
72,
88
] | 64 | [
"27*88=2376",
"2376/72=33",
"97-33=64"
] | Current State: 64:[97, 27, 72, 88], Operations: []
Exploring Operation: 27*88=2376, Resulting Numbers: [97, 72, 2376]
Generated Node #2: [97, 72, 2376] from Operation: 27*88=2376
Current State: 64:[97, 72, 2376], Operations: ['27*88=2376']
Exploring Operation: 2376/72=33, Resulting Numbers: [97, 33]
Generated Node #3: ... | 4 |
[
25,
86,
81,
43
] | 58 | [
"81-25=56",
"86/43=2",
"56+2=58"
] | Current State: 58:[25, 86, 81, 43], Operations: []
Exploring Operation: 81-25=56, Resulting Numbers: [86, 43, 56]
Generated Node #2: [86, 43, 56] from Operation: 81-25=56
Current State: 58:[86, 43, 56], Operations: ['81-25=56']
Exploring Operation: 86/43=2, Resulting Numbers: [56, 2]
Generated Node #3: [56, 2] from Ope... | 4 |
[
85,
6,
85,
61
] | 10 | [
"85/85=1",
"61-1=60",
"60/6=10"
] | Current State: 10:[85, 6, 85, 61], Operations: []
Exploring Operation: 85/85=1, Resulting Numbers: [6, 61, 1]
Generated Node #2: [6, 61, 1] from Operation: 85/85=1
Current State: 10:[6, 61, 1], Operations: ['85/85=1']
Exploring Operation: 61-1=60, Resulting Numbers: [6, 60]
Generated Node #3: [6, 60] from Operation: 61... | 4 |
[
77,
93,
1,
11
] | 27 | [
"93-77=16",
"1*11=11",
"16+11=27"
] | Current State: 27:[77, 93, 1, 11], Operations: []
Exploring Operation: 93-77=16, Resulting Numbers: [1, 11, 16]
Generated Node #2: [1, 11, 16] from Operation: 93-77=16
Current State: 27:[1, 11, 16], Operations: ['93-77=16']
Exploring Operation: 1*11=11, Resulting Numbers: [16, 11]
Generated Node #3: [16, 11] from Opera... | 4 |
[
91,
80,
77,
5
] | 99 | [
"91+80=171",
"77-5=72",
"171-72=99"
] | Current State: 99:[91, 80, 77, 5], Operations: []
Exploring Operation: 91+80=171, Resulting Numbers: [77, 5, 171]
Generated Node #2: [77, 5, 171] from Operation: 91+80=171
Current State: 99:[77, 5, 171], Operations: ['91+80=171']
Exploring Operation: 77-5=72, Resulting Numbers: [171, 72]
Generated Node #3: [171, 72] fr... | 4 |
[
86,
2,
90,
60
] | 30 | [
"86+2=88",
"90-88=2",
"60/2=30"
] | Current State: 30:[86, 2, 90, 60], Operations: []
Exploring Operation: 86+2=88, Resulting Numbers: [90, 60, 88]
Generated Node #2: [90, 60, 88] from Operation: 86+2=88
Current State: 30:[90, 60, 88], Operations: ['86+2=88']
Exploring Operation: 90-88=2, Resulting Numbers: [60, 2]
Generated Node #3: [60, 2] from Operati... | 4 |
[
17,
75,
13,
77
] | 13 | [
"17+75=92",
"77+92=169",
"169/13=13"
] | Current State: 13:[17, 75, 13, 77], Operations: []
Exploring Operation: 17+75=92, Resulting Numbers: [13, 77, 92]
Generated Node #2: [13, 77, 92] from Operation: 17+75=92
Current State: 13:[13, 77, 92], Operations: ['17+75=92']
Exploring Operation: 77+92=169, Resulting Numbers: [13, 169]
Generated Node #3: [13, 169] fr... | 4 |
[
9,
52,
79,
64
] | 61 | [
"79-52=27",
"27/9=3",
"64-3=61"
] | Current State: 61:[9, 52, 79, 64], Operations: []
Exploring Operation: 79-52=27, Resulting Numbers: [9, 64, 27]
Generated Node #2: [9, 64, 27] from Operation: 79-52=27
Current State: 61:[9, 64, 27], Operations: ['79-52=27']
Exploring Operation: 27/9=3, Resulting Numbers: [64, 3]
Generated Node #3: [64, 3] from Operatio... | 4 |
[
98,
70,
35,
7
] | 39 | [
"98-70=28",
"28/7=4",
"35+4=39"
] | Current State: 39:[98, 70, 35, 7], Operations: []
Exploring Operation: 98-70=28, Resulting Numbers: [35, 7, 28]
Generated Node #2: [35, 7, 28] from Operation: 98-70=28
Current State: 39:[35, 7, 28], Operations: ['98-70=28']
Exploring Operation: 28/7=4, Resulting Numbers: [35, 4]
Generated Node #3: [35, 4] from Operatio... | 4 |
[
27,
50,
82,
80
] | 44 | [
"82+80=162",
"162/27=6",
"50-6=44"
] | Current State: 44:[27, 50, 82, 80], Operations: []
Exploring Operation: 82+80=162, Resulting Numbers: [27, 50, 162]
Generated Node #2: [27, 50, 162] from Operation: 82+80=162
Current State: 44:[27, 50, 162], Operations: ['82+80=162']
Exploring Operation: 162/27=6, Resulting Numbers: [50, 6]
Generated Node #3: [50, 6] f... | 4 |
[
32,
95,
88,
53
] | 98 | [
"95-32=63",
"88-53=35",
"63+35=98"
] | Current State: 98:[32, 95, 88, 53], Operations: []
Exploring Operation: 95-32=63, Resulting Numbers: [88, 53, 63]
Generated Node #2: [88, 53, 63] from Operation: 95-32=63
Current State: 98:[88, 53, 63], Operations: ['95-32=63']
Exploring Operation: 88-53=35, Resulting Numbers: [63, 35]
Generated Node #3: [63, 35] from ... | 4 |
[
34,
3,
28,
46
] | 48 | [
"34+28=62",
"62-46=16",
"3*16=48"
] | Current State: 48:[34, 3, 28, 46], Operations: []
Exploring Operation: 34+28=62, Resulting Numbers: [3, 46, 62]
Generated Node #2: [3, 46, 62] from Operation: 34+28=62
Current State: 48:[3, 46, 62], Operations: ['34+28=62']
Exploring Operation: 62-46=16, Resulting Numbers: [3, 16]
Generated Node #3: [3, 16] from Operat... | 4 |
[
43,
76,
91,
46
] | 38 | [
"91-43=48",
"48-46=2",
"76/2=38"
] | Current State: 38:[43, 76, 91, 46], Operations: []
Exploring Operation: 91-43=48, Resulting Numbers: [76, 46, 48]
Generated Node #2: [76, 46, 48] from Operation: 91-43=48
Current State: 38:[76, 46, 48], Operations: ['91-43=48']
Exploring Operation: 48-46=2, Resulting Numbers: [76, 2]
Generated Node #3: [76, 2] from Ope... | 4 |
[
74,
73,
51,
71
] | 25 | [
"74+73=147",
"51+71=122",
"147-122=25"
] | Current State: 25:[74, 73, 51, 71], Operations: []
Exploring Operation: 74+73=147, Resulting Numbers: [51, 71, 147]
Generated Node #2: [51, 71, 147] from Operation: 74+73=147
Current State: 25:[51, 71, 147], Operations: ['74+73=147']
Exploring Operation: 51+71=122, Resulting Numbers: [147, 122]
Generated Node #3: [147,... | 4 |
[
65,
2,
76,
29
] | 58 | [
"65+29=94",
"2*76=152",
"152-94=58"
] | Current State: 58:[65, 2, 76, 29], Operations: []
Exploring Operation: 65+29=94, Resulting Numbers: [2, 76, 94]
Generated Node #2: [2, 76, 94] from Operation: 65+29=94
Current State: 58:[2, 76, 94], Operations: ['65+29=94']
Exploring Operation: 2*76=152, Resulting Numbers: [94, 152]
Generated Node #3: [94, 152] from Op... | 4 |
[
35,
8,
17,
72
] | 82 | [
"35-8=27",
"72-17=55",
"27+55=82"
] | Current State: 82:[35, 8, 17, 72], Operations: []
Exploring Operation: 35-8=27, Resulting Numbers: [17, 72, 27]
Generated Node #2: [17, 72, 27] from Operation: 35-8=27
Current State: 82:[17, 72, 27], Operations: ['35-8=27']
Exploring Operation: 72-17=55, Resulting Numbers: [27, 55]
Generated Node #3: [27, 55] from Oper... | 4 |
[
53,
33,
3,
3
] | 85 | [
"53+33=86",
"3/3=1",
"86-1=85"
] | Current State: 85:[53, 33, 3, 3], Operations: []
Exploring Operation: 53+33=86, Resulting Numbers: [3, 3, 86]
Generated Node #2: [3, 3, 86] from Operation: 53+33=86
Current State: 85:[3, 3, 86], Operations: ['53+33=86']
Exploring Operation: 3/3=1, Resulting Numbers: [86, 1]
Generated Node #3: [86, 1] from Operation: 3/... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.