nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
53,
45,
81,
37
] | 83 | [
"53+37=90",
"90/45=2",
"81+2=83"
] | Current State: 83:[53, 45, 81, 37], Operations: []
Exploring Operation: 53+37=90, Resulting Numbers: [45, 81, 90]
Generated Node #2: [45, 81, 90] from Operation: 53+37=90
Current State: 83:[45, 81, 90], Operations: ['53+37=90']
Exploring Operation: 90/45=2, Resulting Numbers: [81, 2]
Generated Node #3: [81, 2] from Ope... | 4 |
[
35,
16,
86,
13
] | 80 | [
"35-16=19",
"86+13=99",
"99-19=80"
] | Current State: 80:[35, 16, 86, 13], Operations: []
Exploring Operation: 35-16=19, Resulting Numbers: [86, 13, 19]
Generated Node #2: [86, 13, 19] from Operation: 35-16=19
Current State: 80:[86, 13, 19], Operations: ['35-16=19']
Exploring Operation: 86+13=99, Resulting Numbers: [19, 99]
Generated Node #3: [19, 99] from ... | 4 |
[
36,
86,
86,
4
] | 28 | [
"36*4=144",
"86+86=172",
"172-144=28"
] | Current State: 28:[36, 86, 86, 4], Operations: []
Exploring Operation: 36*4=144, Resulting Numbers: [86, 86, 144]
Generated Node #2: [86, 86, 144] from Operation: 36*4=144
Current State: 28:[86, 86, 144], Operations: ['36*4=144']
Exploring Operation: 86+86=172, Resulting Numbers: [144, 172]
Generated Node #3: [144, 172... | 4 |
[
44,
66,
34,
99
] | 43 | [
"66-44=22",
"99-34=65",
"65-22=43"
] | Current State: 43:[44, 66, 34, 99], Operations: []
Exploring Operation: 66-44=22, Resulting Numbers: [34, 99, 22]
Generated Node #2: [34, 99, 22] from Operation: 66-44=22
Current State: 43:[34, 99, 22], Operations: ['66-44=22']
Exploring Operation: 99-34=65, Resulting Numbers: [22, 65]
Generated Node #3: [22, 65] from ... | 4 |
[
16,
33,
80,
16
] | 38 | [
"16*33=528",
"80+528=608",
"608/16=38"
] | Current State: 38:[16, 33, 80, 16], Operations: []
Exploring Operation: 16*33=528, Resulting Numbers: [80, 528]
Generated Node #2: [80, 528] from Operation: 16*33=528
Current State: 38:[80, 528], Operations: ['16*33=528']
Exploring Operation: 80+528=608, Resulting Numbers: [608]
608,38 equal: Goal Reached
Exploring Ope... | 4 |
[
66,
63,
75,
9
] | 16 | [
"66-63=3",
"75/3=25",
"25-9=16"
] | Current State: 16:[66, 63, 75, 9], Operations: []
Exploring Operation: 66-63=3, Resulting Numbers: [75, 9, 3]
Generated Node #2: [75, 9, 3] from Operation: 66-63=3
Current State: 16:[75, 9, 3], Operations: ['66-63=3']
Exploring Operation: 75/3=25, Resulting Numbers: [9, 25]
Generated Node #3: [9, 25] from Operation: 75... | 4 |
[
14,
85,
7,
21
] | 44 | [
"85*7=595",
"21+595=616",
"616/14=44"
] | Current State: 44:[14, 85, 7, 21], Operations: []
Exploring Operation: 85*7=595, Resulting Numbers: [14, 21, 595]
Generated Node #2: [14, 21, 595] from Operation: 85*7=595
Current State: 44:[14, 21, 595], Operations: ['85*7=595']
Exploring Operation: 21+595=616, Resulting Numbers: [14, 616]
Generated Node #3: [14, 616]... | 4 |
[
7,
40,
69,
19
] | 83 | [
"40-7=33",
"69-19=50",
"33+50=83"
] | Current State: 83:[7, 40, 69, 19], Operations: []
Exploring Operation: 40-7=33, Resulting Numbers: [69, 19, 33]
Generated Node #2: [69, 19, 33] from Operation: 40-7=33
Current State: 83:[69, 19, 33], Operations: ['40-7=33']
Exploring Operation: 69-19=50, Resulting Numbers: [33, 50]
Generated Node #3: [33, 50] from Oper... | 4 |
[
87,
18,
76,
19
] | 65 | [
"87-18=69",
"76/19=4",
"69-4=65"
] | Current State: 65:[87, 18, 76, 19], Operations: []
Exploring Operation: 87-18=69, Resulting Numbers: [76, 19, 69]
Generated Node #2: [76, 19, 69] from Operation: 87-18=69
Current State: 65:[76, 19, 69], Operations: ['87-18=69']
Exploring Operation: 76/19=4, Resulting Numbers: [69, 4]
Generated Node #3: [69, 4] from Ope... | 4 |
[
54,
92,
59,
57
] | 99 | [
"57-54=3",
"92-59=33",
"3*33=99"
] | Current State: 99:[54, 92, 59, 57], Operations: []
Exploring Operation: 57-54=3, Resulting Numbers: [92, 59, 3]
Generated Node #2: [92, 59, 3] from Operation: 57-54=3
Current State: 99:[92, 59, 3], Operations: ['57-54=3']
Exploring Operation: 92-59=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 33] from Operatio... | 4 |
[
8,
96,
25,
86
] | 20 | [
"8*25=200",
"96-86=10",
"200/10=20"
] | Current State: 20:[8, 96, 25, 86], Operations: []
Exploring Operation: 8*25=200, Resulting Numbers: [96, 86, 200]
Generated Node #2: [96, 86, 200] from Operation: 8*25=200
Current State: 20:[96, 86, 200], Operations: ['8*25=200']
Exploring Operation: 96-86=10, Resulting Numbers: [200, 10]
Generated Node #3: [200, 10] f... | 4 |
[
42,
4,
97,
7
] | 58 | [
"42+4=46",
"97+7=104",
"104-46=58"
] | Current State: 58:[42, 4, 97, 7], Operations: []
Exploring Operation: 42+4=46, Resulting Numbers: [97, 7, 46]
Generated Node #2: [97, 7, 46] from Operation: 42+4=46
Current State: 58:[97, 7, 46], Operations: ['42+4=46']
Exploring Operation: 97+7=104, Resulting Numbers: [46, 104]
Generated Node #3: [46, 104] from Operat... | 4 |
[
78,
69,
94,
71
] | 81 | [
"94-71=23",
"69/23=3",
"78+3=81"
] | Current State: 81:[78, 69, 94, 71], Operations: []
Exploring Operation: 94-71=23, Resulting Numbers: [78, 69, 23]
Generated Node #2: [78, 69, 23] from Operation: 94-71=23
Current State: 81:[78, 69, 23], Operations: ['94-71=23']
Exploring Operation: 69/23=3, Resulting Numbers: [78, 3]
Generated Node #3: [78, 3] from Ope... | 4 |
[
71,
57,
77,
97
] | 73 | [
"57+97=154",
"154/77=2",
"71+2=73"
] | Current State: 73:[71, 57, 77, 97], Operations: []
Exploring Operation: 57+97=154, Resulting Numbers: [71, 77, 154]
Generated Node #2: [71, 77, 154] from Operation: 57+97=154
Current State: 73:[71, 77, 154], Operations: ['57+97=154']
Exploring Operation: 154/77=2, Resulting Numbers: [71, 2]
Generated Node #3: [71, 2] f... | 4 |
[
19,
43,
63,
38
] | 40 | [
"38/19=2",
"63-43=20",
"2*20=40"
] | Current State: 40:[19, 43, 63, 38], Operations: []
Exploring Operation: 38/19=2, Resulting Numbers: [43, 63, 2]
Generated Node #2: [43, 63, 2] from Operation: 38/19=2
Current State: 40:[43, 63, 2], Operations: ['38/19=2']
Exploring Operation: 63-43=20, Resulting Numbers: [2, 20]
Generated Node #3: [2, 20] from Operatio... | 4 |
[
54,
42,
64,
84
] | 71 | [
"54-42=12",
"84/12=7",
"64+7=71"
] | Current State: 71:[54, 42, 64, 84], Operations: []
Exploring Operation: 54-42=12, Resulting Numbers: [64, 84, 12]
Generated Node #2: [64, 84, 12] from Operation: 54-42=12
Current State: 71:[64, 84, 12], Operations: ['54-42=12']
Exploring Operation: 84/12=7, Resulting Numbers: [64, 7]
Generated Node #3: [64, 7] from Ope... | 4 |
[
57,
15,
75,
65
] | 98 | [
"57-15=42",
"75+65=140",
"140-42=98"
] | Current State: 98:[57, 15, 75, 65], Operations: []
Exploring Operation: 57-15=42, Resulting Numbers: [75, 65, 42]
Generated Node #2: [75, 65, 42] from Operation: 57-15=42
Current State: 98:[75, 65, 42], Operations: ['57-15=42']
Exploring Operation: 75+65=140, Resulting Numbers: [42, 140]
Generated Node #3: [42, 140] fr... | 4 |
[
83,
78,
80,
90
] | 97 | [
"80-78=2",
"90*2=180",
"180-83=97"
] | Current State: 97:[83, 78, 80, 90], Operations: []
Exploring Operation: 80-78=2, Resulting Numbers: [83, 90, 2]
Generated Node #2: [83, 90, 2] from Operation: 80-78=2
Current State: 97:[83, 90, 2], Operations: ['80-78=2']
Exploring Operation: 90*2=180, Resulting Numbers: [83, 180]
Generated Node #3: [83, 180] from Oper... | 4 |
[
85,
68,
46,
37
] | 17 | [
"85+68=153",
"46-37=9",
"153/9=17"
] | Current State: 17:[85, 68, 46, 37], Operations: []
Exploring Operation: 85+68=153, Resulting Numbers: [46, 37, 153]
Generated Node #2: [46, 37, 153] from Operation: 85+68=153
Current State: 17:[46, 37, 153], Operations: ['85+68=153']
Exploring Operation: 46-37=9, Resulting Numbers: [153, 9]
Generated Node #3: [153, 9] ... | 4 |
[
61,
84,
72,
91
] | 17 | [
"72*91=6552",
"6552/84=78",
"78-61=17"
] | Current State: 17:[61, 84, 72, 91], Operations: []
Exploring Operation: 72*91=6552, Resulting Numbers: [61, 84, 6552]
Generated Node #2: [61, 84, 6552] from Operation: 72*91=6552
Current State: 17:[61, 84, 6552], Operations: ['72*91=6552']
Exploring Operation: 6552/84=78, Resulting Numbers: [61, 78]
Generated Node #3: ... | 4 |
[
63,
4,
7,
7
] | 63 | [
"7-7=0",
"4*0=0",
"63+0=63"
] | Current State: 63:[63, 4, 7, 7], Operations: []
Exploring Operation: 7-7=0, Resulting Numbers: [63, 4, 0]
Generated Node #2: [63, 4, 0] from Operation: 7-7=0
Current State: 63:[63, 4, 0], Operations: ['7-7=0']
Exploring Operation: 4*0=0, Resulting Numbers: [63, 0]
Generated Node #3: [63, 0] from Operation: 4*0=0
Curren... | 4 |
[
65,
69,
35,
47
] | 50 | [
"69*35=2415",
"2415-65=2350",
"2350/47=50"
] | Current State: 50:[65, 69, 35, 47], Operations: []
Exploring Operation: 69*35=2415, Resulting Numbers: [65, 47, 2415]
Generated Node #2: [65, 47, 2415] from Operation: 69*35=2415
Current State: 50:[65, 47, 2415], Operations: ['69*35=2415']
Exploring Operation: 2415-65=2350, Resulting Numbers: [47, 2350]
Generated Node ... | 4 |
[
56,
39,
74,
89
] | 32 | [
"56-39=17",
"89-74=15",
"17+15=32"
] | Current State: 32:[56, 39, 74, 89], Operations: []
Exploring Operation: 56-39=17, Resulting Numbers: [74, 89, 17]
Generated Node #2: [74, 89, 17] from Operation: 56-39=17
Current State: 32:[74, 89, 17], Operations: ['56-39=17']
Exploring Operation: 89-74=15, Resulting Numbers: [17, 15]
Generated Node #3: [17, 15] from ... | 4 |
[
28,
15,
83,
45
] | 51 | [
"28-15=13",
"83-45=38",
"13+38=51"
] | Current State: 51:[28, 15, 83, 45], Operations: []
Exploring Operation: 28-15=13, Resulting Numbers: [83, 45, 13]
Generated Node #2: [83, 45, 13] from Operation: 28-15=13
Current State: 51:[83, 45, 13], Operations: ['28-15=13']
Exploring Operation: 83-45=38, Resulting Numbers: [13, 38]
Generated Node #3: [13, 38] from ... | 4 |
[
2,
10,
19,
81
] | 41 | [
"81-19=62",
"62/2=31",
"10+31=41"
] | Current State: 41:[2, 10, 19, 81], Operations: []
Exploring Operation: 81-19=62, Resulting Numbers: [2, 10, 62]
Generated Node #2: [2, 10, 62] from Operation: 81-19=62
Current State: 41:[2, 10, 62], Operations: ['81-19=62']
Exploring Operation: 62/2=31, Resulting Numbers: [10, 31]
Generated Node #3: [10, 31] from Opera... | 4 |
[
63,
56,
14,
16
] | 89 | [
"63+56=119",
"14+16=30",
"119-30=89"
] | Current State: 89:[63, 56, 14, 16], Operations: []
Exploring Operation: 63+56=119, Resulting Numbers: [14, 16, 119]
Generated Node #2: [14, 16, 119] from Operation: 63+56=119
Current State: 89:[14, 16, 119], Operations: ['63+56=119']
Exploring Operation: 14+16=30, Resulting Numbers: [119, 30]
Generated Node #3: [119, 3... | 4 |
[
8,
30,
81,
68
] | 83 | [
"68-8=60",
"60/30=2",
"81+2=83"
] | Current State: 83:[8, 30, 81, 68], Operations: []
Exploring Operation: 68-8=60, Resulting Numbers: [30, 81, 60]
Generated Node #2: [30, 81, 60] from Operation: 68-8=60
Current State: 83:[30, 81, 60], Operations: ['68-8=60']
Exploring Operation: 60/30=2, Resulting Numbers: [81, 2]
Generated Node #3: [81, 2] from Operati... | 4 |
[
96,
82,
66,
42
] | 69 | [
"96-82=14",
"42/14=3",
"66+3=69"
] | Current State: 69:[96, 82, 66, 42], Operations: []
Exploring Operation: 96-82=14, Resulting Numbers: [66, 42, 14]
Generated Node #2: [66, 42, 14] from Operation: 96-82=14
Current State: 69:[66, 42, 14], Operations: ['96-82=14']
Exploring Operation: 42/14=3, Resulting Numbers: [66, 3]
Generated Node #3: [66, 3] from Ope... | 4 |
[
54,
48,
22,
20
] | 51 | [
"54+48=102",
"22-20=2",
"102/2=51"
] | Current State: 51:[54, 48, 22, 20], Operations: []
Exploring Operation: 54+48=102, Resulting Numbers: [22, 20, 102]
Generated Node #2: [22, 20, 102] from Operation: 54+48=102
Current State: 51:[22, 20, 102], Operations: ['54+48=102']
Exploring Operation: 22-20=2, Resulting Numbers: [102, 2]
Generated Node #3: [102, 2] ... | 4 |
[
4,
96,
44,
98
] | 36 | [
"98-96=2",
"4*2=8",
"44-8=36"
] | Current State: 36:[4, 96, 44, 98], Operations: []
Exploring Operation: 98-96=2, Resulting Numbers: [4, 44, 2]
Generated Node #2: [4, 44, 2] from Operation: 98-96=2
Current State: 36:[4, 44, 2], Operations: ['98-96=2']
Exploring Operation: 4*2=8, Resulting Numbers: [44, 8]
Generated Node #3: [44, 8] from Operation: 4*2=... | 4 |
[
12,
88,
53,
61
] | 22 | [
"12+53=65",
"65-61=4",
"88/4=22"
] | Current State: 22:[12, 88, 53, 61], Operations: []
Exploring Operation: 12+53=65, Resulting Numbers: [88, 61, 65]
Generated Node #2: [88, 61, 65] from Operation: 12+53=65
Current State: 22:[88, 61, 65], Operations: ['12+53=65']
Exploring Operation: 65-61=4, Resulting Numbers: [88, 4]
Generated Node #3: [88, 4] from Ope... | 4 |
[
23,
17,
63,
35
] | 85 | [
"63-23=40",
"40-35=5",
"17*5=85"
] | Current State: 85:[23, 17, 63, 35], Operations: []
Exploring Operation: 63-23=40, Resulting Numbers: [17, 35, 40]
Generated Node #2: [17, 35, 40] from Operation: 63-23=40
Current State: 85:[17, 35, 40], Operations: ['63-23=40']
Exploring Operation: 40-35=5, Resulting Numbers: [17, 5]
Generated Node #3: [17, 5] from Ope... | 4 |
[
18,
16,
20,
60
] | 82 | [
"18-16=2",
"20+60=80",
"2+80=82"
] | Current State: 82:[18, 16, 20, 60], Operations: []
Exploring Operation: 18-16=2, Resulting Numbers: [20, 60, 2]
Generated Node #2: [20, 60, 2] from Operation: 18-16=2
Current State: 82:[20, 60, 2], Operations: ['18-16=2']
Exploring Operation: 20+60=80, Resulting Numbers: [2, 80]
Generated Node #3: [2, 80] from Operatio... | 4 |
[
3,
50,
19,
79
] | 46 | [
"79-3=76",
"76/19=4",
"50-4=46"
] | Current State: 46:[3, 50, 19, 79], Operations: []
Exploring Operation: 79-3=76, Resulting Numbers: [50, 19, 76]
Generated Node #2: [50, 19, 76] from Operation: 79-3=76
Current State: 46:[50, 19, 76], Operations: ['79-3=76']
Exploring Operation: 76/19=4, Resulting Numbers: [50, 4]
Generated Node #3: [50, 4] from Operati... | 4 |
[
7,
52,
45,
90
] | 49 | [
"52+45=97",
"97-90=7",
"7*7=49"
] | Current State: 49:[7, 52, 45, 90], Operations: []
Exploring Operation: 52+45=97, Resulting Numbers: [7, 90, 97]
Generated Node #2: [7, 90, 97] from Operation: 52+45=97
Current State: 49:[7, 90, 97], Operations: ['52+45=97']
Exploring Operation: 97-90=7, Resulting Numbers: [7, 7]
Generated Node #3: [7, 7] from Operation... | 4 |
[
21,
13,
10,
42
] | 21 | [
"21-13=8",
"10-8=2",
"42/2=21"
] | Current State: 21:[21, 13, 10, 42], Operations: []
Exploring Operation: 21-13=8, Resulting Numbers: [10, 42, 8]
Generated Node #2: [10, 42, 8] from Operation: 21-13=8
Current State: 21:[10, 42, 8], Operations: ['21-13=8']
Exploring Operation: 10-8=2, Resulting Numbers: [42, 2]
Generated Node #3: [42, 2] from Operation:... | 4 |
[
2,
21,
83,
26
] | 15 | [
"2*21=42",
"83-26=57",
"57-42=15"
] | Current State: 15:[2, 21, 83, 26], Operations: []
Exploring Operation: 2*21=42, Resulting Numbers: [83, 26, 42]
Generated Node #2: [83, 26, 42] from Operation: 2*21=42
Current State: 15:[83, 26, 42], Operations: ['2*21=42']
Exploring Operation: 83-26=57, Resulting Numbers: [42, 57]
Generated Node #3: [42, 57] from Oper... | 4 |
[
25,
84,
97,
91
] | 90 | [
"84+91=175",
"175/25=7",
"97-7=90"
] | Current State: 90:[25, 84, 97, 91], Operations: []
Exploring Operation: 84+91=175, Resulting Numbers: [25, 97, 175]
Generated Node #2: [25, 97, 175] from Operation: 84+91=175
Current State: 90:[25, 97, 175], Operations: ['84+91=175']
Exploring Operation: 175/25=7, Resulting Numbers: [97, 7]
Generated Node #3: [97, 7] f... | 4 |
[
66,
13,
18,
58
] | 93 | [
"66-13=53",
"58-18=40",
"53+40=93"
] | Current State: 93:[66, 13, 18, 58], Operations: []
Exploring Operation: 66-13=53, Resulting Numbers: [18, 58, 53]
Generated Node #2: [18, 58, 53] from Operation: 66-13=53
Current State: 93:[18, 58, 53], Operations: ['66-13=53']
Exploring Operation: 58-18=40, Resulting Numbers: [53, 40]
Generated Node #3: [53, 40] from ... | 4 |
[
75,
36,
56,
23
] | 72 | [
"75-36=39",
"56-23=33",
"39+33=72"
] | Current State: 72:[75, 36, 56, 23], Operations: []
Exploring Operation: 75-36=39, Resulting Numbers: [56, 23, 39]
Generated Node #2: [56, 23, 39] from Operation: 75-36=39
Current State: 72:[56, 23, 39], Operations: ['75-36=39']
Exploring Operation: 56-23=33, Resulting Numbers: [39, 33]
Generated Node #3: [39, 33] from ... | 4 |
[
62,
54,
70,
5
] | 22 | [
"62-54=8",
"70/5=14",
"8+14=22"
] | Current State: 22:[62, 54, 70, 5], Operations: []
Exploring Operation: 62-54=8, Resulting Numbers: [70, 5, 8]
Generated Node #2: [70, 5, 8] from Operation: 62-54=8
Current State: 22:[70, 5, 8], Operations: ['62-54=8']
Exploring Operation: 70/5=14, Resulting Numbers: [8, 14]
Generated Node #3: [8, 14] from Operation: 70... | 4 |
[
53,
13,
47,
26
] | 61 | [
"53-13=40",
"47-26=21",
"40+21=61"
] | Current State: 61:[53, 13, 47, 26], Operations: []
Exploring Operation: 53-13=40, Resulting Numbers: [47, 26, 40]
Generated Node #2: [47, 26, 40] from Operation: 53-13=40
Current State: 61:[47, 26, 40], Operations: ['53-13=40']
Exploring Operation: 47-26=21, Resulting Numbers: [40, 21]
Generated Node #3: [40, 21] from ... | 4 |
[
81,
9,
48,
49
] | 71 | [
"81-9=72",
"49-48=1",
"72-1=71"
] | Current State: 71:[81, 9, 48, 49], Operations: []
Exploring Operation: 81-9=72, Resulting Numbers: [48, 49, 72]
Generated Node #2: [48, 49, 72] from Operation: 81-9=72
Current State: 71:[48, 49, 72], Operations: ['81-9=72']
Exploring Operation: 49-48=1, Resulting Numbers: [72, 1]
Generated Node #3: [72, 1] from Operati... | 4 |
[
96,
61,
32,
39
] | 51 | [
"96*32=3072",
"39+3072=3111",
"3111/61=51"
] | Current State: 51:[96, 61, 32, 39], Operations: []
Exploring Operation: 96*32=3072, Resulting Numbers: [61, 39, 3072]
Generated Node #2: [61, 39, 3072] from Operation: 96*32=3072
Current State: 51:[61, 39, 3072], Operations: ['96*32=3072']
Exploring Operation: 39+3072=3111, Resulting Numbers: [61, 3111]
Generated Node ... | 4 |
[
30,
97,
68,
5
] | 64 | [
"30+97=127",
"68-5=63",
"127-63=64"
] | Current State: 64:[30, 97, 68, 5], Operations: []
Exploring Operation: 30+97=127, Resulting Numbers: [68, 5, 127]
Generated Node #2: [68, 5, 127] from Operation: 30+97=127
Current State: 64:[68, 5, 127], Operations: ['30+97=127']
Exploring Operation: 68-5=63, Resulting Numbers: [127, 63]
Generated Node #3: [127, 63] fr... | 4 |
[
8,
15,
20,
52
] | 31 | [
"15*20=300",
"300-52=248",
"248/8=31"
] | Current State: 31:[8, 15, 20, 52], Operations: []
Exploring Operation: 15*20=300, Resulting Numbers: [8, 52, 300]
Generated Node #2: [8, 52, 300] from Operation: 15*20=300
Current State: 31:[8, 52, 300], Operations: ['15*20=300']
Exploring Operation: 300-52=248, Resulting Numbers: [8, 248]
Generated Node #3: [8, 248] f... | 4 |
[
52,
24,
47,
34
] | 15 | [
"52-24=28",
"47-34=13",
"28-13=15"
] | Current State: 15:[52, 24, 47, 34], Operations: []
Exploring Operation: 52-24=28, Resulting Numbers: [47, 34, 28]
Generated Node #2: [47, 34, 28] from Operation: 52-24=28
Current State: 15:[47, 34, 28], Operations: ['52-24=28']
Exploring Operation: 47-34=13, Resulting Numbers: [28, 13]
Generated Node #3: [28, 13] from ... | 4 |
[
89,
66,
72,
69
] | 75 | [
"89-66=23",
"69/23=3",
"72+3=75"
] | Current State: 75:[89, 66, 72, 69], Operations: []
Exploring Operation: 89-66=23, Resulting Numbers: [72, 69, 23]
Generated Node #2: [72, 69, 23] from Operation: 89-66=23
Current State: 75:[72, 69, 23], Operations: ['89-66=23']
Exploring Operation: 69/23=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Ope... | 4 |
[
62,
25,
18,
60
] | 41 | [
"62-25=37",
"18+60=78",
"78-37=41"
] | Current State: 41:[62, 25, 18, 60], Operations: []
Exploring Operation: 62-25=37, Resulting Numbers: [18, 60, 37]
Generated Node #2: [18, 60, 37] from Operation: 62-25=37
Current State: 41:[18, 60, 37], Operations: ['62-25=37']
Exploring Operation: 18+60=78, Resulting Numbers: [37, 78]
Generated Node #3: [37, 78] from ... | 4 |
[
28,
70,
13,
14
] | 15 | [
"70-28=42",
"13+14=27",
"42-27=15"
] | Current State: 15:[28, 70, 13, 14], Operations: []
Exploring Operation: 70-28=42, Resulting Numbers: [13, 14, 42]
Generated Node #2: [13, 14, 42] from Operation: 70-28=42
Current State: 15:[13, 14, 42], Operations: ['70-28=42']
Exploring Operation: 13+14=27, Resulting Numbers: [42, 27]
Generated Node #3: [42, 27] from ... | 4 |
[
3,
76,
97,
61
] | 88 | [
"97-61=36",
"36/3=12",
"76+12=88"
] | Current State: 88:[3, 76, 97, 61], Operations: []
Exploring Operation: 97-61=36, Resulting Numbers: [3, 76, 36]
Generated Node #2: [3, 76, 36] from Operation: 97-61=36
Current State: 88:[3, 76, 36], Operations: ['97-61=36']
Exploring Operation: 36/3=12, Resulting Numbers: [76, 12]
Generated Node #3: [76, 12] from Opera... | 4 |
[
88,
20,
7,
4
] | 57 | [
"88-20=68",
"7+4=11",
"68-11=57"
] | Current State: 57:[88, 20, 7, 4], Operations: []
Exploring Operation: 88-20=68, Resulting Numbers: [7, 4, 68]
Generated Node #2: [7, 4, 68] from Operation: 88-20=68
Current State: 57:[7, 4, 68], Operations: ['88-20=68']
Exploring Operation: 7+4=11, Resulting Numbers: [68, 11]
Generated Node #3: [68, 11] from Operation:... | 4 |
[
88,
26,
34,
30
] | 56 | [
"30-26=4",
"88/4=22",
"34+22=56"
] | Current State: 56:[88, 26, 34, 30], Operations: []
Exploring Operation: 30-26=4, Resulting Numbers: [88, 34, 4]
Generated Node #2: [88, 34, 4] from Operation: 30-26=4
Current State: 56:[88, 34, 4], Operations: ['30-26=4']
Exploring Operation: 88/4=22, Resulting Numbers: [34, 22]
Generated Node #3: [34, 22] from Operati... | 4 |
[
69,
80,
2,
91
] | 78 | [
"80-69=11",
"91-2=89",
"89-11=78"
] | Current State: 78:[69, 80, 2, 91], Operations: []
Exploring Operation: 80-69=11, Resulting Numbers: [2, 91, 11]
Generated Node #2: [2, 91, 11] from Operation: 80-69=11
Current State: 78:[2, 91, 11], Operations: ['80-69=11']
Exploring Operation: 91-2=89, Resulting Numbers: [11, 89]
Generated Node #3: [11, 89] from Opera... | 4 |
[
6,
53,
18,
98
] | 61 | [
"18/6=3",
"53*3=159",
"159-98=61"
] | Current State: 61:[6, 53, 18, 98], Operations: []
Exploring Operation: 18/6=3, Resulting Numbers: [53, 98, 3]
Generated Node #2: [53, 98, 3] from Operation: 18/6=3
Current State: 61:[53, 98, 3], Operations: ['18/6=3']
Exploring Operation: 53*3=159, Resulting Numbers: [98, 159]
Generated Node #3: [98, 159] from Operatio... | 4 |
[
69,
1,
39,
2
] | 98 | [
"69*2=138",
"1+39=40",
"138-40=98"
] | Current State: 98:[69, 1, 39, 2], Operations: []
Exploring Operation: 69*2=138, Resulting Numbers: [1, 39, 138]
Generated Node #2: [1, 39, 138] from Operation: 69*2=138
Current State: 98:[1, 39, 138], Operations: ['69*2=138']
Exploring Operation: 1+39=40, Resulting Numbers: [138, 40]
Generated Node #3: [138, 40] from O... | 4 |
[
3,
94,
23,
60
] | 19 | [
"94+23=117",
"117-60=57",
"57/3=19"
] | Current State: 19:[3, 94, 23, 60], Operations: []
Exploring Operation: 94+23=117, Resulting Numbers: [3, 60, 117]
Generated Node #2: [3, 60, 117] from Operation: 94+23=117
Current State: 19:[3, 60, 117], Operations: ['94+23=117']
Exploring Operation: 117-60=57, Resulting Numbers: [3, 57]
Generated Node #3: [3, 57] from... | 4 |
[
9,
67,
34,
69
] | 16 | [
"69-67=2",
"9*2=18",
"34-18=16"
] | Current State: 16:[9, 67, 34, 69], Operations: []
Exploring Operation: 69-67=2, Resulting Numbers: [9, 34, 2]
Generated Node #2: [9, 34, 2] from Operation: 69-67=2
Current State: 16:[9, 34, 2], Operations: ['69-67=2']
Exploring Operation: 9*2=18, Resulting Numbers: [34, 18]
Generated Node #3: [34, 18] from Operation: 9... | 4 |
[
61,
51,
67,
93
] | 86 | [
"61+51=112",
"93-67=26",
"112-26=86"
] | Current State: 86:[61, 51, 67, 93], Operations: []
Exploring Operation: 61+51=112, Resulting Numbers: [67, 93, 112]
Generated Node #2: [67, 93, 112] from Operation: 61+51=112
Current State: 86:[67, 93, 112], Operations: ['61+51=112']
Exploring Operation: 93-67=26, Resulting Numbers: [112, 26]
Generated Node #3: [112, 2... | 4 |
[
65,
94,
17,
24
] | 12 | [
"94-65=29",
"17+24=41",
"41-29=12"
] | Current State: 12:[65, 94, 17, 24], Operations: []
Exploring Operation: 94-65=29, Resulting Numbers: [17, 24, 29]
Generated Node #2: [17, 24, 29] from Operation: 94-65=29
Current State: 12:[17, 24, 29], Operations: ['94-65=29']
Exploring Operation: 17+24=41, Resulting Numbers: [29, 41]
Generated Node #3: [29, 41] from ... | 4 |
[
26,
11,
39,
66
] | 55 | [
"26*66=1716",
"1716/39=44",
"11+44=55"
] | Current State: 55:[26, 11, 39, 66], Operations: []
Exploring Operation: 26*66=1716, Resulting Numbers: [11, 39, 1716]
Generated Node #2: [11, 39, 1716] from Operation: 26*66=1716
Current State: 55:[11, 39, 1716], Operations: ['26*66=1716']
Exploring Operation: 1716/39=44, Resulting Numbers: [11, 44]
Generated Node #3: ... | 4 |
[
43,
49,
33,
58
] | 67 | [
"43+49=92",
"58-33=25",
"92-25=67"
] | Current State: 67:[43, 49, 33, 58], Operations: []
Exploring Operation: 43+49=92, Resulting Numbers: [33, 58, 92]
Generated Node #2: [33, 58, 92] from Operation: 43+49=92
Current State: 67:[33, 58, 92], Operations: ['43+49=92']
Exploring Operation: 58-33=25, Resulting Numbers: [92, 25]
Generated Node #3: [92, 25] from ... | 4 |
[
62,
9,
56,
15
] | 99 | [
"62-56=6",
"15*6=90",
"9+90=99"
] | Current State: 99:[62, 9, 56, 15], Operations: []
Exploring Operation: 62-56=6, Resulting Numbers: [9, 15, 6]
Generated Node #2: [9, 15, 6] from Operation: 62-56=6
Current State: 99:[9, 15, 6], Operations: ['62-56=6']
Exploring Operation: 15*6=90, Resulting Numbers: [9, 90]
Generated Node #3: [9, 90] from Operation: 15... | 4 |
[
82,
69,
64,
9
] | 67 | [
"82-64=18",
"18/9=2",
"69-2=67"
] | Current State: 67:[82, 69, 64, 9], Operations: []
Exploring Operation: 82-64=18, Resulting Numbers: [69, 9, 18]
Generated Node #2: [69, 9, 18] from Operation: 82-64=18
Current State: 67:[69, 9, 18], Operations: ['82-64=18']
Exploring Operation: 18/9=2, Resulting Numbers: [69, 2]
Generated Node #3: [69, 2] from Operatio... | 4 |
[
43,
3,
6,
42
] | 93 | [
"43*3=129",
"42-6=36",
"129-36=93"
] | Current State: 93:[43, 3, 6, 42], Operations: []
Exploring Operation: 43*3=129, Resulting Numbers: [6, 42, 129]
Generated Node #2: [6, 42, 129] from Operation: 43*3=129
Current State: 93:[6, 42, 129], Operations: ['43*3=129']
Exploring Operation: 42-6=36, Resulting Numbers: [129, 36]
Generated Node #3: [129, 36] from O... | 4 |
[
83,
72,
83,
74
] | 75 | [
"83-74=9",
"72/9=8",
"83-8=75"
] | Current State: 75:[83, 72, 83, 74], Operations: []
Exploring Operation: 83-74=9, Resulting Numbers: [72, 9]
Generated Node #2: [72, 9] from Operation: 83-74=9
Current State: 75:[72, 9], Operations: ['83-74=9']
Exploring Operation: 72/9=8, Resulting Numbers: [8]
8,75 equal: Goal Reached
Exploring Operation: 83-8=75, Res... | 4 |
[
8,
76,
95,
28
] | 82 | [
"76+28=104",
"104/8=13",
"95-13=82"
] | Current State: 82:[8, 76, 95, 28], Operations: []
Exploring Operation: 76+28=104, Resulting Numbers: [8, 95, 104]
Generated Node #2: [8, 95, 104] from Operation: 76+28=104
Current State: 82:[8, 95, 104], Operations: ['76+28=104']
Exploring Operation: 104/8=13, Resulting Numbers: [95, 13]
Generated Node #3: [95, 13] fro... | 4 |
[
93,
47,
78,
79
] | 46 | [
"93-47=46",
"79-78=1",
"46*1=46"
] | Current State: 46:[93, 47, 78, 79], Operations: []
Exploring Operation: 93-47=46, Resulting Numbers: [78, 79, 46]
Generated Node #2: [78, 79, 46] from Operation: 93-47=46
Current State: 46:[78, 79, 46], Operations: ['93-47=46']
Exploring Operation: 79-78=1, Resulting Numbers: [46, 1]
Generated Node #3: [46, 1] from Ope... | 4 |
[
22,
34,
43,
50
] | 84 | [
"34-22=12",
"50-43=7",
"12*7=84"
] | Current State: 84:[22, 34, 43, 50], Operations: []
Exploring Operation: 34-22=12, Resulting Numbers: [43, 50, 12]
Generated Node #2: [43, 50, 12] from Operation: 34-22=12
Current State: 84:[43, 50, 12], Operations: ['34-22=12']
Exploring Operation: 50-43=7, Resulting Numbers: [12, 7]
Generated Node #3: [12, 7] from Ope... | 4 |
[
48,
78,
52,
38
] | 10 | [
"52-48=4",
"78-38=40",
"40/4=10"
] | Current State: 10:[48, 78, 52, 38], Operations: []
Exploring Operation: 52-48=4, Resulting Numbers: [78, 38, 4]
Generated Node #2: [78, 38, 4] from Operation: 52-48=4
Current State: 10:[78, 38, 4], Operations: ['52-48=4']
Exploring Operation: 78-38=40, Resulting Numbers: [4, 40]
Generated Node #3: [4, 40] from Operatio... | 4 |
[
6,
66,
69,
18
] | 12 | [
"69-66=3",
"18/3=6",
"6+6=12"
] | Current State: 12:[6, 66, 69, 18], Operations: []
Exploring Operation: 69-66=3, Resulting Numbers: [6, 18, 3]
Generated Node #2: [6, 18, 3] from Operation: 69-66=3
Current State: 12:[6, 18, 3], Operations: ['69-66=3']
Exploring Operation: 18/3=6, Resulting Numbers: [6, 6]
Generated Node #3: [6, 6] from Operation: 18/3=... | 4 |
[
74,
3,
29,
7
] | 35 | [
"74-3=71",
"29+7=36",
"71-36=35"
] | Current State: 35:[74, 3, 29, 7], Operations: []
Exploring Operation: 74-3=71, Resulting Numbers: [29, 7, 71]
Generated Node #2: [29, 7, 71] from Operation: 74-3=71
Current State: 35:[29, 7, 71], Operations: ['74-3=71']
Exploring Operation: 29+7=36, Resulting Numbers: [71, 36]
Generated Node #3: [71, 36] from Operation... | 4 |
[
8,
88,
84,
99
] | 81 | [
"8+88=96",
"99-84=15",
"96-15=81"
] | Current State: 81:[8, 88, 84, 99], Operations: []
Exploring Operation: 8+88=96, Resulting Numbers: [84, 99, 96]
Generated Node #2: [84, 99, 96] from Operation: 8+88=96
Current State: 81:[84, 99, 96], Operations: ['8+88=96']
Exploring Operation: 99-84=15, Resulting Numbers: [96, 15]
Generated Node #3: [96, 15] from Oper... | 4 |
[
78,
10,
29,
45
] | 43 | [
"10+29=39",
"78/39=2",
"45-2=43"
] | Current State: 43:[78, 10, 29, 45], Operations: []
Exploring Operation: 10+29=39, Resulting Numbers: [78, 45, 39]
Generated Node #2: [78, 45, 39] from Operation: 10+29=39
Current State: 43:[78, 45, 39], Operations: ['10+29=39']
Exploring Operation: 78/39=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Ope... | 4 |
[
41,
90,
3,
56
] | 25 | [
"41+90=131",
"131-56=75",
"75/3=25"
] | Current State: 25:[41, 90, 3, 56], Operations: []
Exploring Operation: 41+90=131, Resulting Numbers: [3, 56, 131]
Generated Node #2: [3, 56, 131] from Operation: 41+90=131
Current State: 25:[3, 56, 131], Operations: ['41+90=131']
Exploring Operation: 131-56=75, Resulting Numbers: [3, 75]
Generated Node #3: [3, 75] from... | 4 |
[
81,
9,
98,
76
] | 13 | [
"81/9=9",
"98-76=22",
"22-9=13"
] | Current State: 13:[81, 9, 98, 76], Operations: []
Exploring Operation: 81/9=9, Resulting Numbers: [98, 76, 9]
Generated Node #2: [98, 76, 9] from Operation: 81/9=9
Current State: 13:[98, 76, 9], Operations: ['81/9=9']
Exploring Operation: 98-76=22, Resulting Numbers: [9, 22]
Generated Node #3: [9, 22] from Operation: 9... | 4 |
[
51,
5,
59,
82
] | 42 | [
"59-51=8",
"5*8=40",
"82-40=42"
] | Current State: 42:[51, 5, 59, 82], Operations: []
Exploring Operation: 59-51=8, Resulting Numbers: [5, 82, 8]
Generated Node #2: [5, 82, 8] from Operation: 59-51=8
Current State: 42:[5, 82, 8], Operations: ['59-51=8']
Exploring Operation: 5*8=40, Resulting Numbers: [82, 40]
Generated Node #3: [82, 40] from Operation: 5... | 4 |
[
2,
24,
6,
41
] | 56 | [
"24+6=30",
"30/2=15",
"41+15=56"
] | Current State: 56:[2, 24, 6, 41], Operations: []
Exploring Operation: 24+6=30, Resulting Numbers: [2, 41, 30]
Generated Node #2: [2, 41, 30] from Operation: 24+6=30
Current State: 56:[2, 41, 30], Operations: ['24+6=30']
Exploring Operation: 30/2=15, Resulting Numbers: [41, 15]
Generated Node #3: [41, 15] from Operation... | 4 |
[
48,
66,
49,
18
] | 49 | [
"66-48=18",
"49+18=67",
"67-18=49"
] | Current State: 49:[48, 66, 49, 18], Operations: []
Exploring Operation: 66-48=18, Resulting Numbers: [49, 18, 18]
Generated Node #2: [49, 18, 18] from Operation: 66-48=18
Current State: 49:[49, 18, 18], Operations: ['66-48=18']
Exploring Operation: 49+18=67, Resulting Numbers: [67]
67,49 equal: Goal Reached
Exploring O... | 4 |
[
81,
85,
45,
30
] | 91 | [
"81+85=166",
"45+30=75",
"166-75=91"
] | Current State: 91:[81, 85, 45, 30], Operations: []
Exploring Operation: 81+85=166, Resulting Numbers: [45, 30, 166]
Generated Node #2: [45, 30, 166] from Operation: 81+85=166
Current State: 91:[45, 30, 166], Operations: ['81+85=166']
Exploring Operation: 45+30=75, Resulting Numbers: [166, 75]
Generated Node #3: [166, 7... | 4 |
[
54,
16,
3,
46
] | 12 | [
"54/3=18",
"46-16=30",
"30-18=12"
] | Current State: 12:[54, 16, 3, 46], Operations: []
Exploring Operation: 54/3=18, Resulting Numbers: [16, 46, 18]
Generated Node #2: [16, 46, 18] from Operation: 54/3=18
Current State: 12:[16, 46, 18], Operations: ['54/3=18']
Exploring Operation: 46-16=30, Resulting Numbers: [18, 30]
Generated Node #3: [18, 30] from Oper... | 4 |
[
17,
45,
12,
4
] | 19 | [
"45-17=28",
"28/4=7",
"12+7=19"
] | Current State: 19:[17, 45, 12, 4], Operations: []
Exploring Operation: 45-17=28, Resulting Numbers: [12, 4, 28]
Generated Node #2: [12, 4, 28] from Operation: 45-17=28
Current State: 19:[12, 4, 28], Operations: ['45-17=28']
Exploring Operation: 28/4=7, Resulting Numbers: [12, 7]
Generated Node #3: [12, 7] from Operatio... | 4 |
[
29,
14,
39,
15
] | 67 | [
"29+14=43",
"39-15=24",
"43+24=67"
] | Current State: 67:[29, 14, 39, 15], Operations: []
Exploring Operation: 29+14=43, Resulting Numbers: [39, 15, 43]
Generated Node #2: [39, 15, 43] from Operation: 29+14=43
Current State: 67:[39, 15, 43], Operations: ['29+14=43']
Exploring Operation: 39-15=24, Resulting Numbers: [43, 24]
Generated Node #3: [43, 24] from ... | 4 |
[
88,
32,
42,
47
] | 61 | [
"88-32=56",
"47-42=5",
"56+5=61"
] | Current State: 61:[88, 32, 42, 47], Operations: []
Exploring Operation: 88-32=56, Resulting Numbers: [42, 47, 56]
Generated Node #2: [42, 47, 56] from Operation: 88-32=56
Current State: 61:[42, 47, 56], Operations: ['88-32=56']
Exploring Operation: 47-42=5, Resulting Numbers: [56, 5]
Generated Node #3: [56, 5] from Ope... | 4 |
[
18,
27,
29,
4
] | 13 | [
"29-27=2",
"18/2=9",
"4+9=13"
] | Current State: 13:[18, 27, 29, 4], Operations: []
Exploring Operation: 29-27=2, Resulting Numbers: [18, 4, 2]
Generated Node #2: [18, 4, 2] from Operation: 29-27=2
Current State: 13:[18, 4, 2], Operations: ['29-27=2']
Exploring Operation: 18/2=9, Resulting Numbers: [4, 9]
Generated Node #3: [4, 9] from Operation: 18/2=... | 4 |
[
76,
35,
90,
45
] | 39 | [
"76-35=41",
"90/45=2",
"41-2=39"
] | Current State: 39:[76, 35, 90, 45], Operations: []
Exploring Operation: 76-35=41, Resulting Numbers: [90, 45, 41]
Generated Node #2: [90, 45, 41] from Operation: 76-35=41
Current State: 39:[90, 45, 41], Operations: ['76-35=41']
Exploring Operation: 90/45=2, Resulting Numbers: [41, 2]
Generated Node #3: [41, 2] from Ope... | 4 |
[
19,
9,
3,
48
] | 76 | [
"19*48=912",
"9+3=12",
"912/12=76"
] | Current State: 76:[19, 9, 3, 48], Operations: []
Exploring Operation: 19*48=912, Resulting Numbers: [9, 3, 912]
Generated Node #2: [9, 3, 912] from Operation: 19*48=912
Current State: 76:[9, 3, 912], Operations: ['19*48=912']
Exploring Operation: 9+3=12, Resulting Numbers: [912, 12]
Generated Node #3: [912, 12] from Op... | 4 |
[
56,
20,
57,
4
] | 97 | [
"56-20=36",
"57+4=61",
"36+61=97"
] | Current State: 97:[56, 20, 57, 4], Operations: []
Exploring Operation: 56-20=36, Resulting Numbers: [57, 4, 36]
Generated Node #2: [57, 4, 36] from Operation: 56-20=36
Current State: 97:[57, 4, 36], Operations: ['56-20=36']
Exploring Operation: 57+4=61, Resulting Numbers: [36, 61]
Generated Node #3: [36, 61] from Opera... | 4 |
[
64,
26,
38,
63
] | 65 | [
"64+26=90",
"63-38=25",
"90-25=65"
] | Current State: 65:[64, 26, 38, 63], Operations: []
Exploring Operation: 64+26=90, Resulting Numbers: [38, 63, 90]
Generated Node #2: [38, 63, 90] from Operation: 64+26=90
Current State: 65:[38, 63, 90], Operations: ['64+26=90']
Exploring Operation: 63-38=25, Resulting Numbers: [90, 25]
Generated Node #3: [90, 25] from ... | 4 |
[
94,
73,
92,
22
] | 91 | [
"94-73=21",
"92-22=70",
"21+70=91"
] | Current State: 91:[94, 73, 92, 22], Operations: []
Exploring Operation: 94-73=21, Resulting Numbers: [92, 22, 21]
Generated Node #2: [92, 22, 21] from Operation: 94-73=21
Current State: 91:[92, 22, 21], Operations: ['94-73=21']
Exploring Operation: 92-22=70, Resulting Numbers: [21, 70]
Generated Node #3: [21, 70] from ... | 4 |
[
18,
91,
2,
85
] | 97 | [
"18+91=109",
"85+109=194",
"194/2=97"
] | Current State: 97:[18, 91, 2, 85], Operations: []
Exploring Operation: 18+91=109, Resulting Numbers: [2, 85, 109]
Generated Node #2: [2, 85, 109] from Operation: 18+91=109
Current State: 97:[2, 85, 109], Operations: ['18+91=109']
Exploring Operation: 85+109=194, Resulting Numbers: [2, 194]
Generated Node #3: [2, 194] f... | 4 |
[
92,
64,
13,
59
] | 66 | [
"59-13=46",
"92/46=2",
"64+2=66"
] | Current State: 66:[92, 64, 13, 59], Operations: []
Exploring Operation: 59-13=46, Resulting Numbers: [92, 64, 46]
Generated Node #2: [92, 64, 46] from Operation: 59-13=46
Current State: 66:[92, 64, 46], Operations: ['59-13=46']
Exploring Operation: 92/46=2, Resulting Numbers: [64, 2]
Generated Node #3: [64, 2] from Ope... | 4 |
[
3,
88,
95,
81
] | 88 | [
"3*88=264",
"95+81=176",
"264-176=88"
] | Current State: 88:[3, 88, 95, 81], Operations: []
Exploring Operation: 3*88=264, Resulting Numbers: [95, 81, 264]
Generated Node #2: [95, 81, 264] from Operation: 3*88=264
Current State: 88:[95, 81, 264], Operations: ['3*88=264']
Exploring Operation: 95+81=176, Resulting Numbers: [264, 176]
Generated Node #3: [264, 176... | 4 |
[
43,
77,
8,
24
] | 72 | [
"43+77=120",
"8*24=192",
"192-120=72"
] | Current State: 72:[43, 77, 8, 24], Operations: []
Exploring Operation: 43+77=120, Resulting Numbers: [8, 24, 120]
Generated Node #2: [8, 24, 120] from Operation: 43+77=120
Current State: 72:[8, 24, 120], Operations: ['43+77=120']
Exploring Operation: 8*24=192, Resulting Numbers: [120, 192]
Generated Node #3: [120, 192]... | 4 |
[
1,
14,
26,
28
] | 28 | [
"1*14=14",
"28-26=2",
"14*2=28"
] | Current State: 28:[1, 14, 26, 28], Operations: []
Exploring Operation: 1*14=14, Resulting Numbers: [26, 28, 14]
Generated Node #2: [26, 28, 14] from Operation: 1*14=14
Current State: 28:[26, 28, 14], Operations: ['1*14=14']
Exploring Operation: 28-26=2, Resulting Numbers: [14, 2]
Generated Node #3: [14, 2] from Operati... | 4 |
[
16,
90,
19,
18
] | 52 | [
"18-16=2",
"19*2=38",
"90-38=52"
] | Current State: 52:[16, 90, 19, 18], Operations: []
Exploring Operation: 18-16=2, Resulting Numbers: [90, 19, 2]
Generated Node #2: [90, 19, 2] from Operation: 18-16=2
Current State: 52:[90, 19, 2], Operations: ['18-16=2']
Exploring Operation: 19*2=38, Resulting Numbers: [90, 38]
Generated Node #3: [90, 38] from Operati... | 4 |
[
17,
2,
48,
51
] | 12 | [
"17-2=15",
"51-48=3",
"15-3=12"
] | Current State: 12:[17, 2, 48, 51], Operations: []
Exploring Operation: 17-2=15, Resulting Numbers: [48, 51, 15]
Generated Node #2: [48, 51, 15] from Operation: 17-2=15
Current State: 12:[48, 51, 15], Operations: ['17-2=15']
Exploring Operation: 51-48=3, Resulting Numbers: [15, 3]
Generated Node #3: [15, 3] from Operati... | 4 |
[
9,
69,
47,
63
] | 29 | [
"63/9=7",
"69-47=22",
"7+22=29"
] | Current State: 29:[9, 69, 47, 63], Operations: []
Exploring Operation: 63/9=7, Resulting Numbers: [69, 47, 7]
Generated Node #2: [69, 47, 7] from Operation: 63/9=7
Current State: 29:[69, 47, 7], Operations: ['63/9=7']
Exploring Operation: 69-47=22, Resulting Numbers: [7, 22]
Generated Node #3: [7, 22] from Operation: 6... | 4 |
[
50,
83,
43,
47
] | 37 | [
"83-50=33",
"47-43=4",
"33+4=37"
] | Current State: 37:[50, 83, 43, 47], Operations: []
Exploring Operation: 83-50=33, Resulting Numbers: [43, 47, 33]
Generated Node #2: [43, 47, 33] from Operation: 83-50=33
Current State: 37:[43, 47, 33], Operations: ['83-50=33']
Exploring Operation: 47-43=4, Resulting Numbers: [33, 4]
Generated Node #3: [33, 4] from Ope... | 4 |
[
95,
49,
82,
87
] | 30 | [
"87-82=5",
"95/5=19",
"49-19=30"
] | Current State: 30:[95, 49, 82, 87], Operations: []
Exploring Operation: 87-82=5, Resulting Numbers: [95, 49, 5]
Generated Node #2: [95, 49, 5] from Operation: 87-82=5
Current State: 30:[95, 49, 5], Operations: ['87-82=5']
Exploring Operation: 95/5=19, Resulting Numbers: [49, 19]
Generated Node #3: [49, 19] from Operati... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.