nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
41,
60,
61,
42
] | 19 | [
"41*61=2501",
"60*42=2520",
"2520-2501=19"
] | Current State: 19:[41, 60, 61, 42], Operations: []
Exploring Operation: 41*61=2501, Resulting Numbers: [60, 42, 2501]
Generated Node #2: [60, 42, 2501] from Operation: 41*61=2501
Current State: 19:[60, 42, 2501], Operations: ['41*61=2501']
Exploring Operation: 60*42=2520, Resulting Numbers: [2501, 2520]
Generated Node ... | 4 |
[
36,
83,
34,
27
] | 29 | [
"36-34=2",
"27*2=54",
"83-54=29"
] | Current State: 29:[36, 83, 34, 27], Operations: []
Exploring Operation: 36-34=2, Resulting Numbers: [83, 27, 2]
Generated Node #2: [83, 27, 2] from Operation: 36-34=2
Current State: 29:[83, 27, 2], Operations: ['36-34=2']
Exploring Operation: 27*2=54, Resulting Numbers: [83, 54]
Generated Node #3: [83, 54] from Operati... | 4 |
[
42,
92,
50,
27
] | 38 | [
"50-27=23",
"92/23=4",
"42-4=38"
] | Current State: 38:[42, 92, 50, 27], Operations: []
Exploring Operation: 50-27=23, Resulting Numbers: [42, 92, 23]
Generated Node #2: [42, 92, 23] from Operation: 50-27=23
Current State: 38:[42, 92, 23], Operations: ['50-27=23']
Exploring Operation: 92/23=4, Resulting Numbers: [42, 4]
Generated Node #3: [42, 4] from Ope... | 4 |
[
12,
40,
7,
2
] | 22 | [
"12*7=84",
"84-40=44",
"44/2=22"
] | Current State: 22:[12, 40, 7, 2], Operations: []
Exploring Operation: 12*7=84, Resulting Numbers: [40, 2, 84]
Generated Node #2: [40, 2, 84] from Operation: 12*7=84
Current State: 22:[40, 2, 84], Operations: ['12*7=84']
Exploring Operation: 84-40=44, Resulting Numbers: [2, 44]
Generated Node #3: [2, 44] from Operation:... | 4 |
[
20,
87,
93,
31
] | 49 | [
"87*31=2697",
"2697/93=29",
"20+29=49"
] | Current State: 49:[20, 87, 93, 31], Operations: []
Exploring Operation: 87*31=2697, Resulting Numbers: [20, 93, 2697]
Generated Node #2: [20, 93, 2697] from Operation: 87*31=2697
Current State: 49:[20, 93, 2697], Operations: ['87*31=2697']
Exploring Operation: 2697/93=29, Resulting Numbers: [20, 29]
Generated Node #3: ... | 4 |
[
51,
79,
51,
15
] | 65 | [
"51/51=1",
"79-15=64",
"1+64=65"
] | Current State: 65:[51, 79, 51, 15], Operations: []
Exploring Operation: 51/51=1, Resulting Numbers: [79, 15, 1]
Generated Node #2: [79, 15, 1] from Operation: 51/51=1
Current State: 65:[79, 15, 1], Operations: ['51/51=1']
Exploring Operation: 79-15=64, Resulting Numbers: [1, 64]
Generated Node #3: [1, 64] from Operatio... | 4 |
[
42,
36,
3,
9
] | 14 | [
"36/3=12",
"12-9=3",
"42/3=14"
] | Current State: 14:[42, 36, 3, 9], Operations: []
Exploring Operation: 36/3=12, Resulting Numbers: [42, 9, 12]
Generated Node #2: [42, 9, 12] from Operation: 36/3=12
Current State: 14:[42, 9, 12], Operations: ['36/3=12']
Exploring Operation: 12-9=3, Resulting Numbers: [42, 3]
Generated Node #3: [42, 3] from Operation: 1... | 4 |
[
50,
35,
25,
23
] | 93 | [
"50*35=1750",
"1750/25=70",
"23+70=93"
] | Current State: 93:[50, 35, 25, 23], Operations: []
Exploring Operation: 50*35=1750, Resulting Numbers: [25, 23, 1750]
Generated Node #2: [25, 23, 1750] from Operation: 50*35=1750
Current State: 93:[25, 23, 1750], Operations: ['50*35=1750']
Exploring Operation: 1750/25=70, Resulting Numbers: [23, 70]
Generated Node #3: ... | 4 |
[
16,
44,
47,
26
] | 49 | [
"44-16=28",
"47-26=21",
"28+21=49"
] | Current State: 49:[16, 44, 47, 26], Operations: []
Exploring Operation: 44-16=28, Resulting Numbers: [47, 26, 28]
Generated Node #2: [47, 26, 28] from Operation: 44-16=28
Current State: 49:[47, 26, 28], Operations: ['44-16=28']
Exploring Operation: 47-26=21, Resulting Numbers: [28, 21]
Generated Node #3: [28, 21] from ... | 4 |
[
16,
16,
97,
3
] | 65 | [
"16+97=113",
"16*3=48",
"113-48=65"
] | Current State: 65:[16, 16, 97, 3], Operations: []
Exploring Operation: 16+97=113, Resulting Numbers: [3, 113]
Generated Node #2: [3, 113] from Operation: 16+97=113
Current State: 65:[3, 113], Operations: ['16+97=113']
Exploring Operation: 16*3=48, Resulting Numbers: [113, 48]
Generated Node #3: [113, 48] from Operation... | 4 |
[
84,
7,
61,
19
] | 54 | [
"84/7=12",
"61-19=42",
"12+42=54"
] | Current State: 54:[84, 7, 61, 19], Operations: []
Exploring Operation: 84/7=12, Resulting Numbers: [61, 19, 12]
Generated Node #2: [61, 19, 12] from Operation: 84/7=12
Current State: 54:[61, 19, 12], Operations: ['84/7=12']
Exploring Operation: 61-19=42, Resulting Numbers: [12, 42]
Generated Node #3: [12, 42] from Oper... | 4 |
[
85,
4,
95,
76
] | 80 | [
"4*95=380",
"380/76=5",
"85-5=80"
] | Current State: 80:[85, 4, 95, 76], Operations: []
Exploring Operation: 4*95=380, Resulting Numbers: [85, 76, 380]
Generated Node #2: [85, 76, 380] from Operation: 4*95=380
Current State: 80:[85, 76, 380], Operations: ['4*95=380']
Exploring Operation: 380/76=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from ... | 4 |
[
40,
27,
63,
78
] | 28 | [
"40-27=13",
"78-63=15",
"13+15=28"
] | Current State: 28:[40, 27, 63, 78], Operations: []
Exploring Operation: 40-27=13, Resulting Numbers: [63, 78, 13]
Generated Node #2: [63, 78, 13] from Operation: 40-27=13
Current State: 28:[63, 78, 13], Operations: ['40-27=13']
Exploring Operation: 78-63=15, Resulting Numbers: [13, 15]
Generated Node #3: [13, 15] from ... | 4 |
[
39,
6,
36,
4
] | 49 | [
"39+4=43",
"36/6=6",
"43+6=49"
] | Current State: 49:[39, 6, 36, 4], Operations: []
Exploring Operation: 39+4=43, Resulting Numbers: [6, 36, 43]
Generated Node #2: [6, 36, 43] from Operation: 39+4=43
Current State: 49:[6, 36, 43], Operations: ['39+4=43']
Exploring Operation: 36/6=6, Resulting Numbers: [43, 6]
Generated Node #3: [43, 6] from Operation: 3... | 4 |
[
29,
63,
50,
83
] | 86 | [
"50-29=21",
"63/21=3",
"83+3=86"
] | Current State: 86:[29, 63, 50, 83], Operations: []
Exploring Operation: 50-29=21, Resulting Numbers: [63, 83, 21]
Generated Node #2: [63, 83, 21] from Operation: 50-29=21
Current State: 86:[63, 83, 21], Operations: ['50-29=21']
Exploring Operation: 63/21=3, Resulting Numbers: [83, 3]
Generated Node #3: [83, 3] from Ope... | 4 |
[
53,
15,
2,
15
] | 51 | [
"53+15=68",
"2+15=17",
"68-17=51"
] | Current State: 51:[53, 15, 2, 15], Operations: []
Exploring Operation: 53+15=68, Resulting Numbers: [2, 68]
Generated Node #2: [2, 68] from Operation: 53+15=68
Current State: 51:[2, 68], Operations: ['53+15=68']
Exploring Operation: 2+15=17, Resulting Numbers: [68, 17]
Generated Node #3: [68, 17] from Operation: 2+15=1... | 4 |
[
29,
51,
16,
91
] | 96 | [
"29+51=80",
"80/16=5",
"91+5=96"
] | Current State: 96:[29, 51, 16, 91], Operations: []
Exploring Operation: 29+51=80, Resulting Numbers: [16, 91, 80]
Generated Node #2: [16, 91, 80] from Operation: 29+51=80
Current State: 96:[16, 91, 80], Operations: ['29+51=80']
Exploring Operation: 80/16=5, Resulting Numbers: [91, 5]
Generated Node #3: [91, 5] from Ope... | 4 |
[
7,
12,
20,
88
] | 32 | [
"20-12=8",
"7*8=56",
"88-56=32"
] | Current State: 32:[7, 12, 20, 88], Operations: []
Exploring Operation: 20-12=8, Resulting Numbers: [7, 88, 8]
Generated Node #2: [7, 88, 8] from Operation: 20-12=8
Current State: 32:[7, 88, 8], Operations: ['20-12=8']
Exploring Operation: 7*8=56, Resulting Numbers: [88, 56]
Generated Node #3: [88, 56] from Operation: 7... | 4 |
[
54,
96,
2,
96
] | 21 | [
"54+96=150",
"150/2=75",
"96-75=21"
] | Current State: 21:[54, 96, 2, 96], Operations: []
Exploring Operation: 54+96=150, Resulting Numbers: [2, 150]
Generated Node #2: [2, 150] from Operation: 54+96=150
Current State: 21:[2, 150], Operations: ['54+96=150']
Exploring Operation: 150/2=75, Resulting Numbers: [75]
75,21 equal: Goal Reached
Exploring Operation: ... | 4 |
[
5,
13,
42,
3
] | 44 | [
"5*3=15",
"42-13=29",
"15+29=44"
] | Current State: 44:[5, 13, 42, 3], Operations: []
Exploring Operation: 5*3=15, Resulting Numbers: [13, 42, 15]
Generated Node #2: [13, 42, 15] from Operation: 5*3=15
Current State: 44:[13, 42, 15], Operations: ['5*3=15']
Exploring Operation: 42-13=29, Resulting Numbers: [15, 29]
Generated Node #3: [15, 29] from Operatio... | 4 |
[
2,
11,
11,
6
] | 11 | [
"2*6=12",
"11/11=1",
"12-1=11"
] | Current State: 11:[2, 11, 11, 6], Operations: []
Exploring Operation: 2*6=12, Resulting Numbers: [11, 11, 12]
Generated Node #2: [11, 11, 12] from Operation: 2*6=12
Current State: 11:[11, 11, 12], Operations: ['2*6=12']
Exploring Operation: 11/11=1, Resulting Numbers: [12, 1]
Generated Node #3: [12, 1] from Operation: ... | 4 |
[
7,
87,
12,
3
] | 78 | [
"7*3=21",
"87+12=99",
"99-21=78"
] | Current State: 78:[7, 87, 12, 3], Operations: []
Exploring Operation: 7*3=21, Resulting Numbers: [87, 12, 21]
Generated Node #2: [87, 12, 21] from Operation: 7*3=21
Current State: 78:[87, 12, 21], Operations: ['7*3=21']
Exploring Operation: 87+12=99, Resulting Numbers: [21, 99]
Generated Node #3: [21, 99] from Operatio... | 4 |
[
12,
95,
85,
45
] | 47 | [
"95-12=83",
"85+45=130",
"130-83=47"
] | Current State: 47:[12, 95, 85, 45], Operations: []
Exploring Operation: 95-12=83, Resulting Numbers: [85, 45, 83]
Generated Node #2: [85, 45, 83] from Operation: 95-12=83
Current State: 47:[85, 45, 83], Operations: ['95-12=83']
Exploring Operation: 85+45=130, Resulting Numbers: [83, 130]
Generated Node #3: [83, 130] fr... | 4 |
[
63,
89,
71,
55
] | 20 | [
"63-55=8",
"89+71=160",
"160/8=20"
] | Current State: 20:[63, 89, 71, 55], Operations: []
Exploring Operation: 63-55=8, Resulting Numbers: [89, 71, 8]
Generated Node #2: [89, 71, 8] from Operation: 63-55=8
Current State: 20:[89, 71, 8], Operations: ['63-55=8']
Exploring Operation: 89+71=160, Resulting Numbers: [8, 160]
Generated Node #3: [8, 160] from Opera... | 4 |
[
95,
81,
87,
26
] | 99 | [
"95-81=14",
"87+26=113",
"113-14=99"
] | Current State: 99:[95, 81, 87, 26], Operations: []
Exploring Operation: 95-81=14, Resulting Numbers: [87, 26, 14]
Generated Node #2: [87, 26, 14] from Operation: 95-81=14
Current State: 99:[87, 26, 14], Operations: ['95-81=14']
Exploring Operation: 87+26=113, Resulting Numbers: [14, 113]
Generated Node #3: [14, 113] fr... | 4 |
[
15,
19,
90,
46
] | 33 | [
"90/15=6",
"46-19=27",
"6+27=33"
] | Current State: 33:[15, 19, 90, 46], Operations: []
Exploring Operation: 90/15=6, Resulting Numbers: [19, 46, 6]
Generated Node #2: [19, 46, 6] from Operation: 90/15=6
Current State: 33:[19, 46, 6], Operations: ['90/15=6']
Exploring Operation: 46-19=27, Resulting Numbers: [6, 27]
Generated Node #3: [6, 27] from Operatio... | 4 |
[
21,
73,
76,
5
] | 78 | [
"21+5=26",
"76-73=3",
"26*3=78"
] | Current State: 78:[21, 73, 76, 5], Operations: []
Exploring Operation: 21+5=26, Resulting Numbers: [73, 76, 26]
Generated Node #2: [73, 76, 26] from Operation: 21+5=26
Current State: 78:[73, 76, 26], Operations: ['21+5=26']
Exploring Operation: 76-73=3, Resulting Numbers: [26, 3]
Generated Node #3: [26, 3] from Operati... | 4 |
[
63,
55,
49,
15
] | 13 | [
"63+15=78",
"55-49=6",
"78/6=13"
] | Current State: 13:[63, 55, 49, 15], Operations: []
Exploring Operation: 63+15=78, Resulting Numbers: [55, 49, 78]
Generated Node #2: [55, 49, 78] from Operation: 63+15=78
Current State: 13:[55, 49, 78], Operations: ['63+15=78']
Exploring Operation: 55-49=6, Resulting Numbers: [78, 6]
Generated Node #3: [78, 6] from Ope... | 4 |
[
73,
70,
92,
67
] | 16 | [
"73+70=143",
"92+67=159",
"159-143=16"
] | Current State: 16:[73, 70, 92, 67], Operations: []
Exploring Operation: 73+70=143, Resulting Numbers: [92, 67, 143]
Generated Node #2: [92, 67, 143] from Operation: 73+70=143
Current State: 16:[92, 67, 143], Operations: ['73+70=143']
Exploring Operation: 92+67=159, Resulting Numbers: [143, 159]
Generated Node #3: [143,... | 4 |
[
36,
98,
68,
66
] | 67 | [
"36+98=134",
"68-66=2",
"134/2=67"
] | Current State: 67:[36, 98, 68, 66], Operations: []
Exploring Operation: 36+98=134, Resulting Numbers: [68, 66, 134]
Generated Node #2: [68, 66, 134] from Operation: 36+98=134
Current State: 67:[68, 66, 134], Operations: ['36+98=134']
Exploring Operation: 68-66=2, Resulting Numbers: [134, 2]
Generated Node #3: [134, 2] ... | 4 |
[
63,
52,
17,
92
] | 84 | [
"63*92=5796",
"52+17=69",
"5796/69=84"
] | Current State: 84:[63, 52, 17, 92], Operations: []
Exploring Operation: 63*92=5796, Resulting Numbers: [52, 17, 5796]
Generated Node #2: [52, 17, 5796] from Operation: 63*92=5796
Current State: 84:[52, 17, 5796], Operations: ['63*92=5796']
Exploring Operation: 52+17=69, Resulting Numbers: [5796, 69]
Generated Node #3: ... | 4 |
[
13,
77,
98,
95
] | 61 | [
"77-13=64",
"98-95=3",
"64-3=61"
] | Current State: 61:[13, 77, 98, 95], Operations: []
Exploring Operation: 77-13=64, Resulting Numbers: [98, 95, 64]
Generated Node #2: [98, 95, 64] from Operation: 77-13=64
Current State: 61:[98, 95, 64], Operations: ['77-13=64']
Exploring Operation: 98-95=3, Resulting Numbers: [64, 3]
Generated Node #3: [64, 3] from Ope... | 4 |
[
99,
84,
73,
58
] | 30 | [
"99-84=15",
"73-58=15",
"15+15=30"
] | Current State: 30:[99, 84, 73, 58], Operations: []
Exploring Operation: 99-84=15, Resulting Numbers: [73, 58, 15]
Generated Node #2: [73, 58, 15] from Operation: 99-84=15
Current State: 30:[73, 58, 15], Operations: ['99-84=15']
Exploring Operation: 73-58=15, Resulting Numbers: [15, 15]
Generated Node #3: [15, 15] from ... | 4 |
[
60,
90,
9,
6
] | 12 | [
"60*9=540",
"540/90=6",
"6+6=12"
] | Current State: 12:[60, 90, 9, 6], Operations: []
Exploring Operation: 60*9=540, Resulting Numbers: [90, 6, 540]
Generated Node #2: [90, 6, 540] from Operation: 60*9=540
Current State: 12:[90, 6, 540], Operations: ['60*9=540']
Exploring Operation: 540/90=6, Resulting Numbers: [6, 6]
Generated Node #3: [6, 6] from Operat... | 4 |
[
22,
38,
45,
10
] | 66 | [
"45-38=7",
"10-7=3",
"22*3=66"
] | Current State: 66:[22, 38, 45, 10], Operations: []
Exploring Operation: 45-38=7, Resulting Numbers: [22, 10, 7]
Generated Node #2: [22, 10, 7] from Operation: 45-38=7
Current State: 66:[22, 10, 7], Operations: ['45-38=7']
Exploring Operation: 10-7=3, Resulting Numbers: [22, 3]
Generated Node #3: [22, 3] from Operation:... | 4 |
[
15,
94,
9,
72
] | 28 | [
"15+94=109",
"9+72=81",
"109-81=28"
] | Current State: 28:[15, 94, 9, 72], Operations: []
Exploring Operation: 15+94=109, Resulting Numbers: [9, 72, 109]
Generated Node #2: [9, 72, 109] from Operation: 15+94=109
Current State: 28:[9, 72, 109], Operations: ['15+94=109']
Exploring Operation: 9+72=81, Resulting Numbers: [109, 81]
Generated Node #3: [109, 81] fr... | 4 |
[
7,
73,
83,
49
] | 52 | [
"7+73=80",
"83+49=132",
"132-80=52"
] | Current State: 52:[7, 73, 83, 49], Operations: []
Exploring Operation: 7+73=80, Resulting Numbers: [83, 49, 80]
Generated Node #2: [83, 49, 80] from Operation: 7+73=80
Current State: 52:[83, 49, 80], Operations: ['7+73=80']
Exploring Operation: 83+49=132, Resulting Numbers: [80, 132]
Generated Node #3: [80, 132] from O... | 4 |
[
93,
76,
85,
6
] | 74 | [
"93-76=17",
"85+6=91",
"91-17=74"
] | Current State: 74:[93, 76, 85, 6], Operations: []
Exploring Operation: 93-76=17, Resulting Numbers: [85, 6, 17]
Generated Node #2: [85, 6, 17] from Operation: 93-76=17
Current State: 74:[85, 6, 17], Operations: ['93-76=17']
Exploring Operation: 85+6=91, Resulting Numbers: [17, 91]
Generated Node #3: [17, 91] from Opera... | 4 |
[
12,
16,
14,
22
] | 36 | [
"12+16=28",
"22-14=8",
"28+8=36"
] | Current State: 36:[12, 16, 14, 22], Operations: []
Exploring Operation: 12+16=28, Resulting Numbers: [14, 22, 28]
Generated Node #2: [14, 22, 28] from Operation: 12+16=28
Current State: 36:[14, 22, 28], Operations: ['12+16=28']
Exploring Operation: 22-14=8, Resulting Numbers: [28, 8]
Generated Node #3: [28, 8] from Ope... | 4 |
[
43,
6,
72,
11
] | 98 | [
"43-6=37",
"72-11=61",
"37+61=98"
] | Current State: 98:[43, 6, 72, 11], Operations: []
Exploring Operation: 43-6=37, Resulting Numbers: [72, 11, 37]
Generated Node #2: [72, 11, 37] from Operation: 43-6=37
Current State: 98:[72, 11, 37], Operations: ['43-6=37']
Exploring Operation: 72-11=61, Resulting Numbers: [37, 61]
Generated Node #3: [37, 61] from Oper... | 4 |
[
30,
10,
22,
1
] | 61 | [
"30+10=40",
"22-1=21",
"40+21=61"
] | Current State: 61:[30, 10, 22, 1], Operations: []
Exploring Operation: 30+10=40, Resulting Numbers: [22, 1, 40]
Generated Node #2: [22, 1, 40] from Operation: 30+10=40
Current State: 61:[22, 1, 40], Operations: ['30+10=40']
Exploring Operation: 22-1=21, Resulting Numbers: [40, 21]
Generated Node #3: [40, 21] from Opera... | 4 |
[
92,
7,
75,
68
] | 44 | [
"92+7=99",
"75+68=143",
"143-99=44"
] | Current State: 44:[92, 7, 75, 68], Operations: []
Exploring Operation: 92+7=99, Resulting Numbers: [75, 68, 99]
Generated Node #2: [75, 68, 99] from Operation: 92+7=99
Current State: 44:[75, 68, 99], Operations: ['92+7=99']
Exploring Operation: 75+68=143, Resulting Numbers: [99, 143]
Generated Node #3: [99, 143] from O... | 4 |
[
62,
27,
23,
38
] | 26 | [
"62-27=35",
"23+38=61",
"61-35=26"
] | Current State: 26:[62, 27, 23, 38], Operations: []
Exploring Operation: 62-27=35, Resulting Numbers: [23, 38, 35]
Generated Node #2: [23, 38, 35] from Operation: 62-27=35
Current State: 26:[23, 38, 35], Operations: ['62-27=35']
Exploring Operation: 23+38=61, Resulting Numbers: [35, 61]
Generated Node #3: [35, 61] from ... | 4 |
[
89,
56,
9,
60
] | 84 | [
"89-56=33",
"60-9=51",
"33+51=84"
] | Current State: 84:[89, 56, 9, 60], Operations: []
Exploring Operation: 89-56=33, Resulting Numbers: [9, 60, 33]
Generated Node #2: [9, 60, 33] from Operation: 89-56=33
Current State: 84:[9, 60, 33], Operations: ['89-56=33']
Exploring Operation: 60-9=51, Resulting Numbers: [33, 51]
Generated Node #3: [33, 51] from Opera... | 4 |
[
4,
15,
21,
17
] | 86 | [
"4*21=84",
"17-15=2",
"84+2=86"
] | Current State: 86:[4, 15, 21, 17], Operations: []
Exploring Operation: 4*21=84, Resulting Numbers: [15, 17, 84]
Generated Node #2: [15, 17, 84] from Operation: 4*21=84
Current State: 86:[15, 17, 84], Operations: ['4*21=84']
Exploring Operation: 17-15=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Operati... | 4 |
[
5,
24,
21,
45
] | 95 | [
"5+24=29",
"21+45=66",
"29+66=95"
] | Current State: 95:[5, 24, 21, 45], Operations: []
Exploring Operation: 5+24=29, Resulting Numbers: [21, 45, 29]
Generated Node #2: [21, 45, 29] from Operation: 5+24=29
Current State: 95:[21, 45, 29], Operations: ['5+24=29']
Exploring Operation: 21+45=66, Resulting Numbers: [29, 66]
Generated Node #3: [29, 66] from Oper... | 4 |
[
77,
47,
68,
40
] | 57 | [
"47-40=7",
"77/7=11",
"68-11=57"
] | Current State: 57:[77, 47, 68, 40], Operations: []
Exploring Operation: 47-40=7, Resulting Numbers: [77, 68, 7]
Generated Node #2: [77, 68, 7] from Operation: 47-40=7
Current State: 57:[77, 68, 7], Operations: ['47-40=7']
Exploring Operation: 77/7=11, Resulting Numbers: [68, 11]
Generated Node #3: [68, 11] from Operati... | 4 |
[
74,
76,
74,
35
] | 42 | [
"74/74=1",
"76-35=41",
"1+41=42"
] | Current State: 42:[74, 76, 74, 35], Operations: []
Exploring Operation: 74/74=1, Resulting Numbers: [76, 35, 1]
Generated Node #2: [76, 35, 1] from Operation: 74/74=1
Current State: 42:[76, 35, 1], Operations: ['74/74=1']
Exploring Operation: 76-35=41, Resulting Numbers: [1, 41]
Generated Node #3: [1, 41] from Operatio... | 4 |
[
88,
4,
96,
8
] | 62 | [
"96+8=104",
"104/4=26",
"88-26=62"
] | Current State: 62:[88, 4, 96, 8], Operations: []
Exploring Operation: 96+8=104, Resulting Numbers: [88, 4, 104]
Generated Node #2: [88, 4, 104] from Operation: 96+8=104
Current State: 62:[88, 4, 104], Operations: ['96+8=104']
Exploring Operation: 104/4=26, Resulting Numbers: [88, 26]
Generated Node #3: [88, 26] from Op... | 4 |
[
63,
42,
42,
93
] | 29 | [
"93-63=30",
"42/42=1",
"30-1=29"
] | Current State: 29:[63, 42, 42, 93], Operations: []
Exploring Operation: 93-63=30, Resulting Numbers: [42, 42, 30]
Generated Node #2: [42, 42, 30] from Operation: 93-63=30
Current State: 29:[42, 42, 30], Operations: ['93-63=30']
Exploring Operation: 42/42=1, Resulting Numbers: [30, 1]
Generated Node #3: [30, 1] from Ope... | 4 |
[
86,
8,
70,
34
] | 42 | [
"86-8=78",
"70-34=36",
"78-36=42"
] | Current State: 42:[86, 8, 70, 34], Operations: []
Exploring Operation: 86-8=78, Resulting Numbers: [70, 34, 78]
Generated Node #2: [70, 34, 78] from Operation: 86-8=78
Current State: 42:[70, 34, 78], Operations: ['86-8=78']
Exploring Operation: 70-34=36, Resulting Numbers: [78, 36]
Generated Node #3: [78, 36] from Oper... | 4 |
[
71,
14,
73,
39
] | 51 | [
"71+14=85",
"73-39=34",
"85-34=51"
] | Current State: 51:[71, 14, 73, 39], Operations: []
Exploring Operation: 71+14=85, Resulting Numbers: [73, 39, 85]
Generated Node #2: [73, 39, 85] from Operation: 71+14=85
Current State: 51:[73, 39, 85], Operations: ['71+14=85']
Exploring Operation: 73-39=34, Resulting Numbers: [85, 34]
Generated Node #3: [85, 34] from ... | 4 |
[
22,
19,
8,
4
] | 62 | [
"22-8=14",
"19*4=76",
"76-14=62"
] | Current State: 62:[22, 19, 8, 4], Operations: []
Exploring Operation: 22-8=14, Resulting Numbers: [19, 4, 14]
Generated Node #2: [19, 4, 14] from Operation: 22-8=14
Current State: 62:[19, 4, 14], Operations: ['22-8=14']
Exploring Operation: 19*4=76, Resulting Numbers: [14, 76]
Generated Node #3: [14, 76] from Operation... | 4 |
[
46,
25,
86,
51
] | 39 | [
"51-46=5",
"25*5=125",
"125-86=39"
] | Current State: 39:[46, 25, 86, 51], Operations: []
Exploring Operation: 51-46=5, Resulting Numbers: [25, 86, 5]
Generated Node #2: [25, 86, 5] from Operation: 51-46=5
Current State: 39:[25, 86, 5], Operations: ['51-46=5']
Exploring Operation: 25*5=125, Resulting Numbers: [86, 125]
Generated Node #3: [86, 125] from Oper... | 4 |
[
87,
45,
8,
2
] | 52 | [
"87-45=42",
"8+2=10",
"42+10=52"
] | Current State: 52:[87, 45, 8, 2], Operations: []
Exploring Operation: 87-45=42, Resulting Numbers: [8, 2, 42]
Generated Node #2: [8, 2, 42] from Operation: 87-45=42
Current State: 52:[8, 2, 42], Operations: ['87-45=42']
Exploring Operation: 8+2=10, Resulting Numbers: [42, 10]
Generated Node #3: [42, 10] from Operation:... | 4 |
[
96,
77,
36,
14
] | 41 | [
"96-77=19",
"36-14=22",
"19+22=41"
] | Current State: 41:[96, 77, 36, 14], Operations: []
Exploring Operation: 96-77=19, Resulting Numbers: [36, 14, 19]
Generated Node #2: [36, 14, 19] from Operation: 96-77=19
Current State: 41:[36, 14, 19], Operations: ['96-77=19']
Exploring Operation: 36-14=22, Resulting Numbers: [19, 22]
Generated Node #3: [19, 22] from ... | 4 |
[
19,
70,
98,
66
] | 75 | [
"19+70=89",
"98+66=164",
"164-89=75"
] | Current State: 75:[19, 70, 98, 66], Operations: []
Exploring Operation: 19+70=89, Resulting Numbers: [98, 66, 89]
Generated Node #2: [98, 66, 89] from Operation: 19+70=89
Current State: 75:[98, 66, 89], Operations: ['19+70=89']
Exploring Operation: 98+66=164, Resulting Numbers: [89, 164]
Generated Node #3: [89, 164] fr... | 4 |
[
23,
47,
17,
69
] | 33 | [
"69/23=3",
"47-17=30",
"3+30=33"
] | Current State: 33:[23, 47, 17, 69], Operations: []
Exploring Operation: 69/23=3, Resulting Numbers: [47, 17, 3]
Generated Node #2: [47, 17, 3] from Operation: 69/23=3
Current State: 33:[47, 17, 3], Operations: ['69/23=3']
Exploring Operation: 47-17=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operatio... | 4 |
[
37,
97,
60,
64
] | 10 | [
"37+97=134",
"60+64=124",
"134-124=10"
] | Current State: 10:[37, 97, 60, 64], Operations: []
Exploring Operation: 37+97=134, Resulting Numbers: [60, 64, 134]
Generated Node #2: [60, 64, 134] from Operation: 37+97=134
Current State: 10:[60, 64, 134], Operations: ['37+97=134']
Exploring Operation: 60+64=124, Resulting Numbers: [134, 124]
Generated Node #3: [134,... | 4 |
[
96,
43,
73,
45
] | 64 | [
"73-43=30",
"96*30=2880",
"2880/45=64"
] | Current State: 64:[96, 43, 73, 45], Operations: []
Exploring Operation: 73-43=30, Resulting Numbers: [96, 45, 30]
Generated Node #2: [96, 45, 30] from Operation: 73-43=30
Current State: 64:[96, 45, 30], Operations: ['73-43=30']
Exploring Operation: 96*30=2880, Resulting Numbers: [45, 2880]
Generated Node #3: [45, 2880]... | 4 |
[
92,
88,
62,
99
] | 41 | [
"92-88=4",
"99-62=37",
"4+37=41"
] | Current State: 41:[92, 88, 62, 99], Operations: []
Exploring Operation: 92-88=4, Resulting Numbers: [62, 99, 4]
Generated Node #2: [62, 99, 4] from Operation: 92-88=4
Current State: 41:[62, 99, 4], Operations: ['92-88=4']
Exploring Operation: 99-62=37, Resulting Numbers: [4, 37]
Generated Node #3: [4, 37] from Operatio... | 4 |
[
64,
33,
59,
2
] | 21 | [
"64+33=97",
"59*2=118",
"118-97=21"
] | Current State: 21:[64, 33, 59, 2], Operations: []
Exploring Operation: 64+33=97, Resulting Numbers: [59, 2, 97]
Generated Node #2: [59, 2, 97] from Operation: 64+33=97
Current State: 21:[59, 2, 97], Operations: ['64+33=97']
Exploring Operation: 59*2=118, Resulting Numbers: [97, 118]
Generated Node #3: [97, 118] from Op... | 4 |
[
54,
29,
14,
1
] | 96 | [
"54+29=83",
"14-1=13",
"83+13=96"
] | Current State: 96:[54, 29, 14, 1], Operations: []
Exploring Operation: 54+29=83, Resulting Numbers: [14, 1, 83]
Generated Node #2: [14, 1, 83] from Operation: 54+29=83
Current State: 96:[14, 1, 83], Operations: ['54+29=83']
Exploring Operation: 14-1=13, Resulting Numbers: [83, 13]
Generated Node #3: [83, 13] from Opera... | 4 |
[
85,
43,
23,
84
] | 19 | [
"85-43=42",
"84-23=61",
"61-42=19"
] | Current State: 19:[85, 43, 23, 84], Operations: []
Exploring Operation: 85-43=42, Resulting Numbers: [23, 84, 42]
Generated Node #2: [23, 84, 42] from Operation: 85-43=42
Current State: 19:[23, 84, 42], Operations: ['85-43=42']
Exploring Operation: 84-23=61, Resulting Numbers: [42, 61]
Generated Node #3: [42, 61] from ... | 4 |
[
44,
79,
5,
67
] | 60 | [
"79-44=35",
"35/5=7",
"67-7=60"
] | Current State: 60:[44, 79, 5, 67], Operations: []
Exploring Operation: 79-44=35, Resulting Numbers: [5, 67, 35]
Generated Node #2: [5, 67, 35] from Operation: 79-44=35
Current State: 60:[5, 67, 35], Operations: ['79-44=35']
Exploring Operation: 35/5=7, Resulting Numbers: [67, 7]
Generated Node #3: [67, 7] from Operatio... | 4 |
[
83,
39,
5,
83
] | 85 | [
"83-5=78",
"78/39=2",
"83+2=85"
] | Current State: 85:[83, 39, 5, 83], Operations: []
Exploring Operation: 83-5=78, Resulting Numbers: [39, 78]
Generated Node #2: [39, 78] from Operation: 83-5=78
Current State: 85:[39, 78], Operations: ['83-5=78']
Exploring Operation: 78/39=2, Resulting Numbers: [2]
2,85 equal: Goal Reached
Exploring Operation: 83+2=85, ... | 4 |
[
77,
19,
4,
80
] | 76 | [
"77+19=96",
"80/4=20",
"96-20=76"
] | Current State: 76:[77, 19, 4, 80], Operations: []
Exploring Operation: 77+19=96, Resulting Numbers: [4, 80, 96]
Generated Node #2: [4, 80, 96] from Operation: 77+19=96
Current State: 76:[4, 80, 96], Operations: ['77+19=96']
Exploring Operation: 80/4=20, Resulting Numbers: [96, 20]
Generated Node #3: [96, 20] from Opera... | 4 |
[
10,
97,
78,
15
] | 44 | [
"10+97=107",
"78-15=63",
"107-63=44"
] | Current State: 44:[10, 97, 78, 15], Operations: []
Exploring Operation: 10+97=107, Resulting Numbers: [78, 15, 107]
Generated Node #2: [78, 15, 107] from Operation: 10+97=107
Current State: 44:[78, 15, 107], Operations: ['10+97=107']
Exploring Operation: 78-15=63, Resulting Numbers: [107, 63]
Generated Node #3: [107, 6... | 4 |
[
87,
4,
12,
10
] | 37 | [
"87-4=83",
"12*10=120",
"120-83=37"
] | Current State: 37:[87, 4, 12, 10], Operations: []
Exploring Operation: 87-4=83, Resulting Numbers: [12, 10, 83]
Generated Node #2: [12, 10, 83] from Operation: 87-4=83
Current State: 37:[12, 10, 83], Operations: ['87-4=83']
Exploring Operation: 12*10=120, Resulting Numbers: [83, 120]
Generated Node #3: [83, 120] from O... | 4 |
[
32,
1,
62,
70
] | 23 | [
"32-1=31",
"70-62=8",
"31-8=23"
] | Current State: 23:[32, 1, 62, 70], Operations: []
Exploring Operation: 32-1=31, Resulting Numbers: [62, 70, 31]
Generated Node #2: [62, 70, 31] from Operation: 32-1=31
Current State: 23:[62, 70, 31], Operations: ['32-1=31']
Exploring Operation: 70-62=8, Resulting Numbers: [31, 8]
Generated Node #3: [31, 8] from Operati... | 4 |
[
6,
70,
83,
22
] | 56 | [
"83-70=13",
"6*13=78",
"78-22=56"
] | Current State: 56:[6, 70, 83, 22], Operations: []
Exploring Operation: 83-70=13, Resulting Numbers: [6, 22, 13]
Generated Node #2: [6, 22, 13] from Operation: 83-70=13
Current State: 56:[6, 22, 13], Operations: ['83-70=13']
Exploring Operation: 6*13=78, Resulting Numbers: [22, 78]
Generated Node #3: [22, 78] from Opera... | 4 |
[
5,
17,
95,
66
] | 98 | [
"5+17=22",
"66/22=3",
"95+3=98"
] | Current State: 98:[5, 17, 95, 66], Operations: []
Exploring Operation: 5+17=22, Resulting Numbers: [95, 66, 22]
Generated Node #2: [95, 66, 22] from Operation: 5+17=22
Current State: 98:[95, 66, 22], Operations: ['5+17=22']
Exploring Operation: 66/22=3, Resulting Numbers: [95, 3]
Generated Node #3: [95, 3] from Operati... | 4 |
[
75,
8,
40,
95
] | 100 | [
"95-75=20",
"40/8=5",
"20*5=100"
] | Current State: 100:[75, 8, 40, 95], Operations: []
Exploring Operation: 95-75=20, Resulting Numbers: [8, 40, 20]
Generated Node #2: [8, 40, 20] from Operation: 95-75=20
Current State: 100:[8, 40, 20], Operations: ['95-75=20']
Exploring Operation: 40/8=5, Resulting Numbers: [20, 5]
Generated Node #3: [20, 5] from Operat... | 4 |
[
91,
37,
77,
44
] | 89 | [
"91*44=4004",
"4004/77=52",
"37+52=89"
] | Current State: 89:[91, 37, 77, 44], Operations: []
Exploring Operation: 91*44=4004, Resulting Numbers: [37, 77, 4004]
Generated Node #2: [37, 77, 4004] from Operation: 91*44=4004
Current State: 89:[37, 77, 4004], Operations: ['91*44=4004']
Exploring Operation: 4004/77=52, Resulting Numbers: [37, 52]
Generated Node #3: ... | 4 |
[
57,
62,
66,
18
] | 38 | [
"62-18=44",
"57*44=2508",
"2508/66=38"
] | Current State: 38:[57, 62, 66, 18], Operations: []
Exploring Operation: 62-18=44, Resulting Numbers: [57, 66, 44]
Generated Node #2: [57, 66, 44] from Operation: 62-18=44
Current State: 38:[57, 66, 44], Operations: ['62-18=44']
Exploring Operation: 57*44=2508, Resulting Numbers: [66, 2508]
Generated Node #3: [66, 2508]... | 4 |
[
22,
29,
52,
11
] | 79 | [
"22/11=2",
"29+52=81",
"81-2=79"
] | Current State: 79:[22, 29, 52, 11], Operations: []
Exploring Operation: 22/11=2, Resulting Numbers: [29, 52, 2]
Generated Node #2: [29, 52, 2] from Operation: 22/11=2
Current State: 79:[29, 52, 2], Operations: ['22/11=2']
Exploring Operation: 29+52=81, Resulting Numbers: [2, 81]
Generated Node #3: [2, 81] from Operatio... | 4 |
[
38,
18,
21,
6
] | 14 | [
"38-21=17",
"18/6=3",
"17-3=14"
] | Current State: 14:[38, 18, 21, 6], Operations: []
Exploring Operation: 38-21=17, Resulting Numbers: [18, 6, 17]
Generated Node #2: [18, 6, 17] from Operation: 38-21=17
Current State: 14:[18, 6, 17], Operations: ['38-21=17']
Exploring Operation: 18/6=3, Resulting Numbers: [17, 3]
Generated Node #3: [17, 3] from Operatio... | 4 |
[
68,
77,
6,
92
] | 77 | [
"77-68=9",
"92-6=86",
"86-9=77"
] | Current State: 77:[68, 77, 6, 92], Operations: []
Exploring Operation: 77-68=9, Resulting Numbers: [6, 92, 9]
Generated Node #2: [6, 92, 9] from Operation: 77-68=9
Current State: 77:[6, 92, 9], Operations: ['77-68=9']
Exploring Operation: 92-6=86, Resulting Numbers: [9, 86]
Generated Node #3: [9, 86] from Operation: 92... | 4 |
[
30,
43,
21,
23
] | 15 | [
"43-30=13",
"23-21=2",
"13+2=15"
] | Current State: 15:[30, 43, 21, 23], Operations: []
Exploring Operation: 43-30=13, Resulting Numbers: [21, 23, 13]
Generated Node #2: [21, 23, 13] from Operation: 43-30=13
Current State: 15:[21, 23, 13], Operations: ['43-30=13']
Exploring Operation: 23-21=2, Resulting Numbers: [13, 2]
Generated Node #3: [13, 2] from Ope... | 4 |
[
15,
52,
76,
87
] | 96 | [
"15+52=67",
"76+87=163",
"163-67=96"
] | Current State: 96:[15, 52, 76, 87], Operations: []
Exploring Operation: 15+52=67, Resulting Numbers: [76, 87, 67]
Generated Node #2: [76, 87, 67] from Operation: 15+52=67
Current State: 96:[76, 87, 67], Operations: ['15+52=67']
Exploring Operation: 76+87=163, Resulting Numbers: [67, 163]
Generated Node #3: [67, 163] fr... | 4 |
[
5,
39,
7,
27
] | 10 | [
"5+39=44",
"7+27=34",
"44-34=10"
] | Current State: 10:[5, 39, 7, 27], Operations: []
Exploring Operation: 5+39=44, Resulting Numbers: [7, 27, 44]
Generated Node #2: [7, 27, 44] from Operation: 5+39=44
Current State: 10:[7, 27, 44], Operations: ['5+39=44']
Exploring Operation: 7+27=34, Resulting Numbers: [44, 34]
Generated Node #3: [44, 34] from Operation... | 4 |
[
60,
56,
61,
28
] | 91 | [
"60*28=1680",
"1680/56=30",
"61+30=91"
] | Current State: 91:[60, 56, 61, 28], Operations: []
Exploring Operation: 60*28=1680, Resulting Numbers: [56, 61, 1680]
Generated Node #2: [56, 61, 1680] from Operation: 60*28=1680
Current State: 91:[56, 61, 1680], Operations: ['60*28=1680']
Exploring Operation: 1680/56=30, Resulting Numbers: [61, 30]
Generated Node #3: ... | 4 |
[
31,
21,
88,
66
] | 59 | [
"21*88=1848",
"1848/66=28",
"31+28=59"
] | Current State: 59:[31, 21, 88, 66], Operations: []
Exploring Operation: 21*88=1848, Resulting Numbers: [31, 66, 1848]
Generated Node #2: [31, 66, 1848] from Operation: 21*88=1848
Current State: 59:[31, 66, 1848], Operations: ['21*88=1848']
Exploring Operation: 1848/66=28, Resulting Numbers: [31, 28]
Generated Node #3: ... | 4 |
[
8,
20,
85,
60
] | 95 | [
"20+60=80",
"80/8=10",
"85+10=95"
] | Current State: 95:[8, 20, 85, 60], Operations: []
Exploring Operation: 20+60=80, Resulting Numbers: [8, 85, 80]
Generated Node #2: [8, 85, 80] from Operation: 20+60=80
Current State: 95:[8, 85, 80], Operations: ['20+60=80']
Exploring Operation: 80/8=10, Resulting Numbers: [85, 10]
Generated Node #3: [85, 10] from Opera... | 4 |
[
48,
66,
95,
61
] | 52 | [
"66-48=18",
"95-61=34",
"18+34=52"
] | Current State: 52:[48, 66, 95, 61], Operations: []
Exploring Operation: 66-48=18, Resulting Numbers: [95, 61, 18]
Generated Node #2: [95, 61, 18] from Operation: 66-48=18
Current State: 52:[95, 61, 18], Operations: ['66-48=18']
Exploring Operation: 95-61=34, Resulting Numbers: [18, 34]
Generated Node #3: [18, 34] from ... | 4 |
[
2,
65,
38,
62
] | 38 | [
"65-2=63",
"63-62=1",
"38*1=38"
] | Current State: 38:[2, 65, 38, 62], Operations: []
Exploring Operation: 65-2=63, Resulting Numbers: [38, 62, 63]
Generated Node #2: [38, 62, 63] from Operation: 65-2=63
Current State: 38:[38, 62, 63], Operations: ['65-2=63']
Exploring Operation: 63-62=1, Resulting Numbers: [38, 1]
Generated Node #3: [38, 1] from Operati... | 4 |
[
60,
67,
30,
41
] | 56 | [
"60+67=127",
"30+41=71",
"127-71=56"
] | Current State: 56:[60, 67, 30, 41], Operations: []
Exploring Operation: 60+67=127, Resulting Numbers: [30, 41, 127]
Generated Node #2: [30, 41, 127] from Operation: 60+67=127
Current State: 56:[30, 41, 127], Operations: ['60+67=127']
Exploring Operation: 30+41=71, Resulting Numbers: [127, 71]
Generated Node #3: [127, 7... | 4 |
[
39,
61,
33,
32
] | 43 | [
"61-39=22",
"33+32=65",
"65-22=43"
] | Current State: 43:[39, 61, 33, 32], Operations: []
Exploring Operation: 61-39=22, Resulting Numbers: [33, 32, 22]
Generated Node #2: [33, 32, 22] from Operation: 61-39=22
Current State: 43:[33, 32, 22], Operations: ['61-39=22']
Exploring Operation: 33+32=65, Resulting Numbers: [22, 65]
Generated Node #3: [22, 65] from ... | 4 |
[
9,
42,
40,
1
] | 91 | [
"9+42=51",
"40*1=40",
"51+40=91"
] | Current State: 91:[9, 42, 40, 1], Operations: []
Exploring Operation: 9+42=51, Resulting Numbers: [40, 1, 51]
Generated Node #2: [40, 1, 51] from Operation: 9+42=51
Current State: 91:[40, 1, 51], Operations: ['9+42=51']
Exploring Operation: 40*1=40, Resulting Numbers: [51, 40]
Generated Node #3: [51, 40] from Operation... | 4 |
[
68,
13,
16,
28
] | 43 | [
"68-13=55",
"28-16=12",
"55-12=43"
] | Current State: 43:[68, 13, 16, 28], Operations: []
Exploring Operation: 68-13=55, Resulting Numbers: [16, 28, 55]
Generated Node #2: [16, 28, 55] from Operation: 68-13=55
Current State: 43:[16, 28, 55], Operations: ['68-13=55']
Exploring Operation: 28-16=12, Resulting Numbers: [55, 12]
Generated Node #3: [55, 12] from ... | 4 |
[
15,
14,
94,
34
] | 89 | [
"15+14=29",
"94-34=60",
"29+60=89"
] | Current State: 89:[15, 14, 94, 34], Operations: []
Exploring Operation: 15+14=29, Resulting Numbers: [94, 34, 29]
Generated Node #2: [94, 34, 29] from Operation: 15+14=29
Current State: 89:[94, 34, 29], Operations: ['15+14=29']
Exploring Operation: 94-34=60, Resulting Numbers: [29, 60]
Generated Node #3: [29, 60] from ... | 4 |
[
10,
69,
27,
10
] | 95 | [
"10/10=1",
"69+27=96",
"96-1=95"
] | Current State: 95:[10, 69, 27, 10], Operations: []
Exploring Operation: 10/10=1, Resulting Numbers: [69, 27, 1]
Generated Node #2: [69, 27, 1] from Operation: 10/10=1
Current State: 95:[69, 27, 1], Operations: ['10/10=1']
Exploring Operation: 69+27=96, Resulting Numbers: [1, 96]
Generated Node #3: [1, 96] from Operatio... | 4 |
[
28,
9,
85,
16
] | 88 | [
"28-9=19",
"85-16=69",
"19+69=88"
] | Current State: 88:[28, 9, 85, 16], Operations: []
Exploring Operation: 28-9=19, Resulting Numbers: [85, 16, 19]
Generated Node #2: [85, 16, 19] from Operation: 28-9=19
Current State: 88:[85, 16, 19], Operations: ['28-9=19']
Exploring Operation: 85-16=69, Resulting Numbers: [19, 69]
Generated Node #3: [19, 69] from Oper... | 4 |
[
13,
43,
3,
17
] | 68 | [
"13*3=39",
"43-39=4",
"17*4=68"
] | Current State: 68:[13, 43, 3, 17], Operations: []
Exploring Operation: 13*3=39, Resulting Numbers: [43, 17, 39]
Generated Node #2: [43, 17, 39] from Operation: 13*3=39
Current State: 68:[43, 17, 39], Operations: ['13*3=39']
Exploring Operation: 43-39=4, Resulting Numbers: [17, 4]
Generated Node #3: [17, 4] from Operati... | 4 |
[
68,
90,
88,
58
] | 52 | [
"90-68=22",
"88-58=30",
"22+30=52"
] | Current State: 52:[68, 90, 88, 58], Operations: []
Exploring Operation: 90-68=22, Resulting Numbers: [88, 58, 22]
Generated Node #2: [88, 58, 22] from Operation: 90-68=22
Current State: 52:[88, 58, 22], Operations: ['90-68=22']
Exploring Operation: 88-58=30, Resulting Numbers: [22, 30]
Generated Node #3: [22, 30] from ... | 4 |
[
54,
74,
7,
87
] | 74 | [
"74-54=20",
"7+87=94",
"94-20=74"
] | Current State: 74:[54, 74, 7, 87], Operations: []
Exploring Operation: 74-54=20, Resulting Numbers: [7, 87, 20]
Generated Node #2: [7, 87, 20] from Operation: 74-54=20
Current State: 74:[7, 87, 20], Operations: ['74-54=20']
Exploring Operation: 7+87=94, Resulting Numbers: [20, 94]
Generated Node #3: [20, 94] from Opera... | 4 |
[
5,
14,
71,
81
] | 19 | [
"14-5=9",
"81-71=10",
"9+10=19"
] | Current State: 19:[5, 14, 71, 81], Operations: []
Exploring Operation: 14-5=9, Resulting Numbers: [71, 81, 9]
Generated Node #2: [71, 81, 9] from Operation: 14-5=9
Current State: 19:[71, 81, 9], Operations: ['14-5=9']
Exploring Operation: 81-71=10, Resulting Numbers: [9, 10]
Generated Node #3: [9, 10] from Operation: 8... | 4 |
[
10,
18,
50,
20
] | 11 | [
"50+20=70",
"70/10=7",
"18-7=11"
] | Current State: 11:[10, 18, 50, 20], Operations: []
Exploring Operation: 50+20=70, Resulting Numbers: [10, 18, 70]
Generated Node #2: [10, 18, 70] from Operation: 50+20=70
Current State: 11:[10, 18, 70], Operations: ['50+20=70']
Exploring Operation: 70/10=7, Resulting Numbers: [18, 7]
Generated Node #3: [18, 7] from Ope... | 4 |
[
27,
62,
27,
9
] | 52 | [
"27/27=1",
"62-9=53",
"53-1=52"
] | Current State: 52:[27, 62, 27, 9], Operations: []
Exploring Operation: 27/27=1, Resulting Numbers: [62, 9, 1]
Generated Node #2: [62, 9, 1] from Operation: 27/27=1
Current State: 52:[62, 9, 1], Operations: ['27/27=1']
Exploring Operation: 62-9=53, Resulting Numbers: [1, 53]
Generated Node #3: [1, 53] from Operation: 62... | 4 |
[
59,
99,
51,
58
] | 48 | [
"59-58=1",
"99-51=48",
"1*48=48"
] | Current State: 48:[59, 99, 51, 58], Operations: []
Exploring Operation: 59-58=1, Resulting Numbers: [99, 51, 1]
Generated Node #2: [99, 51, 1] from Operation: 59-58=1
Current State: 48:[99, 51, 1], Operations: ['59-58=1']
Exploring Operation: 99-51=48, Resulting Numbers: [1, 48]
Generated Node #3: [1, 48] from Operatio... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.