nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
90,
81,
37,
9
] | 55 | [
"90-81=9",
"37+9=46",
"9+46=55"
] | Current State: 55:[90, 81, 37, 9], Operations: []
Exploring Operation: 90-81=9, Resulting Numbers: [37, 9, 9]
Generated Node #2: [37, 9, 9] from Operation: 90-81=9
Current State: 55:[37, 9, 9], Operations: ['90-81=9']
Exploring Operation: 37+9=46, Resulting Numbers: [46]
46,55 equal: Goal Reached
Exploring Operation: 9... | 4 |
[
52,
6,
39,
55
] | 30 | [
"52-6=46",
"55-39=16",
"46-16=30"
] | Current State: 30:[52, 6, 39, 55], Operations: []
Exploring Operation: 52-6=46, Resulting Numbers: [39, 55, 46]
Generated Node #2: [39, 55, 46] from Operation: 52-6=46
Current State: 30:[39, 55, 46], Operations: ['52-6=46']
Exploring Operation: 55-39=16, Resulting Numbers: [46, 16]
Generated Node #3: [46, 16] from Oper... | 4 |
[
2,
48,
36,
15
] | 18 | [
"2*15=30",
"48-36=12",
"30-12=18"
] | Current State: 18:[2, 48, 36, 15], Operations: []
Exploring Operation: 2*15=30, Resulting Numbers: [48, 36, 30]
Generated Node #2: [48, 36, 30] from Operation: 2*15=30
Current State: 18:[48, 36, 30], Operations: ['2*15=30']
Exploring Operation: 48-36=12, Resulting Numbers: [30, 12]
Generated Node #3: [30, 12] from Oper... | 4 |
[
64,
36,
54,
66
] | 88 | [
"64+36=100",
"66-54=12",
"100-12=88"
] | Current State: 88:[64, 36, 54, 66], Operations: []
Exploring Operation: 64+36=100, Resulting Numbers: [54, 66, 100]
Generated Node #2: [54, 66, 100] from Operation: 64+36=100
Current State: 88:[54, 66, 100], Operations: ['64+36=100']
Exploring Operation: 66-54=12, Resulting Numbers: [100, 12]
Generated Node #3: [100, 1... | 4 |
[
1,
64,
17,
4
] | 84 | [
"64-1=63",
"17+4=21",
"63+21=84"
] | Current State: 84:[1, 64, 17, 4], Operations: []
Exploring Operation: 64-1=63, Resulting Numbers: [17, 4, 63]
Generated Node #2: [17, 4, 63] from Operation: 64-1=63
Current State: 84:[17, 4, 63], Operations: ['64-1=63']
Exploring Operation: 17+4=21, Resulting Numbers: [63, 21]
Generated Node #3: [63, 21] from Operation... | 4 |
[
7,
99,
98,
70
] | 95 | [
"98-70=28",
"28/7=4",
"99-4=95"
] | Current State: 95:[7, 99, 98, 70], Operations: []
Exploring Operation: 98-70=28, Resulting Numbers: [7, 99, 28]
Generated Node #2: [7, 99, 28] from Operation: 98-70=28
Current State: 95:[7, 99, 28], Operations: ['98-70=28']
Exploring Operation: 28/7=4, Resulting Numbers: [99, 4]
Generated Node #3: [99, 4] from Operatio... | 4 |
[
7,
88,
26,
60
] | 34 | [
"7*26=182",
"88+60=148",
"182-148=34"
] | Current State: 34:[7, 88, 26, 60], Operations: []
Exploring Operation: 7*26=182, Resulting Numbers: [88, 60, 182]
Generated Node #2: [88, 60, 182] from Operation: 7*26=182
Current State: 34:[88, 60, 182], Operations: ['7*26=182']
Exploring Operation: 88+60=148, Resulting Numbers: [182, 148]
Generated Node #3: [182, 148... | 4 |
[
49,
90,
19,
98
] | 22 | [
"49+90=139",
"19+98=117",
"139-117=22"
] | Current State: 22:[49, 90, 19, 98], Operations: []
Exploring Operation: 49+90=139, Resulting Numbers: [19, 98, 139]
Generated Node #2: [19, 98, 139] from Operation: 49+90=139
Current State: 22:[19, 98, 139], Operations: ['49+90=139']
Exploring Operation: 19+98=117, Resulting Numbers: [139, 117]
Generated Node #3: [139,... | 4 |
[
38,
41,
32,
70
] | 99 | [
"41-38=3",
"32+70=102",
"102-3=99"
] | Current State: 99:[38, 41, 32, 70], Operations: []
Exploring Operation: 41-38=3, Resulting Numbers: [32, 70, 3]
Generated Node #2: [32, 70, 3] from Operation: 41-38=3
Current State: 99:[32, 70, 3], Operations: ['41-38=3']
Exploring Operation: 32+70=102, Resulting Numbers: [3, 102]
Generated Node #3: [3, 102] from Opera... | 4 |
[
42,
50,
42,
12
] | 57 | [
"42+42=84",
"84/12=7",
"50+7=57"
] | Current State: 57:[42, 50, 42, 12], Operations: []
Exploring Operation: 42+42=84, Resulting Numbers: [50, 12, 84]
Generated Node #2: [50, 12, 84] from Operation: 42+42=84
Current State: 57:[50, 12, 84], Operations: ['42+42=84']
Exploring Operation: 84/12=7, Resulting Numbers: [50, 7]
Generated Node #3: [50, 7] from Ope... | 4 |
[
92,
82,
54,
6
] | 20 | [
"92+82=174",
"174-54=120",
"120/6=20"
] | Current State: 20:[92, 82, 54, 6], Operations: []
Exploring Operation: 92+82=174, Resulting Numbers: [54, 6, 174]
Generated Node #2: [54, 6, 174] from Operation: 92+82=174
Current State: 20:[54, 6, 174], Operations: ['92+82=174']
Exploring Operation: 174-54=120, Resulting Numbers: [6, 120]
Generated Node #3: [6, 120] f... | 4 |
[
29,
52,
13,
13
] | 34 | [
"52+13=65",
"65/13=5",
"29+5=34"
] | Current State: 34:[29, 52, 13, 13], Operations: []
Exploring Operation: 52+13=65, Resulting Numbers: [29, 65]
Generated Node #2: [29, 65] from Operation: 52+13=65
Current State: 34:[29, 65], Operations: ['52+13=65']
Exploring Operation: 65/13=5, Resulting Numbers: [29, 5]
Generated Node #3: [29, 5] from Operation: 65/1... | 4 |
[
85,
38,
76,
82
] | 35 | [
"85+38=123",
"76+82=158",
"158-123=35"
] | Current State: 35:[85, 38, 76, 82], Operations: []
Exploring Operation: 85+38=123, Resulting Numbers: [76, 82, 123]
Generated Node #2: [76, 82, 123] from Operation: 85+38=123
Current State: 35:[76, 82, 123], Operations: ['85+38=123']
Exploring Operation: 76+82=158, Resulting Numbers: [123, 158]
Generated Node #3: [123,... | 4 |
[
48,
83,
10,
12
] | 77 | [
"48+12=60",
"60/10=6",
"83-6=77"
] | Current State: 77:[48, 83, 10, 12], Operations: []
Exploring Operation: 48+12=60, Resulting Numbers: [83, 10, 60]
Generated Node #2: [83, 10, 60] from Operation: 48+12=60
Current State: 77:[83, 10, 60], Operations: ['48+12=60']
Exploring Operation: 60/10=6, Resulting Numbers: [83, 6]
Generated Node #3: [83, 6] from Ope... | 4 |
[
97,
58,
59,
10
] | 87 | [
"97-10=87",
"59-58=1",
"87*1=87"
] | Current State: 87:[97, 58, 59, 10], Operations: []
Exploring Operation: 97-10=87, Resulting Numbers: [58, 59, 87]
Generated Node #2: [58, 59, 87] from Operation: 97-10=87
Current State: 87:[58, 59, 87], Operations: ['97-10=87']
Exploring Operation: 59-58=1, Resulting Numbers: [87, 1]
Generated Node #3: [87, 1] from Ope... | 4 |
[
35,
26,
81,
46
] | 96 | [
"35+26=61",
"81-46=35",
"61+35=96"
] | Current State: 96:[35, 26, 81, 46], Operations: []
Exploring Operation: 35+26=61, Resulting Numbers: [81, 46, 61]
Generated Node #2: [81, 46, 61] from Operation: 35+26=61
Current State: 96:[81, 46, 61], Operations: ['35+26=61']
Exploring Operation: 81-46=35, Resulting Numbers: [61, 35]
Generated Node #3: [61, 35] from ... | 4 |
[
29,
38,
52,
33
] | 18 | [
"29+38=67",
"52+33=85",
"85-67=18"
] | Current State: 18:[29, 38, 52, 33], Operations: []
Exploring Operation: 29+38=67, Resulting Numbers: [52, 33, 67]
Generated Node #2: [52, 33, 67] from Operation: 29+38=67
Current State: 18:[52, 33, 67], Operations: ['29+38=67']
Exploring Operation: 52+33=85, Resulting Numbers: [67, 85]
Generated Node #3: [67, 85] from ... | 4 |
[
22,
13,
41,
36
] | 19 | [
"22*36=792",
"792-13=779",
"779/41=19"
] | Current State: 19:[22, 13, 41, 36], Operations: []
Exploring Operation: 22*36=792, Resulting Numbers: [13, 41, 792]
Generated Node #2: [13, 41, 792] from Operation: 22*36=792
Current State: 19:[13, 41, 792], Operations: ['22*36=792']
Exploring Operation: 792-13=779, Resulting Numbers: [41, 779]
Generated Node #3: [41, ... | 4 |
[
72,
86,
57,
84
] | 56 | [
"72+57=129",
"86*84=7224",
"7224/129=56"
] | Current State: 56:[72, 86, 57, 84], Operations: []
Exploring Operation: 72+57=129, Resulting Numbers: [86, 84, 129]
Generated Node #2: [86, 84, 129] from Operation: 72+57=129
Current State: 56:[86, 84, 129], Operations: ['72+57=129']
Exploring Operation: 86*84=7224, Resulting Numbers: [129, 7224]
Generated Node #3: [12... | 4 |
[
31,
37,
47,
73
] | 42 | [
"31+37=68",
"73-47=26",
"68-26=42"
] | Current State: 42:[31, 37, 47, 73], Operations: []
Exploring Operation: 31+37=68, Resulting Numbers: [47, 73, 68]
Generated Node #2: [47, 73, 68] from Operation: 31+37=68
Current State: 42:[47, 73, 68], Operations: ['31+37=68']
Exploring Operation: 73-47=26, Resulting Numbers: [68, 26]
Generated Node #3: [68, 26] from ... | 4 |
[
74,
9,
25,
27
] | 14 | [
"74+25=99",
"27+99=126",
"126/9=14"
] | Current State: 14:[74, 9, 25, 27], Operations: []
Exploring Operation: 74+25=99, Resulting Numbers: [9, 27, 99]
Generated Node #2: [9, 27, 99] from Operation: 74+25=99
Current State: 14:[9, 27, 99], Operations: ['74+25=99']
Exploring Operation: 27+99=126, Resulting Numbers: [9, 126]
Generated Node #3: [9, 126] from Ope... | 4 |
[
59,
94,
32,
50
] | 71 | [
"59+94=153",
"32+50=82",
"153-82=71"
] | Current State: 71:[59, 94, 32, 50], Operations: []
Exploring Operation: 59+94=153, Resulting Numbers: [32, 50, 153]
Generated Node #2: [32, 50, 153] from Operation: 59+94=153
Current State: 71:[32, 50, 153], Operations: ['59+94=153']
Exploring Operation: 32+50=82, Resulting Numbers: [153, 82]
Generated Node #3: [153, 8... | 4 |
[
49,
88,
35,
85
] | 88 | [
"49+35=84",
"85-84=1",
"88*1=88"
] | Current State: 88:[49, 88, 35, 85], Operations: []
Exploring Operation: 49+35=84, Resulting Numbers: [88, 85, 84]
Generated Node #2: [88, 85, 84] from Operation: 49+35=84
Current State: 88:[88, 85, 84], Operations: ['49+35=84']
Exploring Operation: 85-84=1, Resulting Numbers: [88, 1]
Generated Node #3: [88, 1] from Ope... | 4 |
[
29,
34,
6,
94
] | 37 | [
"29+34=63",
"6+94=100",
"100-63=37"
] | Current State: 37:[29, 34, 6, 94], Operations: []
Exploring Operation: 29+34=63, Resulting Numbers: [6, 94, 63]
Generated Node #2: [6, 94, 63] from Operation: 29+34=63
Current State: 37:[6, 94, 63], Operations: ['29+34=63']
Exploring Operation: 6+94=100, Resulting Numbers: [63, 100]
Generated Node #3: [63, 100] from Op... | 4 |
[
12,
3,
14,
88
] | 66 | [
"12*3=36",
"14+88=102",
"102-36=66"
] | Current State: 66:[12, 3, 14, 88], Operations: []
Exploring Operation: 12*3=36, Resulting Numbers: [14, 88, 36]
Generated Node #2: [14, 88, 36] from Operation: 12*3=36
Current State: 66:[14, 88, 36], Operations: ['12*3=36']
Exploring Operation: 14+88=102, Resulting Numbers: [36, 102]
Generated Node #3: [36, 102] from O... | 4 |
[
61,
48,
28,
58
] | 99 | [
"61-48=13",
"28+58=86",
"13+86=99"
] | Current State: 99:[61, 48, 28, 58], Operations: []
Exploring Operation: 61-48=13, Resulting Numbers: [28, 58, 13]
Generated Node #2: [28, 58, 13] from Operation: 61-48=13
Current State: 99:[28, 58, 13], Operations: ['61-48=13']
Exploring Operation: 28+58=86, Resulting Numbers: [13, 86]
Generated Node #3: [13, 86] from ... | 4 |
[
67,
78,
15,
9
] | 36 | [
"78-67=11",
"15-11=4",
"9*4=36"
] | Current State: 36:[67, 78, 15, 9], Operations: []
Exploring Operation: 78-67=11, Resulting Numbers: [15, 9, 11]
Generated Node #2: [15, 9, 11] from Operation: 78-67=11
Current State: 36:[15, 9, 11], Operations: ['78-67=11']
Exploring Operation: 15-11=4, Resulting Numbers: [9, 4]
Generated Node #3: [9, 4] from Operation... | 4 |
[
36,
71,
12,
93
] | 46 | [
"71-36=35",
"93-12=81",
"81-35=46"
] | Current State: 46:[36, 71, 12, 93], Operations: []
Exploring Operation: 71-36=35, Resulting Numbers: [12, 93, 35]
Generated Node #2: [12, 93, 35] from Operation: 71-36=35
Current State: 46:[12, 93, 35], Operations: ['71-36=35']
Exploring Operation: 93-12=81, Resulting Numbers: [35, 81]
Generated Node #3: [35, 81] from ... | 4 |
[
59,
51,
75,
36
] | 64 | [
"51-36=15",
"75/15=5",
"59+5=64"
] | Current State: 64:[59, 51, 75, 36], Operations: []
Exploring Operation: 51-36=15, Resulting Numbers: [59, 75, 15]
Generated Node #2: [59, 75, 15] from Operation: 51-36=15
Current State: 64:[59, 75, 15], Operations: ['51-36=15']
Exploring Operation: 75/15=5, Resulting Numbers: [59, 5]
Generated Node #3: [59, 5] from Ope... | 4 |
[
10,
23,
42,
3
] | 21 | [
"10*42=420",
"23-3=20",
"420/20=21"
] | Current State: 21:[10, 23, 42, 3], Operations: []
Exploring Operation: 10*42=420, Resulting Numbers: [23, 3, 420]
Generated Node #2: [23, 3, 420] from Operation: 10*42=420
Current State: 21:[23, 3, 420], Operations: ['10*42=420']
Exploring Operation: 23-3=20, Resulting Numbers: [420, 20]
Generated Node #3: [420, 20] fr... | 4 |
[
36,
12,
84,
6
] | 24 | [
"84-36=48",
"12*6=72",
"72-48=24"
] | Current State: 24:[36, 12, 84, 6], Operations: []
Exploring Operation: 84-36=48, Resulting Numbers: [12, 6, 48]
Generated Node #2: [12, 6, 48] from Operation: 84-36=48
Current State: 24:[12, 6, 48], Operations: ['84-36=48']
Exploring Operation: 12*6=72, Resulting Numbers: [48, 72]
Generated Node #3: [48, 72] from Opera... | 4 |
[
2,
31,
21,
18
] | 14 | [
"31-21=10",
"18+10=28",
"28/2=14"
] | Current State: 14:[2, 31, 21, 18], Operations: []
Exploring Operation: 31-21=10, Resulting Numbers: [2, 18, 10]
Generated Node #2: [2, 18, 10] from Operation: 31-21=10
Current State: 14:[2, 18, 10], Operations: ['31-21=10']
Exploring Operation: 18+10=28, Resulting Numbers: [2, 28]
Generated Node #3: [2, 28] from Operat... | 4 |
[
9,
60,
2,
75
] | 63 | [
"9+60=69",
"2*69=138",
"138-75=63"
] | Current State: 63:[9, 60, 2, 75], Operations: []
Exploring Operation: 9+60=69, Resulting Numbers: [2, 75, 69]
Generated Node #2: [2, 75, 69] from Operation: 9+60=69
Current State: 63:[2, 75, 69], Operations: ['9+60=69']
Exploring Operation: 2*69=138, Resulting Numbers: [75, 138]
Generated Node #3: [75, 138] from Operat... | 4 |
[
9,
9,
33,
22
] | 26 | [
"9*9=81",
"33+22=55",
"81-55=26"
] | Current State: 26:[9, 9, 33, 22], Operations: []
Exploring Operation: 9*9=81, Resulting Numbers: [33, 22, 81]
Generated Node #2: [33, 22, 81] from Operation: 9*9=81
Current State: 26:[33, 22, 81], Operations: ['9*9=81']
Exploring Operation: 33+22=55, Resulting Numbers: [81, 55]
Generated Node #3: [81, 55] from Operatio... | 4 |
[
2,
62,
61,
3
] | 94 | [
"61+3=64",
"64/2=32",
"62+32=94"
] | Current State: 94:[2, 62, 61, 3], Operations: []
Exploring Operation: 61+3=64, Resulting Numbers: [2, 62, 64]
Generated Node #2: [2, 62, 64] from Operation: 61+3=64
Current State: 94:[2, 62, 64], Operations: ['61+3=64']
Exploring Operation: 64/2=32, Resulting Numbers: [62, 32]
Generated Node #3: [62, 32] from Operation... | 4 |
[
1,
39,
78,
79
] | 38 | [
"1*39=39",
"79-78=1",
"39-1=38"
] | Current State: 38:[1, 39, 78, 79], Operations: []
Exploring Operation: 1*39=39, Resulting Numbers: [78, 79, 39]
Generated Node #2: [78, 79, 39] from Operation: 1*39=39
Current State: 38:[78, 79, 39], Operations: ['1*39=39']
Exploring Operation: 79-78=1, Resulting Numbers: [39, 1]
Generated Node #3: [39, 1] from Operati... | 4 |
[
22,
35,
28,
58
] | 73 | [
"35-22=13",
"28+58=86",
"86-13=73"
] | Current State: 73:[22, 35, 28, 58], Operations: []
Exploring Operation: 35-22=13, Resulting Numbers: [28, 58, 13]
Generated Node #2: [28, 58, 13] from Operation: 35-22=13
Current State: 73:[28, 58, 13], Operations: ['35-22=13']
Exploring Operation: 28+58=86, Resulting Numbers: [13, 86]
Generated Node #3: [13, 86] from ... | 4 |
[
57,
84,
75,
22
] | 90 | [
"57+75=132",
"132/22=6",
"84+6=90"
] | Current State: 90:[57, 84, 75, 22], Operations: []
Exploring Operation: 57+75=132, Resulting Numbers: [84, 22, 132]
Generated Node #2: [84, 22, 132] from Operation: 57+75=132
Current State: 90:[84, 22, 132], Operations: ['57+75=132']
Exploring Operation: 132/22=6, Resulting Numbers: [84, 6]
Generated Node #3: [84, 6] f... | 4 |
[
68,
18,
73,
3
] | 93 | [
"73-68=5",
"18*5=90",
"3+90=93"
] | Current State: 93:[68, 18, 73, 3], Operations: []
Exploring Operation: 73-68=5, Resulting Numbers: [18, 3, 5]
Generated Node #2: [18, 3, 5] from Operation: 73-68=5
Current State: 93:[18, 3, 5], Operations: ['73-68=5']
Exploring Operation: 18*5=90, Resulting Numbers: [3, 90]
Generated Node #3: [3, 90] from Operation: 18... | 4 |
[
16,
70,
6,
26
] | 63 | [
"16+26=42",
"42/6=7",
"70-7=63"
] | Current State: 63:[16, 70, 6, 26], Operations: []
Exploring Operation: 16+26=42, Resulting Numbers: [70, 6, 42]
Generated Node #2: [70, 6, 42] from Operation: 16+26=42
Current State: 63:[70, 6, 42], Operations: ['16+26=42']
Exploring Operation: 42/6=7, Resulting Numbers: [70, 7]
Generated Node #3: [70, 7] from Operatio... | 4 |
[
95,
47,
70,
52
] | 89 | [
"52-47=5",
"95/5=19",
"70+19=89"
] | Current State: 89:[95, 47, 70, 52], Operations: []
Exploring Operation: 52-47=5, Resulting Numbers: [95, 70, 5]
Generated Node #2: [95, 70, 5] from Operation: 52-47=5
Current State: 89:[95, 70, 5], Operations: ['52-47=5']
Exploring Operation: 95/5=19, Resulting Numbers: [70, 19]
Generated Node #3: [70, 19] from Operati... | 4 |
[
99,
5,
11,
85
] | 69 | [
"99-85=14",
"5*11=55",
"14+55=69"
] | Current State: 69:[99, 5, 11, 85], Operations: []
Exploring Operation: 99-85=14, Resulting Numbers: [5, 11, 14]
Generated Node #2: [5, 11, 14] from Operation: 99-85=14
Current State: 69:[5, 11, 14], Operations: ['99-85=14']
Exploring Operation: 5*11=55, Resulting Numbers: [14, 55]
Generated Node #3: [14, 55] from Opera... | 4 |
[
23,
7,
39,
64
] | 14 | [
"23+39=62",
"64-62=2",
"7*2=14"
] | Current State: 14:[23, 7, 39, 64], Operations: []
Exploring Operation: 23+39=62, Resulting Numbers: [7, 64, 62]
Generated Node #2: [7, 64, 62] from Operation: 23+39=62
Current State: 14:[7, 64, 62], Operations: ['23+39=62']
Exploring Operation: 64-62=2, Resulting Numbers: [7, 2]
Generated Node #3: [7, 2] from Operation... | 4 |
[
5,
17,
95,
79
] | 77 | [
"95/5=19",
"17+79=96",
"96-19=77"
] | Current State: 77:[5, 17, 95, 79], Operations: []
Exploring Operation: 95/5=19, Resulting Numbers: [17, 79, 19]
Generated Node #2: [17, 79, 19] from Operation: 95/5=19
Current State: 77:[17, 79, 19], Operations: ['95/5=19']
Exploring Operation: 17+79=96, Resulting Numbers: [19, 96]
Generated Node #3: [19, 96] from Oper... | 4 |
[
99,
54,
78,
18
] | 52 | [
"99-18=81",
"54*78=4212",
"4212/81=52"
] | Current State: 52:[99, 54, 78, 18], Operations: []
Exploring Operation: 99-18=81, Resulting Numbers: [54, 78, 81]
Generated Node #2: [54, 78, 81] from Operation: 99-18=81
Current State: 52:[54, 78, 81], Operations: ['99-18=81']
Exploring Operation: 54*78=4212, Resulting Numbers: [81, 4212]
Generated Node #3: [81, 4212]... | 4 |
[
12,
39,
10,
7
] | 44 | [
"39-12=27",
"10+7=17",
"27+17=44"
] | Current State: 44:[12, 39, 10, 7], Operations: []
Exploring Operation: 39-12=27, Resulting Numbers: [10, 7, 27]
Generated Node #2: [10, 7, 27] from Operation: 39-12=27
Current State: 44:[10, 7, 27], Operations: ['39-12=27']
Exploring Operation: 10+7=17, Resulting Numbers: [27, 17]
Generated Node #3: [27, 17] from Opera... | 4 |
[
45,
52,
48,
3
] | 47 | [
"45+52=97",
"48*3=144",
"144-97=47"
] | Current State: 47:[45, 52, 48, 3], Operations: []
Exploring Operation: 45+52=97, Resulting Numbers: [48, 3, 97]
Generated Node #2: [48, 3, 97] from Operation: 45+52=97
Current State: 47:[48, 3, 97], Operations: ['45+52=97']
Exploring Operation: 48*3=144, Resulting Numbers: [97, 144]
Generated Node #3: [97, 144] from Op... | 4 |
[
60,
48,
3,
38
] | 74 | [
"60+48=108",
"108/3=36",
"38+36=74"
] | Current State: 74:[60, 48, 3, 38], Operations: []
Exploring Operation: 60+48=108, Resulting Numbers: [3, 38, 108]
Generated Node #2: [3, 38, 108] from Operation: 60+48=108
Current State: 74:[3, 38, 108], Operations: ['60+48=108']
Exploring Operation: 108/3=36, Resulting Numbers: [38, 36]
Generated Node #3: [38, 36] fro... | 4 |
[
68,
59,
8,
82
] | 99 | [
"68-59=9",
"8+82=90",
"9+90=99"
] | Current State: 99:[68, 59, 8, 82], Operations: []
Exploring Operation: 68-59=9, Resulting Numbers: [8, 82, 9]
Generated Node #2: [8, 82, 9] from Operation: 68-59=9
Current State: 99:[8, 82, 9], Operations: ['68-59=9']
Exploring Operation: 8+82=90, Resulting Numbers: [9, 90]
Generated Node #3: [9, 90] from Operation: 8+... | 4 |
[
87,
95,
93,
9
] | 48 | [
"87+9=96",
"95-93=2",
"96/2=48"
] | Current State: 48:[87, 95, 93, 9], Operations: []
Exploring Operation: 87+9=96, Resulting Numbers: [95, 93, 96]
Generated Node #2: [95, 93, 96] from Operation: 87+9=96
Current State: 48:[95, 93, 96], Operations: ['87+9=96']
Exploring Operation: 95-93=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Operati... | 4 |
[
69,
44,
26,
3
] | 85 | [
"69-26=43",
"3*43=129",
"129-44=85"
] | Current State: 85:[69, 44, 26, 3], Operations: []
Exploring Operation: 69-26=43, Resulting Numbers: [44, 3, 43]
Generated Node #2: [44, 3, 43] from Operation: 69-26=43
Current State: 85:[44, 3, 43], Operations: ['69-26=43']
Exploring Operation: 3*43=129, Resulting Numbers: [44, 129]
Generated Node #3: [44, 129] from Op... | 4 |
[
59,
51,
93,
93
] | 62 | [
"93-59=34",
"93*34=3162",
"3162/51=62"
] | Current State: 62:[59, 51, 93, 93], Operations: []
Exploring Operation: 93-59=34, Resulting Numbers: [51, 34]
Generated Node #2: [51, 34] from Operation: 93-59=34
Current State: 62:[51, 34], Operations: ['93-59=34']
Exploring Operation: 93*34=3162, Resulting Numbers: [51, 3162]
Generated Node #3: [51, 3162] from Operat... | 4 |
[
70,
54,
99,
36
] | 47 | [
"70-54=16",
"99-36=63",
"63-16=47"
] | Current State: 47:[70, 54, 99, 36], Operations: []
Exploring Operation: 70-54=16, Resulting Numbers: [99, 36, 16]
Generated Node #2: [99, 36, 16] from Operation: 70-54=16
Current State: 47:[99, 36, 16], Operations: ['70-54=16']
Exploring Operation: 99-36=63, Resulting Numbers: [16, 63]
Generated Node #3: [16, 63] from ... | 4 |
[
98,
42,
24,
28
] | 27 | [
"98+28=126",
"126/42=3",
"24+3=27"
] | Current State: 27:[98, 42, 24, 28], Operations: []
Exploring Operation: 98+28=126, Resulting Numbers: [42, 24, 126]
Generated Node #2: [42, 24, 126] from Operation: 98+28=126
Current State: 27:[42, 24, 126], Operations: ['98+28=126']
Exploring Operation: 126/42=3, Resulting Numbers: [24, 3]
Generated Node #3: [24, 3] f... | 4 |
[
49,
68,
16,
52
] | 48 | [
"68-16=52",
"52/52=1",
"49-1=48"
] | Current State: 48:[49, 68, 16, 52], Operations: []
Exploring Operation: 68-16=52, Resulting Numbers: [49, 52, 52]
Generated Node #2: [49, 52, 52] from Operation: 68-16=52
Current State: 48:[49, 52, 52], Operations: ['68-16=52']
Exploring Operation: 52/52=1, Resulting Numbers: [49, 1]
Generated Node #3: [49, 1] from Ope... | 4 |
[
26,
40,
64,
65
] | 78 | [
"64*65=4160",
"4160/40=104",
"104-26=78"
] | Current State: 78:[26, 40, 64, 65], Operations: []
Exploring Operation: 64*65=4160, Resulting Numbers: [26, 40, 4160]
Generated Node #2: [26, 40, 4160] from Operation: 64*65=4160
Current State: 78:[26, 40, 4160], Operations: ['64*65=4160']
Exploring Operation: 4160/40=104, Resulting Numbers: [26, 104]
Generated Node #3... | 4 |
[
2,
13,
33,
89
] | 26 | [
"2+89=91",
"91/13=7",
"33-7=26"
] | Current State: 26:[2, 13, 33, 89], Operations: []
Exploring Operation: 2+89=91, Resulting Numbers: [13, 33, 91]
Generated Node #2: [13, 33, 91] from Operation: 2+89=91
Current State: 26:[13, 33, 91], Operations: ['2+89=91']
Exploring Operation: 91/13=7, Resulting Numbers: [33, 7]
Generated Node #3: [33, 7] from Operati... | 4 |
[
58,
53,
2,
18
] | 33 | [
"58-18=40",
"40/2=20",
"53-20=33"
] | Current State: 33:[58, 53, 2, 18], Operations: []
Exploring Operation: 58-18=40, Resulting Numbers: [53, 2, 40]
Generated Node #2: [53, 2, 40] from Operation: 58-18=40
Current State: 33:[53, 2, 40], Operations: ['58-18=40']
Exploring Operation: 40/2=20, Resulting Numbers: [53, 20]
Generated Node #3: [53, 20] from Opera... | 4 |
[
83,
10,
31,
84
] | 40 | [
"83+10=93",
"84-31=53",
"93-53=40"
] | Current State: 40:[83, 10, 31, 84], Operations: []
Exploring Operation: 83+10=93, Resulting Numbers: [31, 84, 93]
Generated Node #2: [31, 84, 93] from Operation: 83+10=93
Current State: 40:[31, 84, 93], Operations: ['83+10=93']
Exploring Operation: 84-31=53, Resulting Numbers: [93, 53]
Generated Node #3: [93, 53] from ... | 4 |
[
89,
54,
40,
20
] | 83 | [
"89+54=143",
"40+20=60",
"143-60=83"
] | Current State: 83:[89, 54, 40, 20], Operations: []
Exploring Operation: 89+54=143, Resulting Numbers: [40, 20, 143]
Generated Node #2: [40, 20, 143] from Operation: 89+54=143
Current State: 83:[40, 20, 143], Operations: ['89+54=143']
Exploring Operation: 40+20=60, Resulting Numbers: [143, 60]
Generated Node #3: [143, 6... | 4 |
[
3,
94,
9,
64
] | 27 | [
"9/3=3",
"94-64=30",
"30-3=27"
] | Current State: 27:[3, 94, 9, 64], Operations: []
Exploring Operation: 9/3=3, Resulting Numbers: [94, 64, 3]
Generated Node #2: [94, 64, 3] from Operation: 9/3=3
Current State: 27:[94, 64, 3], Operations: ['9/3=3']
Exploring Operation: 94-64=30, Resulting Numbers: [3, 30]
Generated Node #3: [3, 30] from Operation: 94-64... | 4 |
[
3,
4,
83,
1
] | 89 | [
"3+4=7",
"83-1=82",
"7+82=89"
] | Current State: 89:[3, 4, 83, 1], Operations: []
Exploring Operation: 3+4=7, Resulting Numbers: [83, 1, 7]
Generated Node #2: [83, 1, 7] from Operation: 3+4=7
Current State: 89:[83, 1, 7], Operations: ['3+4=7']
Exploring Operation: 83-1=82, Resulting Numbers: [7, 82]
Generated Node #3: [7, 82] from Operation: 83-1=82
Cu... | 4 |
[
42,
76,
80,
4
] | 81 | [
"76+80=156",
"156/4=39",
"42+39=81"
] | Current State: 81:[42, 76, 80, 4], Operations: []
Exploring Operation: 76+80=156, Resulting Numbers: [42, 4, 156]
Generated Node #2: [42, 4, 156] from Operation: 76+80=156
Current State: 81:[42, 4, 156], Operations: ['76+80=156']
Exploring Operation: 156/4=39, Resulting Numbers: [42, 39]
Generated Node #3: [42, 39] fro... | 4 |
[
75,
25,
65,
70
] | 32 | [
"75-65=10",
"70/10=7",
"25+7=32"
] | Current State: 32:[75, 25, 65, 70], Operations: []
Exploring Operation: 75-65=10, Resulting Numbers: [25, 70, 10]
Generated Node #2: [25, 70, 10] from Operation: 75-65=10
Current State: 32:[25, 70, 10], Operations: ['75-65=10']
Exploring Operation: 70/10=7, Resulting Numbers: [25, 7]
Generated Node #3: [25, 7] from Ope... | 4 |
[
73,
12,
90,
48
] | 77 | [
"73-12=61",
"90+48=138",
"138-61=77"
] | Current State: 77:[73, 12, 90, 48], Operations: []
Exploring Operation: 73-12=61, Resulting Numbers: [90, 48, 61]
Generated Node #2: [90, 48, 61] from Operation: 73-12=61
Current State: 77:[90, 48, 61], Operations: ['73-12=61']
Exploring Operation: 90+48=138, Resulting Numbers: [61, 138]
Generated Node #3: [61, 138] fr... | 4 |
[
17,
74,
6,
57
] | 40 | [
"17+74=91",
"57-6=51",
"91-51=40"
] | Current State: 40:[17, 74, 6, 57], Operations: []
Exploring Operation: 17+74=91, Resulting Numbers: [6, 57, 91]
Generated Node #2: [6, 57, 91] from Operation: 17+74=91
Current State: 40:[6, 57, 91], Operations: ['17+74=91']
Exploring Operation: 57-6=51, Resulting Numbers: [91, 51]
Generated Node #3: [91, 51] from Opera... | 4 |
[
8,
75,
77,
87
] | 91 | [
"77-75=2",
"8/2=4",
"87+4=91"
] | Current State: 91:[8, 75, 77, 87], Operations: []
Exploring Operation: 77-75=2, Resulting Numbers: [8, 87, 2]
Generated Node #2: [8, 87, 2] from Operation: 77-75=2
Current State: 91:[8, 87, 2], Operations: ['77-75=2']
Exploring Operation: 8/2=4, Resulting Numbers: [87, 4]
Generated Node #3: [87, 4] from Operation: 8/2=... | 4 |
[
75,
9,
99,
28
] | 92 | [
"75+28=103",
"99/9=11",
"103-11=92"
] | Current State: 92:[75, 9, 99, 28], Operations: []
Exploring Operation: 75+28=103, Resulting Numbers: [9, 99, 103]
Generated Node #2: [9, 99, 103] from Operation: 75+28=103
Current State: 92:[9, 99, 103], Operations: ['75+28=103']
Exploring Operation: 99/9=11, Resulting Numbers: [103, 11]
Generated Node #3: [103, 11] fr... | 4 |
[
72,
15,
48,
4
] | 13 | [
"72-15=57",
"48-4=44",
"57-44=13"
] | Current State: 13:[72, 15, 48, 4], Operations: []
Exploring Operation: 72-15=57, Resulting Numbers: [48, 4, 57]
Generated Node #2: [48, 4, 57] from Operation: 72-15=57
Current State: 13:[48, 4, 57], Operations: ['72-15=57']
Exploring Operation: 48-4=44, Resulting Numbers: [57, 44]
Generated Node #3: [57, 44] from Opera... | 4 |
[
47,
44,
85,
27
] | 79 | [
"44*85=3740",
"3740-27=3713",
"3713/47=79"
] | Current State: 79:[47, 44, 85, 27], Operations: []
Exploring Operation: 44*85=3740, Resulting Numbers: [47, 27, 3740]
Generated Node #2: [47, 27, 3740] from Operation: 44*85=3740
Current State: 79:[47, 27, 3740], Operations: ['44*85=3740']
Exploring Operation: 3740-27=3713, Resulting Numbers: [47, 3713]
Generated Node ... | 4 |
[
59,
4,
94,
73
] | 67 | [
"94-59=35",
"4*35=140",
"140-73=67"
] | Current State: 67:[59, 4, 94, 73], Operations: []
Exploring Operation: 94-59=35, Resulting Numbers: [4, 73, 35]
Generated Node #2: [4, 73, 35] from Operation: 94-59=35
Current State: 67:[4, 73, 35], Operations: ['94-59=35']
Exploring Operation: 4*35=140, Resulting Numbers: [73, 140]
Generated Node #3: [73, 140] from Op... | 4 |
[
62,
68,
69,
67
] | 99 | [
"69-67=2",
"62/2=31",
"68+31=99"
] | Current State: 99:[62, 68, 69, 67], Operations: []
Exploring Operation: 69-67=2, Resulting Numbers: [62, 68, 2]
Generated Node #2: [62, 68, 2] from Operation: 69-67=2
Current State: 99:[62, 68, 2], Operations: ['69-67=2']
Exploring Operation: 62/2=31, Resulting Numbers: [68, 31]
Generated Node #3: [68, 31] from Operati... | 4 |
[
31,
5,
12,
2
] | 85 | [
"31-12=19",
"19-2=17",
"5*17=85"
] | Current State: 85:[31, 5, 12, 2], Operations: []
Exploring Operation: 31-12=19, Resulting Numbers: [5, 2, 19]
Generated Node #2: [5, 2, 19] from Operation: 31-12=19
Current State: 85:[5, 2, 19], Operations: ['31-12=19']
Exploring Operation: 19-2=17, Resulting Numbers: [5, 17]
Generated Node #3: [5, 17] from Operation: ... | 4 |
[
36,
6,
86,
46
] | 34 | [
"36/6=6",
"86-46=40",
"40-6=34"
] | Current State: 34:[36, 6, 86, 46], Operations: []
Exploring Operation: 36/6=6, Resulting Numbers: [86, 46, 6]
Generated Node #2: [86, 46, 6] from Operation: 36/6=6
Current State: 34:[86, 46, 6], Operations: ['36/6=6']
Exploring Operation: 86-46=40, Resulting Numbers: [6, 40]
Generated Node #3: [6, 40] from Operation: 8... | 4 |
[
2,
18,
14,
26
] | 30 | [
"26-18=8",
"2*8=16",
"14+16=30"
] | Current State: 30:[2, 18, 14, 26], Operations: []
Exploring Operation: 26-18=8, Resulting Numbers: [2, 14, 8]
Generated Node #2: [2, 14, 8] from Operation: 26-18=8
Current State: 30:[2, 14, 8], Operations: ['26-18=8']
Exploring Operation: 2*8=16, Resulting Numbers: [14, 16]
Generated Node #3: [14, 16] from Operation: 2... | 4 |
[
21,
9,
84,
38
] | 16 | [
"21+9=30",
"84-38=46",
"46-30=16"
] | Current State: 16:[21, 9, 84, 38], Operations: []
Exploring Operation: 21+9=30, Resulting Numbers: [84, 38, 30]
Generated Node #2: [84, 38, 30] from Operation: 21+9=30
Current State: 16:[84, 38, 30], Operations: ['21+9=30']
Exploring Operation: 84-38=46, Resulting Numbers: [30, 46]
Generated Node #3: [30, 46] from Oper... | 4 |
[
75,
54,
78,
80
] | 48 | [
"80-78=2",
"54/2=27",
"75-27=48"
] | Current State: 48:[75, 54, 78, 80], Operations: []
Exploring Operation: 80-78=2, Resulting Numbers: [75, 54, 2]
Generated Node #2: [75, 54, 2] from Operation: 80-78=2
Current State: 48:[75, 54, 2], Operations: ['80-78=2']
Exploring Operation: 54/2=27, Resulting Numbers: [75, 27]
Generated Node #3: [75, 27] from Operati... | 4 |
[
84,
71,
79,
72
] | 20 | [
"84-71=13",
"79-72=7",
"13+7=20"
] | Current State: 20:[84, 71, 79, 72], Operations: []
Exploring Operation: 84-71=13, Resulting Numbers: [79, 72, 13]
Generated Node #2: [79, 72, 13] from Operation: 84-71=13
Current State: 20:[79, 72, 13], Operations: ['84-71=13']
Exploring Operation: 79-72=7, Resulting Numbers: [13, 7]
Generated Node #3: [13, 7] from Ope... | 4 |
[
87,
80,
30,
47
] | 29 | [
"80-30=50",
"50-47=3",
"87/3=29"
] | Current State: 29:[87, 80, 30, 47], Operations: []
Exploring Operation: 80-30=50, Resulting Numbers: [87, 47, 50]
Generated Node #2: [87, 47, 50] from Operation: 80-30=50
Current State: 29:[87, 47, 50], Operations: ['80-30=50']
Exploring Operation: 50-47=3, Resulting Numbers: [87, 3]
Generated Node #3: [87, 3] from Ope... | 4 |
[
6,
99,
16,
61
] | 28 | [
"6+99=105",
"16+61=77",
"105-77=28"
] | Current State: 28:[6, 99, 16, 61], Operations: []
Exploring Operation: 6+99=105, Resulting Numbers: [16, 61, 105]
Generated Node #2: [16, 61, 105] from Operation: 6+99=105
Current State: 28:[16, 61, 105], Operations: ['6+99=105']
Exploring Operation: 16+61=77, Resulting Numbers: [105, 77]
Generated Node #3: [105, 77] f... | 4 |
[
52,
41,
49,
22
] | 60 | [
"52-41=11",
"49+22=71",
"71-11=60"
] | Current State: 60:[52, 41, 49, 22], Operations: []
Exploring Operation: 52-41=11, Resulting Numbers: [49, 22, 11]
Generated Node #2: [49, 22, 11] from Operation: 52-41=11
Current State: 60:[49, 22, 11], Operations: ['52-41=11']
Exploring Operation: 49+22=71, Resulting Numbers: [11, 71]
Generated Node #3: [11, 71] from ... | 4 |
[
16,
30,
16,
44
] | 74 | [
"16+30=46",
"44-16=28",
"46+28=74"
] | Current State: 74:[16, 30, 16, 44], Operations: []
Exploring Operation: 16+30=46, Resulting Numbers: [44, 46]
Generated Node #2: [44, 46] from Operation: 16+30=46
Current State: 74:[44, 46], Operations: ['16+30=46']
Exploring Operation: 44-16=28, Resulting Numbers: [46, 28]
Generated Node #3: [46, 28] from Operation: 4... | 4 |
[
50,
82,
32,
46
] | 79 | [
"50+46=96",
"96/32=3",
"82-3=79"
] | Current State: 79:[50, 82, 32, 46], Operations: []
Exploring Operation: 50+46=96, Resulting Numbers: [82, 32, 96]
Generated Node #2: [82, 32, 96] from Operation: 50+46=96
Current State: 79:[82, 32, 96], Operations: ['50+46=96']
Exploring Operation: 96/32=3, Resulting Numbers: [82, 3]
Generated Node #3: [82, 3] from Ope... | 4 |
[
52,
83,
22,
80
] | 89 | [
"83-52=31",
"80-22=58",
"31+58=89"
] | Current State: 89:[52, 83, 22, 80], Operations: []
Exploring Operation: 83-52=31, Resulting Numbers: [22, 80, 31]
Generated Node #2: [22, 80, 31] from Operation: 83-52=31
Current State: 89:[22, 80, 31], Operations: ['83-52=31']
Exploring Operation: 80-22=58, Resulting Numbers: [31, 58]
Generated Node #3: [31, 58] from ... | 4 |
[
57,
39,
16,
72
] | 74 | [
"57-39=18",
"72-16=56",
"18+56=74"
] | Current State: 74:[57, 39, 16, 72], Operations: []
Exploring Operation: 57-39=18, Resulting Numbers: [16, 72, 18]
Generated Node #2: [16, 72, 18] from Operation: 57-39=18
Current State: 74:[16, 72, 18], Operations: ['57-39=18']
Exploring Operation: 72-16=56, Resulting Numbers: [18, 56]
Generated Node #3: [18, 56] from ... | 4 |
[
60,
21,
51,
78
] | 12 | [
"60-21=39",
"78-51=27",
"39-27=12"
] | Current State: 12:[60, 21, 51, 78], Operations: []
Exploring Operation: 60-21=39, Resulting Numbers: [51, 78, 39]
Generated Node #2: [51, 78, 39] from Operation: 60-21=39
Current State: 12:[51, 78, 39], Operations: ['60-21=39']
Exploring Operation: 78-51=27, Resulting Numbers: [39, 27]
Generated Node #3: [39, 27] from ... | 4 |
[
20,
9,
20,
99
] | 51 | [
"20+20=40",
"99/9=11",
"40+11=51"
] | Current State: 51:[20, 9, 20, 99], Operations: []
Exploring Operation: 20+20=40, Resulting Numbers: [9, 99, 40]
Generated Node #2: [9, 99, 40] from Operation: 20+20=40
Current State: 51:[9, 99, 40], Operations: ['20+20=40']
Exploring Operation: 99/9=11, Resulting Numbers: [40, 11]
Generated Node #3: [40, 11] from Opera... | 4 |
[
12,
18,
21,
61
] | 10 | [
"12+18=30",
"61-21=40",
"40-30=10"
] | Current State: 10:[12, 18, 21, 61], Operations: []
Exploring Operation: 12+18=30, Resulting Numbers: [21, 61, 30]
Generated Node #2: [21, 61, 30] from Operation: 12+18=30
Current State: 10:[21, 61, 30], Operations: ['12+18=30']
Exploring Operation: 61-21=40, Resulting Numbers: [30, 40]
Generated Node #3: [30, 40] from ... | 4 |
[
11,
16,
92,
94
] | 82 | [
"16+94=110",
"110/11=10",
"92-10=82"
] | Current State: 82:[11, 16, 92, 94], Operations: []
Exploring Operation: 16+94=110, Resulting Numbers: [11, 92, 110]
Generated Node #2: [11, 92, 110] from Operation: 16+94=110
Current State: 82:[11, 92, 110], Operations: ['16+94=110']
Exploring Operation: 110/11=10, Resulting Numbers: [92, 10]
Generated Node #3: [92, 10... | 4 |
[
30,
66,
32,
60
] | 56 | [
"66-30=36",
"32+60=92",
"92-36=56"
] | Current State: 56:[30, 66, 32, 60], Operations: []
Exploring Operation: 66-30=36, Resulting Numbers: [32, 60, 36]
Generated Node #2: [32, 60, 36] from Operation: 66-30=36
Current State: 56:[32, 60, 36], Operations: ['66-30=36']
Exploring Operation: 32+60=92, Resulting Numbers: [36, 92]
Generated Node #3: [36, 92] from ... | 4 |
[
84,
62,
81,
8
] | 38 | [
"84-81=3",
"8*3=24",
"62-24=38"
] | Current State: 38:[84, 62, 81, 8], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [62, 8, 3]
Generated Node #2: [62, 8, 3] from Operation: 84-81=3
Current State: 38:[62, 8, 3], Operations: ['84-81=3']
Exploring Operation: 8*3=24, Resulting Numbers: [62, 24]
Generated Node #3: [62, 24] from Operation: 8... | 4 |
[
40,
13,
19,
59
] | 12 | [
"40+19=59",
"59/59=1",
"13-1=12"
] | Current State: 12:[40, 13, 19, 59], Operations: []
Exploring Operation: 40+19=59, Resulting Numbers: [13, 59, 59]
Generated Node #2: [13, 59, 59] from Operation: 40+19=59
Current State: 12:[13, 59, 59], Operations: ['40+19=59']
Exploring Operation: 59/59=1, Resulting Numbers: [13, 1]
Generated Node #3: [13, 1] from Ope... | 4 |
[
8,
29,
33,
66
] | 98 | [
"33-29=4",
"8*4=32",
"66+32=98"
] | Current State: 98:[8, 29, 33, 66], Operations: []
Exploring Operation: 33-29=4, Resulting Numbers: [8, 66, 4]
Generated Node #2: [8, 66, 4] from Operation: 33-29=4
Current State: 98:[8, 66, 4], Operations: ['33-29=4']
Exploring Operation: 8*4=32, Resulting Numbers: [66, 32]
Generated Node #3: [66, 32] from Operation: 8... | 4 |
[
2,
86,
9,
23
] | 36 | [
"86+9=95",
"95-23=72",
"72/2=36"
] | Current State: 36:[2, 86, 9, 23], Operations: []
Exploring Operation: 86+9=95, Resulting Numbers: [2, 23, 95]
Generated Node #2: [2, 23, 95] from Operation: 86+9=95
Current State: 36:[2, 23, 95], Operations: ['86+9=95']
Exploring Operation: 95-23=72, Resulting Numbers: [2, 72]
Generated Node #3: [2, 72] from Operation:... | 4 |
[
28,
84,
37,
24
] | 69 | [
"84-28=56",
"37-24=13",
"56+13=69"
] | Current State: 69:[28, 84, 37, 24], Operations: []
Exploring Operation: 84-28=56, Resulting Numbers: [37, 24, 56]
Generated Node #2: [37, 24, 56] from Operation: 84-28=56
Current State: 69:[37, 24, 56], Operations: ['84-28=56']
Exploring Operation: 37-24=13, Resulting Numbers: [56, 13]
Generated Node #3: [56, 13] from ... | 4 |
[
2,
9,
73,
20
] | 89 | [
"20-2=18",
"9*18=162",
"162-73=89"
] | Current State: 89:[2, 9, 73, 20], Operations: []
Exploring Operation: 20-2=18, Resulting Numbers: [9, 73, 18]
Generated Node #2: [9, 73, 18] from Operation: 20-2=18
Current State: 89:[9, 73, 18], Operations: ['20-2=18']
Exploring Operation: 9*18=162, Resulting Numbers: [73, 162]
Generated Node #3: [73, 162] from Operat... | 4 |
[
55,
80,
8,
60
] | 83 | [
"55+80=135",
"60-8=52",
"135-52=83"
] | Current State: 83:[55, 80, 8, 60], Operations: []
Exploring Operation: 55+80=135, Resulting Numbers: [8, 60, 135]
Generated Node #2: [8, 60, 135] from Operation: 55+80=135
Current State: 83:[8, 60, 135], Operations: ['55+80=135']
Exploring Operation: 60-8=52, Resulting Numbers: [135, 52]
Generated Node #3: [135, 52] fr... | 4 |
[
85,
26,
29,
51
] | 81 | [
"85-26=59",
"51-29=22",
"59+22=81"
] | Current State: 81:[85, 26, 29, 51], Operations: []
Exploring Operation: 85-26=59, Resulting Numbers: [29, 51, 59]
Generated Node #2: [29, 51, 59] from Operation: 85-26=59
Current State: 81:[29, 51, 59], Operations: ['85-26=59']
Exploring Operation: 51-29=22, Resulting Numbers: [59, 22]
Generated Node #3: [59, 22] from ... | 4 |
[
76,
18,
90,
20
] | 62 | [
"20-18=2",
"76*2=152",
"152-90=62"
] | Current State: 62:[76, 18, 90, 20], Operations: []
Exploring Operation: 20-18=2, Resulting Numbers: [76, 90, 2]
Generated Node #2: [76, 90, 2] from Operation: 20-18=2
Current State: 62:[76, 90, 2], Operations: ['20-18=2']
Exploring Operation: 76*2=152, Resulting Numbers: [90, 152]
Generated Node #3: [90, 152] from Oper... | 4 |
[
80,
9,
27,
66
] | 42 | [
"80-66=14",
"27/9=3",
"14*3=42"
] | Current State: 42:[80, 9, 27, 66], Operations: []
Exploring Operation: 80-66=14, Resulting Numbers: [9, 27, 14]
Generated Node #2: [9, 27, 14] from Operation: 80-66=14
Current State: 42:[9, 27, 14], Operations: ['80-66=14']
Exploring Operation: 27/9=3, Resulting Numbers: [14, 3]
Generated Node #3: [14, 3] from Operatio... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.