nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
66,
48,
2,
43
] | 22 | [
"48-2=46",
"46-43=3",
"66/3=22"
] | Current State: 22:[66, 48, 2, 43], Operations: []
Exploring Operation: 48-2=46, Resulting Numbers: [66, 43, 46]
Generated Node #2: [66, 43, 46] from Operation: 48-2=46
Current State: 22:[66, 43, 46], Operations: ['48-2=46']
Exploring Operation: 46-43=3, Resulting Numbers: [66, 3]
Generated Node #3: [66, 3] from Operati... | 4 |
[
76,
38,
56,
79
] | 54 | [
"79-76=3",
"56-38=18",
"3*18=54"
] | Current State: 54:[76, 38, 56, 79], Operations: []
Exploring Operation: 79-76=3, Resulting Numbers: [38, 56, 3]
Generated Node #2: [38, 56, 3] from Operation: 79-76=3
Current State: 54:[38, 56, 3], Operations: ['79-76=3']
Exploring Operation: 56-38=18, Resulting Numbers: [3, 18]
Generated Node #3: [3, 18] from Operatio... | 4 |
[
28,
34,
17,
22
] | 33 | [
"34-28=6",
"17+22=39",
"39-6=33"
] | Current State: 33:[28, 34, 17, 22], Operations: []
Exploring Operation: 34-28=6, Resulting Numbers: [17, 22, 6]
Generated Node #2: [17, 22, 6] from Operation: 34-28=6
Current State: 33:[17, 22, 6], Operations: ['34-28=6']
Exploring Operation: 17+22=39, Resulting Numbers: [6, 39]
Generated Node #3: [6, 39] from Operatio... | 4 |
[
2,
52,
62,
81
] | 69 | [
"52-2=50",
"81-62=19",
"50+19=69"
] | Current State: 69:[2, 52, 62, 81], Operations: []
Exploring Operation: 52-2=50, Resulting Numbers: [62, 81, 50]
Generated Node #2: [62, 81, 50] from Operation: 52-2=50
Current State: 69:[62, 81, 50], Operations: ['52-2=50']
Exploring Operation: 81-62=19, Resulting Numbers: [50, 19]
Generated Node #3: [50, 19] from Oper... | 4 |
[
87,
47,
5,
56
] | 91 | [
"87-47=40",
"56-5=51",
"40+51=91"
] | Current State: 91:[87, 47, 5, 56], Operations: []
Exploring Operation: 87-47=40, Resulting Numbers: [5, 56, 40]
Generated Node #2: [5, 56, 40] from Operation: 87-47=40
Current State: 91:[5, 56, 40], Operations: ['87-47=40']
Exploring Operation: 56-5=51, Resulting Numbers: [40, 51]
Generated Node #3: [40, 51] from Opera... | 4 |
[
90,
49,
26,
94
] | 71 | [
"90+49=139",
"94-26=68",
"139-68=71"
] | Current State: 71:[90, 49, 26, 94], Operations: []
Exploring Operation: 90+49=139, Resulting Numbers: [26, 94, 139]
Generated Node #2: [26, 94, 139] from Operation: 90+49=139
Current State: 71:[26, 94, 139], Operations: ['90+49=139']
Exploring Operation: 94-26=68, Resulting Numbers: [139, 68]
Generated Node #3: [139, 6... | 4 |
[
4,
8,
99,
78
] | 60 | [
"8/4=2",
"78/2=39",
"99-39=60"
] | Current State: 60:[4, 8, 99, 78], Operations: []
Exploring Operation: 8/4=2, Resulting Numbers: [99, 78, 2]
Generated Node #2: [99, 78, 2] from Operation: 8/4=2
Current State: 60:[99, 78, 2], Operations: ['8/4=2']
Exploring Operation: 78/2=39, Resulting Numbers: [99, 39]
Generated Node #3: [99, 39] from Operation: 78/2... | 4 |
[
27,
70,
79,
66
] | 13 | [
"79-27=52",
"70-66=4",
"52/4=13"
] | Current State: 13:[27, 70, 79, 66], Operations: []
Exploring Operation: 79-27=52, Resulting Numbers: [70, 66, 52]
Generated Node #2: [70, 66, 52] from Operation: 79-27=52
Current State: 13:[70, 66, 52], Operations: ['79-27=52']
Exploring Operation: 70-66=4, Resulting Numbers: [52, 4]
Generated Node #3: [52, 4] from Ope... | 4 |
[
1,
99,
21,
63
] | 56 | [
"99-1=98",
"63-21=42",
"98-42=56"
] | Current State: 56:[1, 99, 21, 63], Operations: []
Exploring Operation: 99-1=98, Resulting Numbers: [21, 63, 98]
Generated Node #2: [21, 63, 98] from Operation: 99-1=98
Current State: 56:[21, 63, 98], Operations: ['99-1=98']
Exploring Operation: 63-21=42, Resulting Numbers: [98, 42]
Generated Node #3: [98, 42] from Oper... | 4 |
[
95,
93,
23,
99
] | 29 | [
"99-95=4",
"93+23=116",
"116/4=29"
] | Current State: 29:[95, 93, 23, 99], Operations: []
Exploring Operation: 99-95=4, Resulting Numbers: [93, 23, 4]
Generated Node #2: [93, 23, 4] from Operation: 99-95=4
Current State: 29:[93, 23, 4], Operations: ['99-95=4']
Exploring Operation: 93+23=116, Resulting Numbers: [4, 116]
Generated Node #3: [4, 116] from Opera... | 4 |
[
16,
67,
62,
31
] | 35 | [
"16*62=992",
"992/31=32",
"67-32=35"
] | Current State: 35:[16, 67, 62, 31], Operations: []
Exploring Operation: 16*62=992, Resulting Numbers: [67, 31, 992]
Generated Node #2: [67, 31, 992] from Operation: 16*62=992
Current State: 35:[67, 31, 992], Operations: ['16*62=992']
Exploring Operation: 992/31=32, Resulting Numbers: [67, 32]
Generated Node #3: [67, 32... | 4 |
[
33,
10,
11,
58
] | 65 | [
"33/11=3",
"10+58=68",
"68-3=65"
] | Current State: 65:[33, 10, 11, 58], Operations: []
Exploring Operation: 33/11=3, Resulting Numbers: [10, 58, 3]
Generated Node #2: [10, 58, 3] from Operation: 33/11=3
Current State: 65:[10, 58, 3], Operations: ['33/11=3']
Exploring Operation: 10+58=68, Resulting Numbers: [3, 68]
Generated Node #3: [3, 68] from Operatio... | 4 |
[
40,
51,
40,
60
] | 53 | [
"60-40=20",
"40/20=2",
"51+2=53"
] | Current State: 53:[40, 51, 40, 60], Operations: []
Exploring Operation: 60-40=20, Resulting Numbers: [51, 20]
Generated Node #2: [51, 20] from Operation: 60-40=20
Current State: 53:[51, 20], Operations: ['60-40=20']
Exploring Operation: 40/20=2, Resulting Numbers: [51, 2]
Generated Node #3: [51, 2] from Operation: 40/2... | 4 |
[
93,
77,
48,
97
] | 100 | [
"93-77=16",
"48/16=3",
"97+3=100"
] | Current State: 100:[93, 77, 48, 97], Operations: []
Exploring Operation: 93-77=16, Resulting Numbers: [48, 97, 16]
Generated Node #2: [48, 97, 16] from Operation: 93-77=16
Current State: 100:[48, 97, 16], Operations: ['93-77=16']
Exploring Operation: 48/16=3, Resulting Numbers: [97, 3]
Generated Node #3: [97, 3] from O... | 4 |
[
29,
23,
61,
81
] | 87 | [
"23+61=84",
"84-81=3",
"29*3=87"
] | Current State: 87:[29, 23, 61, 81], Operations: []
Exploring Operation: 23+61=84, Resulting Numbers: [29, 81, 84]
Generated Node #2: [29, 81, 84] from Operation: 23+61=84
Current State: 87:[29, 81, 84], Operations: ['23+61=84']
Exploring Operation: 84-81=3, Resulting Numbers: [29, 3]
Generated Node #3: [29, 3] from Ope... | 4 |
[
52,
9,
16,
32
] | 91 | [
"52-9=43",
"16+32=48",
"43+48=91"
] | Current State: 91:[52, 9, 16, 32], Operations: []
Exploring Operation: 52-9=43, Resulting Numbers: [16, 32, 43]
Generated Node #2: [16, 32, 43] from Operation: 52-9=43
Current State: 91:[16, 32, 43], Operations: ['52-9=43']
Exploring Operation: 16+32=48, Resulting Numbers: [43, 48]
Generated Node #3: [43, 48] from Oper... | 4 |
[
5,
27,
5,
31
] | 58 | [
"5+27=32",
"31-5=26",
"32+26=58"
] | Current State: 58:[5, 27, 5, 31], Operations: []
Exploring Operation: 5+27=32, Resulting Numbers: [31, 32]
Generated Node #2: [31, 32] from Operation: 5+27=32
Current State: 58:[31, 32], Operations: ['5+27=32']
Exploring Operation: 31-5=26, Resulting Numbers: [32, 26]
Generated Node #3: [32, 26] from Operation: 31-5=26... | 4 |
[
63,
44,
53,
3
] | 76 | [
"63/3=21",
"44+53=97",
"97-21=76"
] | Current State: 76:[63, 44, 53, 3], Operations: []
Exploring Operation: 63/3=21, Resulting Numbers: [44, 53, 21]
Generated Node #2: [44, 53, 21] from Operation: 63/3=21
Current State: 76:[44, 53, 21], Operations: ['63/3=21']
Exploring Operation: 44+53=97, Resulting Numbers: [21, 97]
Generated Node #3: [21, 97] from Oper... | 4 |
[
8,
13,
33,
11
] | 65 | [
"8+13=21",
"33+11=44",
"21+44=65"
] | Current State: 65:[8, 13, 33, 11], Operations: []
Exploring Operation: 8+13=21, Resulting Numbers: [33, 11, 21]
Generated Node #2: [33, 11, 21] from Operation: 8+13=21
Current State: 65:[33, 11, 21], Operations: ['8+13=21']
Exploring Operation: 33+11=44, Resulting Numbers: [21, 44]
Generated Node #3: [21, 44] from Oper... | 4 |
[
34,
51,
47,
27
] | 54 | [
"34+47=81",
"81/27=3",
"51+3=54"
] | Current State: 54:[34, 51, 47, 27], Operations: []
Exploring Operation: 34+47=81, Resulting Numbers: [51, 27, 81]
Generated Node #2: [51, 27, 81] from Operation: 34+47=81
Current State: 54:[51, 27, 81], Operations: ['34+47=81']
Exploring Operation: 81/27=3, Resulting Numbers: [51, 3]
Generated Node #3: [51, 3] from Ope... | 4 |
[
25,
84,
93,
82
] | 98 | [
"25+84=109",
"93-82=11",
"109-11=98"
] | Current State: 98:[25, 84, 93, 82], Operations: []
Exploring Operation: 25+84=109, Resulting Numbers: [93, 82, 109]
Generated Node #2: [93, 82, 109] from Operation: 25+84=109
Current State: 98:[93, 82, 109], Operations: ['25+84=109']
Exploring Operation: 93-82=11, Resulting Numbers: [109, 11]
Generated Node #3: [109, 1... | 4 |
[
93,
6,
97,
50
] | 40 | [
"93-6=87",
"97-50=47",
"87-47=40"
] | Current State: 40:[93, 6, 97, 50], Operations: []
Exploring Operation: 93-6=87, Resulting Numbers: [97, 50, 87]
Generated Node #2: [97, 50, 87] from Operation: 93-6=87
Current State: 40:[97, 50, 87], Operations: ['93-6=87']
Exploring Operation: 97-50=47, Resulting Numbers: [87, 47]
Generated Node #3: [87, 47] from Oper... | 4 |
[
26,
54,
29,
32
] | 19 | [
"26+54=80",
"29+32=61",
"80-61=19"
] | Current State: 19:[26, 54, 29, 32], Operations: []
Exploring Operation: 26+54=80, Resulting Numbers: [29, 32, 80]
Generated Node #2: [29, 32, 80] from Operation: 26+54=80
Current State: 19:[29, 32, 80], Operations: ['26+54=80']
Exploring Operation: 29+32=61, Resulting Numbers: [80, 61]
Generated Node #3: [80, 61] from ... | 4 |
[
84,
49,
23,
63
] | 75 | [
"84-49=35",
"63-23=40",
"35+40=75"
] | Current State: 75:[84, 49, 23, 63], Operations: []
Exploring Operation: 84-49=35, Resulting Numbers: [23, 63, 35]
Generated Node #2: [23, 63, 35] from Operation: 84-49=35
Current State: 75:[23, 63, 35], Operations: ['84-49=35']
Exploring Operation: 63-23=40, Resulting Numbers: [35, 40]
Generated Node #3: [35, 40] from ... | 4 |
[
72,
90,
64,
12
] | 65 | [
"64-12=52",
"90*52=4680",
"4680/72=65"
] | Current State: 65:[72, 90, 64, 12], Operations: []
Exploring Operation: 64-12=52, Resulting Numbers: [72, 90, 52]
Generated Node #2: [72, 90, 52] from Operation: 64-12=52
Current State: 65:[72, 90, 52], Operations: ['64-12=52']
Exploring Operation: 90*52=4680, Resulting Numbers: [72, 4680]
Generated Node #3: [72, 4680]... | 4 |
[
42,
44,
81,
20
] | 71 | [
"44-42=2",
"20/2=10",
"81-10=71"
] | Current State: 71:[42, 44, 81, 20], Operations: []
Exploring Operation: 44-42=2, Resulting Numbers: [81, 20, 2]
Generated Node #2: [81, 20, 2] from Operation: 44-42=2
Current State: 71:[81, 20, 2], Operations: ['44-42=2']
Exploring Operation: 20/2=10, Resulting Numbers: [81, 10]
Generated Node #3: [81, 10] from Operati... | 4 |
[
67,
5,
86,
49
] | 63 | [
"67+5=72",
"86+49=135",
"135-72=63"
] | Current State: 63:[67, 5, 86, 49], Operations: []
Exploring Operation: 67+5=72, Resulting Numbers: [86, 49, 72]
Generated Node #2: [86, 49, 72] from Operation: 67+5=72
Current State: 63:[86, 49, 72], Operations: ['67+5=72']
Exploring Operation: 86+49=135, Resulting Numbers: [72, 135]
Generated Node #3: [72, 135] from O... | 4 |
[
13,
61,
59,
52
] | 37 | [
"13+61=74",
"59+52=111",
"111-74=37"
] | Current State: 37:[13, 61, 59, 52], Operations: []
Exploring Operation: 13+61=74, Resulting Numbers: [59, 52, 74]
Generated Node #2: [59, 52, 74] from Operation: 13+61=74
Current State: 37:[59, 52, 74], Operations: ['13+61=74']
Exploring Operation: 59+52=111, Resulting Numbers: [74, 111]
Generated Node #3: [74, 111] fr... | 4 |
[
13,
14,
5,
24
] | 65 | [
"14+5=19",
"24-19=5",
"13*5=65"
] | Current State: 65:[13, 14, 5, 24], Operations: []
Exploring Operation: 14+5=19, Resulting Numbers: [13, 24, 19]
Generated Node #2: [13, 24, 19] from Operation: 14+5=19
Current State: 65:[13, 24, 19], Operations: ['14+5=19']
Exploring Operation: 24-19=5, Resulting Numbers: [13, 5]
Generated Node #3: [13, 5] from Operati... | 4 |
[
90,
73,
45,
74
] | 46 | [
"90-73=17",
"74-45=29",
"17+29=46"
] | Current State: 46:[90, 73, 45, 74], Operations: []
Exploring Operation: 90-73=17, Resulting Numbers: [45, 74, 17]
Generated Node #2: [45, 74, 17] from Operation: 90-73=17
Current State: 46:[45, 74, 17], Operations: ['90-73=17']
Exploring Operation: 74-45=29, Resulting Numbers: [17, 29]
Generated Node #3: [17, 29] from ... | 4 |
[
38,
31,
4,
93
] | 65 | [
"38-31=7",
"4*7=28",
"93-28=65"
] | Current State: 65:[38, 31, 4, 93], Operations: []
Exploring Operation: 38-31=7, Resulting Numbers: [4, 93, 7]
Generated Node #2: [4, 93, 7] from Operation: 38-31=7
Current State: 65:[4, 93, 7], Operations: ['38-31=7']
Exploring Operation: 4*7=28, Resulting Numbers: [93, 28]
Generated Node #3: [93, 28] from Operation: 4... | 4 |
[
50,
90,
68,
5
] | 32 | [
"50/5=10",
"90-68=22",
"10+22=32"
] | Current State: 32:[50, 90, 68, 5], Operations: []
Exploring Operation: 50/5=10, Resulting Numbers: [90, 68, 10]
Generated Node #2: [90, 68, 10] from Operation: 50/5=10
Current State: 32:[90, 68, 10], Operations: ['50/5=10']
Exploring Operation: 90-68=22, Resulting Numbers: [10, 22]
Generated Node #3: [10, 22] from Oper... | 4 |
[
10,
98,
24,
92
] | 14 | [
"98-92=6",
"24/6=4",
"10+4=14"
] | Current State: 14:[10, 98, 24, 92], Operations: []
Exploring Operation: 98-92=6, Resulting Numbers: [10, 24, 6]
Generated Node #2: [10, 24, 6] from Operation: 98-92=6
Current State: 14:[10, 24, 6], Operations: ['98-92=6']
Exploring Operation: 24/6=4, Resulting Numbers: [10, 4]
Generated Node #3: [10, 4] from Operation:... | 4 |
[
1,
7,
77,
86
] | 76 | [
"1+86=87",
"77/7=11",
"87-11=76"
] | Current State: 76:[1, 7, 77, 86], Operations: []
Exploring Operation: 1+86=87, Resulting Numbers: [7, 77, 87]
Generated Node #2: [7, 77, 87] from Operation: 1+86=87
Current State: 76:[7, 77, 87], Operations: ['1+86=87']
Exploring Operation: 77/7=11, Resulting Numbers: [87, 11]
Generated Node #3: [87, 11] from Operation... | 4 |
[
55,
50,
42,
60
] | 20 | [
"50*42=2100",
"2100/60=35",
"55-35=20"
] | Current State: 20:[55, 50, 42, 60], Operations: []
Exploring Operation: 50*42=2100, Resulting Numbers: [55, 60, 2100]
Generated Node #2: [55, 60, 2100] from Operation: 50*42=2100
Current State: 20:[55, 60, 2100], Operations: ['50*42=2100']
Exploring Operation: 2100/60=35, Resulting Numbers: [55, 35]
Generated Node #3: ... | 4 |
[
56,
51,
62,
55
] | 11 | [
"56-55=1",
"62-51=11",
"1*11=11"
] | Current State: 11:[56, 51, 62, 55], Operations: []
Exploring Operation: 56-55=1, Resulting Numbers: [51, 62, 1]
Generated Node #2: [51, 62, 1] from Operation: 56-55=1
Current State: 11:[51, 62, 1], Operations: ['56-55=1']
Exploring Operation: 62-51=11, Resulting Numbers: [1, 11]
Generated Node #3: [1, 11] from Operatio... | 4 |
[
98,
99,
91,
5
] | 60 | [
"99+91=190",
"190/5=38",
"98-38=60"
] | Current State: 60:[98, 99, 91, 5], Operations: []
Exploring Operation: 99+91=190, Resulting Numbers: [98, 5, 190]
Generated Node #2: [98, 5, 190] from Operation: 99+91=190
Current State: 60:[98, 5, 190], Operations: ['99+91=190']
Exploring Operation: 190/5=38, Resulting Numbers: [98, 38]
Generated Node #3: [98, 38] fro... | 4 |
[
19,
90,
51,
49
] | 64 | [
"51-49=2",
"90/2=45",
"19+45=64"
] | Current State: 64:[19, 90, 51, 49], Operations: []
Exploring Operation: 51-49=2, Resulting Numbers: [19, 90, 2]
Generated Node #2: [19, 90, 2] from Operation: 51-49=2
Current State: 64:[19, 90, 2], Operations: ['51-49=2']
Exploring Operation: 90/2=45, Resulting Numbers: [19, 45]
Generated Node #3: [19, 45] from Operati... | 4 |
[
5,
94,
96,
12
] | 14 | [
"12-5=7",
"96-94=2",
"7*2=14"
] | Current State: 14:[5, 94, 96, 12], Operations: []
Exploring Operation: 12-5=7, Resulting Numbers: [94, 96, 7]
Generated Node #2: [94, 96, 7] from Operation: 12-5=7
Current State: 14:[94, 96, 7], Operations: ['12-5=7']
Exploring Operation: 96-94=2, Resulting Numbers: [7, 2]
Generated Node #3: [7, 2] from Operation: 96-9... | 4 |
[
56,
19,
96,
52
] | 81 | [
"56-19=37",
"96-52=44",
"37+44=81"
] | Current State: 81:[56, 19, 96, 52], Operations: []
Exploring Operation: 56-19=37, Resulting Numbers: [96, 52, 37]
Generated Node #2: [96, 52, 37] from Operation: 56-19=37
Current State: 81:[96, 52, 37], Operations: ['56-19=37']
Exploring Operation: 96-52=44, Resulting Numbers: [37, 44]
Generated Node #3: [37, 44] from ... | 4 |
[
21,
66,
24,
78
] | 40 | [
"24-21=3",
"78/3=26",
"66-26=40"
] | Current State: 40:[21, 66, 24, 78], Operations: []
Exploring Operation: 24-21=3, Resulting Numbers: [66, 78, 3]
Generated Node #2: [66, 78, 3] from Operation: 24-21=3
Current State: 40:[66, 78, 3], Operations: ['24-21=3']
Exploring Operation: 78/3=26, Resulting Numbers: [66, 26]
Generated Node #3: [66, 26] from Operati... | 4 |
[
21,
6,
25,
4
] | 85 | [
"21-6=15",
"25*4=100",
"100-15=85"
] | Current State: 85:[21, 6, 25, 4], Operations: []
Exploring Operation: 21-6=15, Resulting Numbers: [25, 4, 15]
Generated Node #2: [25, 4, 15] from Operation: 21-6=15
Current State: 85:[25, 4, 15], Operations: ['21-6=15']
Exploring Operation: 25*4=100, Resulting Numbers: [15, 100]
Generated Node #3: [15, 100] from Operat... | 4 |
[
73,
64,
63,
48
] | 41 | [
"73-64=9",
"63/9=7",
"48-7=41"
] | Current State: 41:[73, 64, 63, 48], Operations: []
Exploring Operation: 73-64=9, Resulting Numbers: [63, 48, 9]
Generated Node #2: [63, 48, 9] from Operation: 73-64=9
Current State: 41:[63, 48, 9], Operations: ['73-64=9']
Exploring Operation: 63/9=7, Resulting Numbers: [48, 7]
Generated Node #3: [48, 7] from Operation:... | 4 |
[
80,
16,
88,
37
] | 13 | [
"80-16=64",
"88-37=51",
"64-51=13"
] | Current State: 13:[80, 16, 88, 37], Operations: []
Exploring Operation: 80-16=64, Resulting Numbers: [88, 37, 64]
Generated Node #2: [88, 37, 64] from Operation: 80-16=64
Current State: 13:[88, 37, 64], Operations: ['80-16=64']
Exploring Operation: 88-37=51, Resulting Numbers: [64, 51]
Generated Node #3: [64, 51] from ... | 4 |
[
48,
87,
8,
32
] | 41 | [
"48-32=16",
"8*16=128",
"128-87=41"
] | Current State: 41:[48, 87, 8, 32], Operations: []
Exploring Operation: 48-32=16, Resulting Numbers: [87, 8, 16]
Generated Node #2: [87, 8, 16] from Operation: 48-32=16
Current State: 41:[87, 8, 16], Operations: ['48-32=16']
Exploring Operation: 8*16=128, Resulting Numbers: [87, 128]
Generated Node #3: [87, 128] from Op... | 4 |
[
3,
35,
29,
86
] | 68 | [
"35-29=6",
"3*6=18",
"86-18=68"
] | Current State: 68:[3, 35, 29, 86], Operations: []
Exploring Operation: 35-29=6, Resulting Numbers: [3, 86, 6]
Generated Node #2: [3, 86, 6] from Operation: 35-29=6
Current State: 68:[3, 86, 6], Operations: ['35-29=6']
Exploring Operation: 3*6=18, Resulting Numbers: [86, 18]
Generated Node #3: [86, 18] from Operation: 3... | 4 |
[
45,
18,
72,
81
] | 54 | [
"45+18=63",
"81-72=9",
"63-9=54"
] | Current State: 54:[45, 18, 72, 81], Operations: []
Exploring Operation: 45+18=63, Resulting Numbers: [72, 81, 63]
Generated Node #2: [72, 81, 63] from Operation: 45+18=63
Current State: 54:[72, 81, 63], Operations: ['45+18=63']
Exploring Operation: 81-72=9, Resulting Numbers: [63, 9]
Generated Node #3: [63, 9] from Ope... | 4 |
[
49,
4,
5,
30
] | 91 | [
"49-30=19",
"5*19=95",
"95-4=91"
] | Current State: 91:[49, 4, 5, 30], Operations: []
Exploring Operation: 49-30=19, Resulting Numbers: [4, 5, 19]
Generated Node #2: [4, 5, 19] from Operation: 49-30=19
Current State: 91:[4, 5, 19], Operations: ['49-30=19']
Exploring Operation: 5*19=95, Resulting Numbers: [4, 95]
Generated Node #3: [4, 95] from Operation: ... | 4 |
[
4,
13,
94,
19
] | 66 | [
"13-4=9",
"94-19=75",
"75-9=66"
] | Current State: 66:[4, 13, 94, 19], Operations: []
Exploring Operation: 13-4=9, Resulting Numbers: [94, 19, 9]
Generated Node #2: [94, 19, 9] from Operation: 13-4=9
Current State: 66:[94, 19, 9], Operations: ['13-4=9']
Exploring Operation: 94-19=75, Resulting Numbers: [9, 75]
Generated Node #3: [9, 75] from Operation: 9... | 4 |
[
31,
8,
34,
18
] | 91 | [
"31+8=39",
"34+18=52",
"39+52=91"
] | Current State: 91:[31, 8, 34, 18], Operations: []
Exploring Operation: 31+8=39, Resulting Numbers: [34, 18, 39]
Generated Node #2: [34, 18, 39] from Operation: 31+8=39
Current State: 91:[34, 18, 39], Operations: ['31+8=39']
Exploring Operation: 34+18=52, Resulting Numbers: [39, 52]
Generated Node #3: [39, 52] from Oper... | 4 |
[
39,
37,
83,
30
] | 23 | [
"39+37=76",
"83-30=53",
"76-53=23"
] | Current State: 23:[39, 37, 83, 30], Operations: []
Exploring Operation: 39+37=76, Resulting Numbers: [83, 30, 76]
Generated Node #2: [83, 30, 76] from Operation: 39+37=76
Current State: 23:[83, 30, 76], Operations: ['39+37=76']
Exploring Operation: 83-30=53, Resulting Numbers: [76, 53]
Generated Node #3: [76, 53] from ... | 4 |
[
9,
81,
55,
58
] | 24 | [
"81-9=72",
"58-55=3",
"72/3=24"
] | Current State: 24:[9, 81, 55, 58], Operations: []
Exploring Operation: 81-9=72, Resulting Numbers: [55, 58, 72]
Generated Node #2: [55, 58, 72] from Operation: 81-9=72
Current State: 24:[55, 58, 72], Operations: ['81-9=72']
Exploring Operation: 58-55=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Operati... | 4 |
[
27,
63,
13,
2
] | 43 | [
"27+13=40",
"40/2=20",
"63-20=43"
] | Current State: 43:[27, 63, 13, 2], Operations: []
Exploring Operation: 27+13=40, Resulting Numbers: [63, 2, 40]
Generated Node #2: [63, 2, 40] from Operation: 27+13=40
Current State: 43:[63, 2, 40], Operations: ['27+13=40']
Exploring Operation: 40/2=20, Resulting Numbers: [63, 20]
Generated Node #3: [63, 20] from Opera... | 4 |
[
44,
63,
61,
33
] | 99 | [
"44*63=2772",
"61-33=28",
"2772/28=99"
] | Current State: 99:[44, 63, 61, 33], Operations: []
Exploring Operation: 44*63=2772, Resulting Numbers: [61, 33, 2772]
Generated Node #2: [61, 33, 2772] from Operation: 44*63=2772
Current State: 99:[61, 33, 2772], Operations: ['44*63=2772']
Exploring Operation: 61-33=28, Resulting Numbers: [2772, 28]
Generated Node #3: ... | 4 |
[
68,
23,
72,
52
] | 40 | [
"72-68=4",
"23*4=92",
"92-52=40"
] | Current State: 40:[68, 23, 72, 52], Operations: []
Exploring Operation: 72-68=4, Resulting Numbers: [23, 52, 4]
Generated Node #2: [23, 52, 4] from Operation: 72-68=4
Current State: 40:[23, 52, 4], Operations: ['72-68=4']
Exploring Operation: 23*4=92, Resulting Numbers: [52, 92]
Generated Node #3: [52, 92] from Operati... | 4 |
[
25,
72,
21,
8
] | 51 | [
"25*21=525",
"72*8=576",
"576-525=51"
] | Current State: 51:[25, 72, 21, 8], Operations: []
Exploring Operation: 25*21=525, Resulting Numbers: [72, 8, 525]
Generated Node #2: [72, 8, 525] from Operation: 25*21=525
Current State: 51:[72, 8, 525], Operations: ['25*21=525']
Exploring Operation: 72*8=576, Resulting Numbers: [525, 576]
Generated Node #3: [525, 576]... | 4 |
[
3,
39,
40,
42
] | 95 | [
"39/3=13",
"40+42=82",
"13+82=95"
] | Current State: 95:[3, 39, 40, 42], Operations: []
Exploring Operation: 39/3=13, Resulting Numbers: [40, 42, 13]
Generated Node #2: [40, 42, 13] from Operation: 39/3=13
Current State: 95:[40, 42, 13], Operations: ['39/3=13']
Exploring Operation: 40+42=82, Resulting Numbers: [13, 82]
Generated Node #3: [13, 82] from Oper... | 4 |
[
19,
33,
17,
51
] | 16 | [
"19+33=52",
"17+51=68",
"68-52=16"
] | Current State: 16:[19, 33, 17, 51], Operations: []
Exploring Operation: 19+33=52, Resulting Numbers: [17, 51, 52]
Generated Node #2: [17, 51, 52] from Operation: 19+33=52
Current State: 16:[17, 51, 52], Operations: ['19+33=52']
Exploring Operation: 17+51=68, Resulting Numbers: [52, 68]
Generated Node #3: [52, 68] from ... | 4 |
[
87,
89,
92,
52
] | 98 | [
"89-87=2",
"92/2=46",
"52+46=98"
] | Current State: 98:[87, 89, 92, 52], Operations: []
Exploring Operation: 89-87=2, Resulting Numbers: [92, 52, 2]
Generated Node #2: [92, 52, 2] from Operation: 89-87=2
Current State: 98:[92, 52, 2], Operations: ['89-87=2']
Exploring Operation: 92/2=46, Resulting Numbers: [52, 46]
Generated Node #3: [52, 46] from Operati... | 4 |
[
38,
8,
3,
27
] | 35 | [
"38+8=46",
"3*27=81",
"81-46=35"
] | Current State: 35:[38, 8, 3, 27], Operations: []
Exploring Operation: 38+8=46, Resulting Numbers: [3, 27, 46]
Generated Node #2: [3, 27, 46] from Operation: 38+8=46
Current State: 35:[3, 27, 46], Operations: ['38+8=46']
Exploring Operation: 3*27=81, Resulting Numbers: [46, 81]
Generated Node #3: [46, 81] from Operation... | 4 |
[
72,
89,
69,
92
] | 93 | [
"92-89=3",
"72/3=24",
"69+24=93"
] | Current State: 93:[72, 89, 69, 92], Operations: []
Exploring Operation: 92-89=3, Resulting Numbers: [72, 69, 3]
Generated Node #2: [72, 69, 3] from Operation: 92-89=3
Current State: 93:[72, 69, 3], Operations: ['92-89=3']
Exploring Operation: 72/3=24, Resulting Numbers: [69, 24]
Generated Node #3: [69, 24] from Operati... | 4 |
[
5,
9,
79,
79
] | 14 | [
"5+9=14",
"79-79=0",
"14+0=14"
] | Current State: 14:[5, 9, 79, 79], Operations: []
Exploring Operation: 5+9=14, Resulting Numbers: [79, 79, 14]
Generated Node #2: [79, 79, 14] from Operation: 5+9=14
Current State: 14:[79, 79, 14], Operations: ['5+9=14']
Exploring Operation: 79-79=0, Resulting Numbers: [14, 0]
Generated Node #3: [14, 0] from Operation: ... | 4 |
[
3,
60,
98,
57
] | 97 | [
"60-3=57",
"57/57=1",
"98-1=97"
] | Current State: 97:[3, 60, 98, 57], Operations: []
Exploring Operation: 60-3=57, Resulting Numbers: [98, 57, 57]
Generated Node #2: [98, 57, 57] from Operation: 60-3=57
Current State: 97:[98, 57, 57], Operations: ['60-3=57']
Exploring Operation: 57/57=1, Resulting Numbers: [98, 1]
Generated Node #3: [98, 1] from Operati... | 4 |
[
31,
89,
29,
40
] | 87 | [
"31+89=120",
"29*120=3480",
"3480/40=87"
] | Current State: 87:[31, 89, 29, 40], Operations: []
Exploring Operation: 31+89=120, Resulting Numbers: [29, 40, 120]
Generated Node #2: [29, 40, 120] from Operation: 31+89=120
Current State: 87:[29, 40, 120], Operations: ['31+89=120']
Exploring Operation: 29*120=3480, Resulting Numbers: [40, 3480]
Generated Node #3: [40... | 4 |
[
74,
94,
61,
74
] | 94 | [
"74-74=0",
"61*0=0",
"94+0=94"
] | Current State: 94:[74, 94, 61, 74], Operations: []
Exploring Operation: 74-74=0, Resulting Numbers: [94, 61, 0]
Generated Node #2: [94, 61, 0] from Operation: 74-74=0
Current State: 94:[94, 61, 0], Operations: ['74-74=0']
Exploring Operation: 61*0=0, Resulting Numbers: [94, 0]
Generated Node #3: [94, 0] from Operation:... | 4 |
[
51,
75,
31,
2
] | 17 | [
"75-51=24",
"2*24=48",
"48-31=17"
] | Current State: 17:[51, 75, 31, 2], Operations: []
Exploring Operation: 75-51=24, Resulting Numbers: [31, 2, 24]
Generated Node #2: [31, 2, 24] from Operation: 75-51=24
Current State: 17:[31, 2, 24], Operations: ['75-51=24']
Exploring Operation: 2*24=48, Resulting Numbers: [31, 48]
Generated Node #3: [31, 48] from Opera... | 4 |
[
37,
20,
77,
23
] | 42 | [
"77+23=100",
"100/20=5",
"37+5=42"
] | Current State: 42:[37, 20, 77, 23], Operations: []
Exploring Operation: 77+23=100, Resulting Numbers: [37, 20, 100]
Generated Node #2: [37, 20, 100] from Operation: 77+23=100
Current State: 42:[37, 20, 100], Operations: ['77+23=100']
Exploring Operation: 100/20=5, Resulting Numbers: [37, 5]
Generated Node #3: [37, 5] f... | 4 |
[
65,
24,
54,
29
] | 42 | [
"65-24=41",
"54+29=83",
"83-41=42"
] | Current State: 42:[65, 24, 54, 29], Operations: []
Exploring Operation: 65-24=41, Resulting Numbers: [54, 29, 41]
Generated Node #2: [54, 29, 41] from Operation: 65-24=41
Current State: 42:[54, 29, 41], Operations: ['65-24=41']
Exploring Operation: 54+29=83, Resulting Numbers: [41, 83]
Generated Node #3: [41, 83] from ... | 4 |
[
95,
58,
52,
17
] | 43 | [
"95+58=153",
"153/17=9",
"52-9=43"
] | Current State: 43:[95, 58, 52, 17], Operations: []
Exploring Operation: 95+58=153, Resulting Numbers: [52, 17, 153]
Generated Node #2: [52, 17, 153] from Operation: 95+58=153
Current State: 43:[52, 17, 153], Operations: ['95+58=153']
Exploring Operation: 153/17=9, Resulting Numbers: [52, 9]
Generated Node #3: [52, 9] f... | 4 |
[
75,
61,
5,
54
] | 44 | [
"75-54=21",
"5*21=105",
"105-61=44"
] | Current State: 44:[75, 61, 5, 54], Operations: []
Exploring Operation: 75-54=21, Resulting Numbers: [61, 5, 21]
Generated Node #2: [61, 5, 21] from Operation: 75-54=21
Current State: 44:[61, 5, 21], Operations: ['75-54=21']
Exploring Operation: 5*21=105, Resulting Numbers: [61, 105]
Generated Node #3: [61, 105] from Op... | 4 |
[
74,
21,
98,
59
] | 70 | [
"74-59=15",
"98*15=1470",
"1470/21=70"
] | Current State: 70:[74, 21, 98, 59], Operations: []
Exploring Operation: 74-59=15, Resulting Numbers: [21, 98, 15]
Generated Node #2: [21, 98, 15] from Operation: 74-59=15
Current State: 70:[21, 98, 15], Operations: ['74-59=15']
Exploring Operation: 98*15=1470, Resulting Numbers: [21, 1470]
Generated Node #3: [21, 1470]... | 4 |
[
90,
52,
28,
73
] | 26 | [
"73-28=45",
"90/45=2",
"52/2=26"
] | Current State: 26:[90, 52, 28, 73], Operations: []
Exploring Operation: 73-28=45, Resulting Numbers: [90, 52, 45]
Generated Node #2: [90, 52, 45] from Operation: 73-28=45
Current State: 26:[90, 52, 45], Operations: ['73-28=45']
Exploring Operation: 90/45=2, Resulting Numbers: [52, 2]
Generated Node #3: [52, 2] from Ope... | 4 |
[
12,
47,
10,
85
] | 40 | [
"47-12=35",
"85-10=75",
"75-35=40"
] | Current State: 40:[12, 47, 10, 85], Operations: []
Exploring Operation: 47-12=35, Resulting Numbers: [10, 85, 35]
Generated Node #2: [10, 85, 35] from Operation: 47-12=35
Current State: 40:[10, 85, 35], Operations: ['47-12=35']
Exploring Operation: 85-10=75, Resulting Numbers: [35, 75]
Generated Node #3: [35, 75] from ... | 4 |
[
33,
88,
75,
2
] | 92 | [
"33+88=121",
"121-75=46",
"2*46=92"
] | Current State: 92:[33, 88, 75, 2], Operations: []
Exploring Operation: 33+88=121, Resulting Numbers: [75, 2, 121]
Generated Node #2: [75, 2, 121] from Operation: 33+88=121
Current State: 92:[75, 2, 121], Operations: ['33+88=121']
Exploring Operation: 121-75=46, Resulting Numbers: [2, 46]
Generated Node #3: [2, 46] from... | 4 |
[
27,
75,
65,
72
] | 74 | [
"75-72=3",
"27/3=9",
"65+9=74"
] | Current State: 74:[27, 75, 65, 72], Operations: []
Exploring Operation: 75-72=3, Resulting Numbers: [27, 65, 3]
Generated Node #2: [27, 65, 3] from Operation: 75-72=3
Current State: 74:[27, 65, 3], Operations: ['75-72=3']
Exploring Operation: 27/3=9, Resulting Numbers: [65, 9]
Generated Node #3: [65, 9] from Operation:... | 4 |
[
76,
94,
11,
3
] | 43 | [
"94-76=18",
"3*18=54",
"54-11=43"
] | Current State: 43:[76, 94, 11, 3], Operations: []
Exploring Operation: 94-76=18, Resulting Numbers: [11, 3, 18]
Generated Node #2: [11, 3, 18] from Operation: 94-76=18
Current State: 43:[11, 3, 18], Operations: ['94-76=18']
Exploring Operation: 3*18=54, Resulting Numbers: [11, 54]
Generated Node #3: [11, 54] from Opera... | 4 |
[
28,
3,
18,
18
] | 85 | [
"28*3=84",
"18/18=1",
"84+1=85"
] | Current State: 85:[28, 3, 18, 18], Operations: []
Exploring Operation: 28*3=84, Resulting Numbers: [18, 18, 84]
Generated Node #2: [18, 18, 84] from Operation: 28*3=84
Current State: 85:[18, 18, 84], Operations: ['28*3=84']
Exploring Operation: 18/18=1, Resulting Numbers: [84, 1]
Generated Node #3: [84, 1] from Operati... | 4 |
[
10,
71,
9,
38
] | 47 | [
"10+71=81",
"81/9=9",
"38+9=47"
] | Current State: 47:[10, 71, 9, 38], Operations: []
Exploring Operation: 10+71=81, Resulting Numbers: [9, 38, 81]
Generated Node #2: [9, 38, 81] from Operation: 10+71=81
Current State: 47:[9, 38, 81], Operations: ['10+71=81']
Exploring Operation: 81/9=9, Resulting Numbers: [38, 9]
Generated Node #3: [38, 9] from Operatio... | 4 |
[
6,
69,
68,
92
] | 87 | [
"69-6=63",
"92-68=24",
"63+24=87"
] | Current State: 87:[6, 69, 68, 92], Operations: []
Exploring Operation: 69-6=63, Resulting Numbers: [68, 92, 63]
Generated Node #2: [68, 92, 63] from Operation: 69-6=63
Current State: 87:[68, 92, 63], Operations: ['69-6=63']
Exploring Operation: 92-68=24, Resulting Numbers: [63, 24]
Generated Node #3: [63, 24] from Oper... | 4 |
[
6,
20,
44,
10
] | 25 | [
"6+44=50",
"20/10=2",
"50/2=25"
] | Current State: 25:[6, 20, 44, 10], Operations: []
Exploring Operation: 6+44=50, Resulting Numbers: [20, 10, 50]
Generated Node #2: [20, 10, 50] from Operation: 6+44=50
Current State: 25:[20, 10, 50], Operations: ['6+44=50']
Exploring Operation: 20/10=2, Resulting Numbers: [50, 2]
Generated Node #3: [50, 2] from Operati... | 4 |
[
97,
2,
36,
33
] | 97 | [
"36-2=34",
"34-33=1",
"97*1=97"
] | Current State: 97:[97, 2, 36, 33], Operations: []
Exploring Operation: 36-2=34, Resulting Numbers: [97, 33, 34]
Generated Node #2: [97, 33, 34] from Operation: 36-2=34
Current State: 97:[97, 33, 34], Operations: ['36-2=34']
Exploring Operation: 34-33=1, Resulting Numbers: [97, 1]
Generated Node #3: [97, 1] from Operati... | 4 |
[
99,
2,
80,
49
] | 79 | [
"99-80=19",
"2*49=98",
"98-19=79"
] | Current State: 79:[99, 2, 80, 49], Operations: []
Exploring Operation: 99-80=19, Resulting Numbers: [2, 49, 19]
Generated Node #2: [2, 49, 19] from Operation: 99-80=19
Current State: 79:[2, 49, 19], Operations: ['99-80=19']
Exploring Operation: 2*49=98, Resulting Numbers: [19, 98]
Generated Node #3: [19, 98] from Opera... | 4 |
[
28,
52,
34,
91
] | 33 | [
"52-28=24",
"91-34=57",
"57-24=33"
] | Current State: 33:[28, 52, 34, 91], Operations: []
Exploring Operation: 52-28=24, Resulting Numbers: [34, 91, 24]
Generated Node #2: [34, 91, 24] from Operation: 52-28=24
Current State: 33:[34, 91, 24], Operations: ['52-28=24']
Exploring Operation: 91-34=57, Resulting Numbers: [24, 57]
Generated Node #3: [24, 57] from ... | 4 |
[
34,
96,
70,
8
] | 92 | [
"34+70=104",
"96/8=12",
"104-12=92"
] | Current State: 92:[34, 96, 70, 8], Operations: []
Exploring Operation: 34+70=104, Resulting Numbers: [96, 8, 104]
Generated Node #2: [96, 8, 104] from Operation: 34+70=104
Current State: 92:[96, 8, 104], Operations: ['34+70=104']
Exploring Operation: 96/8=12, Resulting Numbers: [104, 12]
Generated Node #3: [104, 12] fr... | 4 |
[
85,
24,
76,
80
] | 68 | [
"85*80=6800",
"24+76=100",
"6800/100=68"
] | Current State: 68:[85, 24, 76, 80], Operations: []
Exploring Operation: 85*80=6800, Resulting Numbers: [24, 76, 6800]
Generated Node #2: [24, 76, 6800] from Operation: 85*80=6800
Current State: 68:[24, 76, 6800], Operations: ['85*80=6800']
Exploring Operation: 24+76=100, Resulting Numbers: [6800, 100]
Generated Node #3... | 4 |
[
38,
96,
86,
16
] | 54 | [
"86-38=48",
"96/16=6",
"48+6=54"
] | Current State: 54:[38, 96, 86, 16], Operations: []
Exploring Operation: 86-38=48, Resulting Numbers: [96, 16, 48]
Generated Node #2: [96, 16, 48] from Operation: 86-38=48
Current State: 54:[96, 16, 48], Operations: ['86-38=48']
Exploring Operation: 96/16=6, Resulting Numbers: [48, 6]
Generated Node #3: [48, 6] from Ope... | 4 |
[
72,
10,
52,
75
] | 59 | [
"72+10=82",
"75-52=23",
"82-23=59"
] | Current State: 59:[72, 10, 52, 75], Operations: []
Exploring Operation: 72+10=82, Resulting Numbers: [52, 75, 82]
Generated Node #2: [52, 75, 82] from Operation: 72+10=82
Current State: 59:[52, 75, 82], Operations: ['72+10=82']
Exploring Operation: 75-52=23, Resulting Numbers: [82, 23]
Generated Node #3: [82, 23] from ... | 4 |
[
72,
50,
21,
38
] | 37 | [
"72-50=22",
"21+38=59",
"59-22=37"
] | Current State: 37:[72, 50, 21, 38], Operations: []
Exploring Operation: 72-50=22, Resulting Numbers: [21, 38, 22]
Generated Node #2: [21, 38, 22] from Operation: 72-50=22
Current State: 37:[21, 38, 22], Operations: ['72-50=22']
Exploring Operation: 21+38=59, Resulting Numbers: [22, 59]
Generated Node #3: [22, 59] from ... | 4 |
[
3,
56,
36,
11
] | 27 | [
"56+36=92",
"92-11=81",
"81/3=27"
] | Current State: 27:[3, 56, 36, 11], Operations: []
Exploring Operation: 56+36=92, Resulting Numbers: [3, 11, 92]
Generated Node #2: [3, 11, 92] from Operation: 56+36=92
Current State: 27:[3, 11, 92], Operations: ['56+36=92']
Exploring Operation: 92-11=81, Resulting Numbers: [3, 81]
Generated Node #3: [3, 81] from Operat... | 4 |
[
63,
62,
21,
60
] | 82 | [
"63-62=1",
"21+60=81",
"1+81=82"
] | Current State: 82:[63, 62, 21, 60], Operations: []
Exploring Operation: 63-62=1, Resulting Numbers: [21, 60, 1]
Generated Node #2: [21, 60, 1] from Operation: 63-62=1
Current State: 82:[21, 60, 1], Operations: ['63-62=1']
Exploring Operation: 21+60=81, Resulting Numbers: [1, 81]
Generated Node #3: [1, 81] from Operatio... | 4 |
[
85,
19,
86,
22
] | 13 | [
"85+86=171",
"171/19=9",
"22-9=13"
] | Current State: 13:[85, 19, 86, 22], Operations: []
Exploring Operation: 85+86=171, Resulting Numbers: [19, 22, 171]
Generated Node #2: [19, 22, 171] from Operation: 85+86=171
Current State: 13:[19, 22, 171], Operations: ['85+86=171']
Exploring Operation: 171/19=9, Resulting Numbers: [22, 9]
Generated Node #3: [22, 9] f... | 4 |
[
39,
76,
78,
60
] | 46 | [
"78/39=2",
"60/2=30",
"76-30=46"
] | Current State: 46:[39, 76, 78, 60], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [76, 60, 2]
Generated Node #2: [76, 60, 2] from Operation: 78/39=2
Current State: 46:[76, 60, 2], Operations: ['78/39=2']
Exploring Operation: 60/2=30, Resulting Numbers: [76, 30]
Generated Node #3: [76, 30] from Operati... | 4 |
[
89,
53,
21,
5
] | 57 | [
"89-5=84",
"84/21=4",
"53+4=57"
] | Current State: 57:[89, 53, 21, 5], Operations: []
Exploring Operation: 89-5=84, Resulting Numbers: [53, 21, 84]
Generated Node #2: [53, 21, 84] from Operation: 89-5=84
Current State: 57:[53, 21, 84], Operations: ['89-5=84']
Exploring Operation: 84/21=4, Resulting Numbers: [53, 4]
Generated Node #3: [53, 4] from Operati... | 4 |
[
71,
50,
10,
63
] | 52 | [
"71-50=21",
"10+63=73",
"73-21=52"
] | Current State: 52:[71, 50, 10, 63], Operations: []
Exploring Operation: 71-50=21, Resulting Numbers: [10, 63, 21]
Generated Node #2: [10, 63, 21] from Operation: 71-50=21
Current State: 52:[10, 63, 21], Operations: ['71-50=21']
Exploring Operation: 10+63=73, Resulting Numbers: [21, 73]
Generated Node #3: [21, 73] from ... | 4 |
[
66,
98,
2,
1
] | 76 | [
"2+1=3",
"66/3=22",
"98-22=76"
] | Current State: 76:[66, 98, 2, 1], Operations: []
Exploring Operation: 2+1=3, Resulting Numbers: [66, 98, 3]
Generated Node #2: [66, 98, 3] from Operation: 2+1=3
Current State: 76:[66, 98, 3], Operations: ['2+1=3']
Exploring Operation: 66/3=22, Resulting Numbers: [98, 22]
Generated Node #3: [98, 22] from Operation: 66/3... | 4 |
[
46,
58,
44,
23
] | 100 | [
"46/23=2",
"58+44=102",
"102-2=100"
] | Current State: 100:[46, 58, 44, 23], Operations: []
Exploring Operation: 46/23=2, Resulting Numbers: [58, 44, 2]
Generated Node #2: [58, 44, 2] from Operation: 46/23=2
Current State: 100:[58, 44, 2], Operations: ['46/23=2']
Exploring Operation: 58+44=102, Resulting Numbers: [2, 102]
Generated Node #3: [2, 102] from Ope... | 4 |
[
42,
18,
38,
8
] | 14 | [
"42+18=60",
"38+8=46",
"60-46=14"
] | Current State: 14:[42, 18, 38, 8], Operations: []
Exploring Operation: 42+18=60, Resulting Numbers: [38, 8, 60]
Generated Node #2: [38, 8, 60] from Operation: 42+18=60
Current State: 14:[38, 8, 60], Operations: ['42+18=60']
Exploring Operation: 38+8=46, Resulting Numbers: [60, 46]
Generated Node #3: [60, 46] from Opera... | 4 |
[
5,
58,
36,
49
] | 87 | [
"5+49=54",
"58*54=3132",
"3132/36=87"
] | Current State: 87:[5, 58, 36, 49], Operations: []
Exploring Operation: 5+49=54, Resulting Numbers: [58, 36, 54]
Generated Node #2: [58, 36, 54] from Operation: 5+49=54
Current State: 87:[58, 36, 54], Operations: ['5+49=54']
Exploring Operation: 58*54=3132, Resulting Numbers: [36, 3132]
Generated Node #3: [36, 3132] fro... | 4 |
[
37,
74,
5,
41
] | 87 | [
"74/37=2",
"41*2=82",
"5+82=87"
] | Current State: 87:[37, 74, 5, 41], Operations: []
Exploring Operation: 74/37=2, Resulting Numbers: [5, 41, 2]
Generated Node #2: [5, 41, 2] from Operation: 74/37=2
Current State: 87:[5, 41, 2], Operations: ['74/37=2']
Exploring Operation: 41*2=82, Resulting Numbers: [5, 82]
Generated Node #3: [5, 82] from Operation: 41... | 4 |
[
70,
25,
14,
12
] | 70 | [
"25-14=11",
"12-11=1",
"70*1=70"
] | Current State: 70:[70, 25, 14, 12], Operations: []
Exploring Operation: 25-14=11, Resulting Numbers: [70, 12, 11]
Generated Node #2: [70, 12, 11] from Operation: 25-14=11
Current State: 70:[70, 12, 11], Operations: ['25-14=11']
Exploring Operation: 12-11=1, Resulting Numbers: [70, 1]
Generated Node #3: [70, 1] from Ope... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.