nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
13,
55,
69,
2
] | 28 | [
"13+69=82",
"55*2=110",
"110-82=28"
] | Current State: 28:[13, 55, 69, 2], Operations: []
Exploring Operation: 13+69=82, Resulting Numbers: [55, 2, 82]
Generated Node #2: [55, 2, 82] from Operation: 13+69=82
Current State: 28:[55, 2, 82], Operations: ['13+69=82']
Exploring Operation: 55*2=110, Resulting Numbers: [82, 110]
Generated Node #3: [82, 110] from Op... | 4 |
[
37,
8,
93,
61
] | 33 | [
"93-61=32",
"32/8=4",
"37-4=33"
] | Current State: 33:[37, 8, 93, 61], Operations: []
Exploring Operation: 93-61=32, Resulting Numbers: [37, 8, 32]
Generated Node #2: [37, 8, 32] from Operation: 93-61=32
Current State: 33:[37, 8, 32], Operations: ['93-61=32']
Exploring Operation: 32/8=4, Resulting Numbers: [37, 4]
Generated Node #3: [37, 4] from Operatio... | 4 |
[
5,
22,
9,
86
] | 13 | [
"86-5=81",
"81/9=9",
"22-9=13"
] | Current State: 13:[5, 22, 9, 86], Operations: []
Exploring Operation: 86-5=81, Resulting Numbers: [22, 9, 81]
Generated Node #2: [22, 9, 81] from Operation: 86-5=81
Current State: 13:[22, 9, 81], Operations: ['86-5=81']
Exploring Operation: 81/9=9, Resulting Numbers: [22, 9]
Generated Node #3: [22, 9] from Operation: 8... | 4 |
[
64,
4,
26,
12
] | 18 | [
"12-4=8",
"64/8=8",
"26-8=18"
] | Current State: 18:[64, 4, 26, 12], Operations: []
Exploring Operation: 12-4=8, Resulting Numbers: [64, 26, 8]
Generated Node #2: [64, 26, 8] from Operation: 12-4=8
Current State: 18:[64, 26, 8], Operations: ['12-4=8']
Exploring Operation: 64/8=8, Resulting Numbers: [26, 8]
Generated Node #3: [26, 8] from Operation: 64/... | 4 |
[
45,
68,
29,
2
] | 51 | [
"45*2=90",
"68-29=39",
"90-39=51"
] | Current State: 51:[45, 68, 29, 2], Operations: []
Exploring Operation: 45*2=90, Resulting Numbers: [68, 29, 90]
Generated Node #2: [68, 29, 90] from Operation: 45*2=90
Current State: 51:[68, 29, 90], Operations: ['45*2=90']
Exploring Operation: 68-29=39, Resulting Numbers: [90, 39]
Generated Node #3: [90, 39] from Oper... | 4 |
[
97,
19,
23,
22
] | 33 | [
"97-19=78",
"23+22=45",
"78-45=33"
] | Current State: 33:[97, 19, 23, 22], Operations: []
Exploring Operation: 97-19=78, Resulting Numbers: [23, 22, 78]
Generated Node #2: [23, 22, 78] from Operation: 97-19=78
Current State: 33:[23, 22, 78], Operations: ['97-19=78']
Exploring Operation: 23+22=45, Resulting Numbers: [78, 45]
Generated Node #3: [78, 45] from ... | 4 |
[
23,
89,
51,
98
] | 65 | [
"23+89=112",
"98-51=47",
"112-47=65"
] | Current State: 65:[23, 89, 51, 98], Operations: []
Exploring Operation: 23+89=112, Resulting Numbers: [51, 98, 112]
Generated Node #2: [51, 98, 112] from Operation: 23+89=112
Current State: 65:[51, 98, 112], Operations: ['23+89=112']
Exploring Operation: 98-51=47, Resulting Numbers: [112, 47]
Generated Node #3: [112, 4... | 4 |
[
24,
58,
84,
6
] | 18 | [
"58*6=348",
"84+348=432",
"432/24=18"
] | Current State: 18:[24, 58, 84, 6], Operations: []
Exploring Operation: 58*6=348, Resulting Numbers: [24, 84, 348]
Generated Node #2: [24, 84, 348] from Operation: 58*6=348
Current State: 18:[24, 84, 348], Operations: ['58*6=348']
Exploring Operation: 84+348=432, Resulting Numbers: [24, 432]
Generated Node #3: [24, 432]... | 4 |
[
60,
51,
36,
55
] | 64 | [
"60*55=3300",
"3300-36=3264",
"3264/51=64"
] | Current State: 64:[60, 51, 36, 55], Operations: []
Exploring Operation: 60*55=3300, Resulting Numbers: [51, 36, 3300]
Generated Node #2: [51, 36, 3300] from Operation: 60*55=3300
Current State: 64:[51, 36, 3300], Operations: ['60*55=3300']
Exploring Operation: 3300-36=3264, Resulting Numbers: [51, 3264]
Generated Node ... | 4 |
[
82,
84,
94,
83
] | 96 | [
"82+84=166",
"166/83=2",
"94+2=96"
] | Current State: 96:[82, 84, 94, 83], Operations: []
Exploring Operation: 82+84=166, Resulting Numbers: [94, 83, 166]
Generated Node #2: [94, 83, 166] from Operation: 82+84=166
Current State: 96:[94, 83, 166], Operations: ['82+84=166']
Exploring Operation: 166/83=2, Resulting Numbers: [94, 2]
Generated Node #3: [94, 2] f... | 4 |
[
9,
57,
5,
57
] | 69 | [
"9*5=45",
"57+57=114",
"114-45=69"
] | Current State: 69:[9, 57, 5, 57], Operations: []
Exploring Operation: 9*5=45, Resulting Numbers: [57, 57, 45]
Generated Node #2: [57, 57, 45] from Operation: 9*5=45
Current State: 69:[57, 57, 45], Operations: ['9*5=45']
Exploring Operation: 57+57=114, Resulting Numbers: [45, 114]
Generated Node #3: [45, 114] from Opera... | 4 |
[
9,
43,
67,
66
] | 81 | [
"9+43=52",
"67+66=133",
"133-52=81"
] | Current State: 81:[9, 43, 67, 66], Operations: []
Exploring Operation: 9+43=52, Resulting Numbers: [67, 66, 52]
Generated Node #2: [67, 66, 52] from Operation: 9+43=52
Current State: 81:[67, 66, 52], Operations: ['9+43=52']
Exploring Operation: 67+66=133, Resulting Numbers: [52, 133]
Generated Node #3: [52, 133] from O... | 4 |
[
72,
38,
34,
7
] | 61 | [
"72-38=34",
"34-7=27",
"34+27=61"
] | Current State: 61:[72, 38, 34, 7], Operations: []
Exploring Operation: 72-38=34, Resulting Numbers: [34, 7, 34]
Generated Node #2: [34, 7, 34] from Operation: 72-38=34
Current State: 61:[34, 7, 34], Operations: ['72-38=34']
Exploring Operation: 34-7=27, Resulting Numbers: [27]
27,61 equal: Goal Reached
Exploring Operat... | 4 |
[
20,
49,
46,
3
] | 19 | [
"49-46=3",
"3/3=1",
"20-1=19"
] | Current State: 19:[20, 49, 46, 3], Operations: []
Exploring Operation: 49-46=3, Resulting Numbers: [20, 3, 3]
Generated Node #2: [20, 3, 3] from Operation: 49-46=3
Current State: 19:[20, 3, 3], Operations: ['49-46=3']
Exploring Operation: 3/3=1, Resulting Numbers: [20, 1]
Generated Node #3: [20, 1] from Operation: 3/3=... | 4 |
[
18,
58,
28,
55
] | 66 | [
"58-55=3",
"28*3=84",
"84-18=66"
] | Current State: 66:[18, 58, 28, 55], Operations: []
Exploring Operation: 58-55=3, Resulting Numbers: [18, 28, 3]
Generated Node #2: [18, 28, 3] from Operation: 58-55=3
Current State: 66:[18, 28, 3], Operations: ['58-55=3']
Exploring Operation: 28*3=84, Resulting Numbers: [18, 84]
Generated Node #3: [18, 84] from Operati... | 4 |
[
92,
10,
62,
5
] | 80 | [
"92-62=30",
"10*5=50",
"30+50=80"
] | Current State: 80:[92, 10, 62, 5], Operations: []
Exploring Operation: 92-62=30, Resulting Numbers: [10, 5, 30]
Generated Node #2: [10, 5, 30] from Operation: 92-62=30
Current State: 80:[10, 5, 30], Operations: ['92-62=30']
Exploring Operation: 10*5=50, Resulting Numbers: [30, 50]
Generated Node #3: [30, 50] from Opera... | 4 |
[
2,
51,
82,
24
] | 43 | [
"24/2=12",
"82-51=31",
"12+31=43"
] | Current State: 43:[2, 51, 82, 24], Operations: []
Exploring Operation: 24/2=12, Resulting Numbers: [51, 82, 12]
Generated Node #2: [51, 82, 12] from Operation: 24/2=12
Current State: 43:[51, 82, 12], Operations: ['24/2=12']
Exploring Operation: 82-51=31, Resulting Numbers: [12, 31]
Generated Node #3: [12, 31] from Oper... | 4 |
[
7,
6,
32,
21
] | 87 | [
"7+32=39",
"6*21=126",
"126-39=87"
] | Current State: 87:[7, 6, 32, 21], Operations: []
Exploring Operation: 7+32=39, Resulting Numbers: [6, 21, 39]
Generated Node #2: [6, 21, 39] from Operation: 7+32=39
Current State: 87:[6, 21, 39], Operations: ['7+32=39']
Exploring Operation: 6*21=126, Resulting Numbers: [39, 126]
Generated Node #3: [39, 126] from Operat... | 4 |
[
5,
32,
80,
18
] | 90 | [
"32+18=50",
"50/5=10",
"80+10=90"
] | Current State: 90:[5, 32, 80, 18], Operations: []
Exploring Operation: 32+18=50, Resulting Numbers: [5, 80, 50]
Generated Node #2: [5, 80, 50] from Operation: 32+18=50
Current State: 90:[5, 80, 50], Operations: ['32+18=50']
Exploring Operation: 50/5=10, Resulting Numbers: [80, 10]
Generated Node #3: [80, 10] from Opera... | 4 |
[
16,
20,
76,
95
] | 92 | [
"76-16=60",
"60/20=3",
"95-3=92"
] | Current State: 92:[16, 20, 76, 95], Operations: []
Exploring Operation: 76-16=60, Resulting Numbers: [20, 95, 60]
Generated Node #2: [20, 95, 60] from Operation: 76-16=60
Current State: 92:[20, 95, 60], Operations: ['76-16=60']
Exploring Operation: 60/20=3, Resulting Numbers: [95, 3]
Generated Node #3: [95, 3] from Ope... | 4 |
[
6,
39,
84,
12
] | 47 | [
"12/6=2",
"84-39=45",
"2+45=47"
] | Current State: 47:[6, 39, 84, 12], Operations: []
Exploring Operation: 12/6=2, Resulting Numbers: [39, 84, 2]
Generated Node #2: [39, 84, 2] from Operation: 12/6=2
Current State: 47:[39, 84, 2], Operations: ['12/6=2']
Exploring Operation: 84-39=45, Resulting Numbers: [2, 45]
Generated Node #3: [2, 45] from Operation: 8... | 4 |
[
82,
24,
99,
33
] | 71 | [
"33-24=9",
"99/9=11",
"82-11=71"
] | Current State: 71:[82, 24, 99, 33], Operations: []
Exploring Operation: 33-24=9, Resulting Numbers: [82, 99, 9]
Generated Node #2: [82, 99, 9] from Operation: 33-24=9
Current State: 71:[82, 99, 9], Operations: ['33-24=9']
Exploring Operation: 99/9=11, Resulting Numbers: [82, 11]
Generated Node #3: [82, 11] from Operati... | 4 |
[
33,
82,
10,
76
] | 29 | [
"33+82=115",
"10+76=86",
"115-86=29"
] | Current State: 29:[33, 82, 10, 76], Operations: []
Exploring Operation: 33+82=115, Resulting Numbers: [10, 76, 115]
Generated Node #2: [10, 76, 115] from Operation: 33+82=115
Current State: 29:[10, 76, 115], Operations: ['33+82=115']
Exploring Operation: 10+76=86, Resulting Numbers: [115, 86]
Generated Node #3: [115, 8... | 4 |
[
26,
28,
54,
30
] | 27 | [
"26+30=56",
"28*54=1512",
"1512/56=27"
] | Current State: 27:[26, 28, 54, 30], Operations: []
Exploring Operation: 26+30=56, Resulting Numbers: [28, 54, 56]
Generated Node #2: [28, 54, 56] from Operation: 26+30=56
Current State: 27:[28, 54, 56], Operations: ['26+30=56']
Exploring Operation: 28*54=1512, Resulting Numbers: [56, 1512]
Generated Node #3: [56, 1512]... | 4 |
[
44,
27,
56,
6
] | 62 | [
"44+56=100",
"27*6=162",
"162-100=62"
] | Current State: 62:[44, 27, 56, 6], Operations: []
Exploring Operation: 44+56=100, Resulting Numbers: [27, 6, 100]
Generated Node #2: [27, 6, 100] from Operation: 44+56=100
Current State: 62:[27, 6, 100], Operations: ['44+56=100']
Exploring Operation: 27*6=162, Resulting Numbers: [100, 162]
Generated Node #3: [100, 162]... | 4 |
[
80,
77,
98,
98
] | 80 | [
"98-98=0",
"77*0=0",
"80+0=80"
] | Current State: 80:[80, 77, 98, 98], Operations: []
Exploring Operation: 98-98=0, Resulting Numbers: [80, 77, 0]
Generated Node #2: [80, 77, 0] from Operation: 98-98=0
Current State: 80:[80, 77, 0], Operations: ['98-98=0']
Exploring Operation: 77*0=0, Resulting Numbers: [80, 0]
Generated Node #3: [80, 0] from Operation:... | 4 |
[
18,
60,
13,
27
] | 75 | [
"18-13=5",
"27*5=135",
"135-60=75"
] | Current State: 75:[18, 60, 13, 27], Operations: []
Exploring Operation: 18-13=5, Resulting Numbers: [60, 27, 5]
Generated Node #2: [60, 27, 5] from Operation: 18-13=5
Current State: 75:[60, 27, 5], Operations: ['18-13=5']
Exploring Operation: 27*5=135, Resulting Numbers: [60, 135]
Generated Node #3: [60, 135] from Oper... | 4 |
[
14,
78,
4,
12
] | 44 | [
"14+78=92",
"4*12=48",
"92-48=44"
] | Current State: 44:[14, 78, 4, 12], Operations: []
Exploring Operation: 14+78=92, Resulting Numbers: [4, 12, 92]
Generated Node #2: [4, 12, 92] from Operation: 14+78=92
Current State: 44:[4, 12, 92], Operations: ['14+78=92']
Exploring Operation: 4*12=48, Resulting Numbers: [92, 48]
Generated Node #3: [92, 48] from Opera... | 4 |
[
1,
79,
44,
82
] | 47 | [
"1*79=79",
"44+82=126",
"126-79=47"
] | Current State: 47:[1, 79, 44, 82], Operations: []
Exploring Operation: 1*79=79, Resulting Numbers: [44, 82, 79]
Generated Node #2: [44, 82, 79] from Operation: 1*79=79
Current State: 47:[44, 82, 79], Operations: ['1*79=79']
Exploring Operation: 44+82=126, Resulting Numbers: [79, 126]
Generated Node #3: [79, 126] from O... | 4 |
[
23,
14,
11,
12
] | 59 | [
"14-11=3",
"12*3=36",
"23+36=59"
] | Current State: 59:[23, 14, 11, 12], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [23, 12, 3]
Generated Node #2: [23, 12, 3] from Operation: 14-11=3
Current State: 59:[23, 12, 3], Operations: ['14-11=3']
Exploring Operation: 12*3=36, Resulting Numbers: [23, 36]
Generated Node #3: [23, 36] from Operati... | 4 |
[
67,
69,
31,
12
] | 38 | [
"69-67=2",
"31-12=19",
"2*19=38"
] | Current State: 38:[67, 69, 31, 12], Operations: []
Exploring Operation: 69-67=2, Resulting Numbers: [31, 12, 2]
Generated Node #2: [31, 12, 2] from Operation: 69-67=2
Current State: 38:[31, 12, 2], Operations: ['69-67=2']
Exploring Operation: 31-12=19, Resulting Numbers: [2, 19]
Generated Node #3: [2, 19] from Operatio... | 4 |
[
4,
25,
53,
38
] | 74 | [
"4*38=152",
"25+53=78",
"152-78=74"
] | Current State: 74:[4, 25, 53, 38], Operations: []
Exploring Operation: 4*38=152, Resulting Numbers: [25, 53, 152]
Generated Node #2: [25, 53, 152] from Operation: 4*38=152
Current State: 74:[25, 53, 152], Operations: ['4*38=152']
Exploring Operation: 25+53=78, Resulting Numbers: [152, 78]
Generated Node #3: [152, 78] f... | 4 |
[
40,
35,
35,
24
] | 85 | [
"40-35=5",
"24*5=120",
"120-35=85"
] | Current State: 85:[40, 35, 35, 24], Operations: []
Exploring Operation: 40-35=5, Resulting Numbers: [24, 5]
Generated Node #2: [24, 5] from Operation: 40-35=5
Current State: 85:[24, 5], Operations: ['40-35=5']
Exploring Operation: 24*5=120, Resulting Numbers: [120]
120,85 equal: Goal Reached
Exploring Operation: 120-35... | 4 |
[
33,
23,
8,
12
] | 52 | [
"33+23=56",
"12-8=4",
"56-4=52"
] | Current State: 52:[33, 23, 8, 12], Operations: []
Exploring Operation: 33+23=56, Resulting Numbers: [8, 12, 56]
Generated Node #2: [8, 12, 56] from Operation: 33+23=56
Current State: 52:[8, 12, 56], Operations: ['33+23=56']
Exploring Operation: 12-8=4, Resulting Numbers: [56, 4]
Generated Node #3: [56, 4] from Operatio... | 4 |
[
26,
98,
65,
42
] | 91 | [
"65-26=39",
"98*39=3822",
"3822/42=91"
] | Current State: 91:[26, 98, 65, 42], Operations: []
Exploring Operation: 65-26=39, Resulting Numbers: [98, 42, 39]
Generated Node #2: [98, 42, 39] from Operation: 65-26=39
Current State: 91:[98, 42, 39], Operations: ['65-26=39']
Exploring Operation: 98*39=3822, Resulting Numbers: [42, 3822]
Generated Node #3: [42, 3822]... | 4 |
[
33,
19,
47,
90
] | 95 | [
"33+19=52",
"90-47=43",
"52+43=95"
] | Current State: 95:[33, 19, 47, 90], Operations: []
Exploring Operation: 33+19=52, Resulting Numbers: [47, 90, 52]
Generated Node #2: [47, 90, 52] from Operation: 33+19=52
Current State: 95:[47, 90, 52], Operations: ['33+19=52']
Exploring Operation: 90-47=43, Resulting Numbers: [52, 43]
Generated Node #3: [52, 43] from ... | 4 |
[
10,
23,
30,
31
] | 57 | [
"30/10=3",
"23+31=54",
"3+54=57"
] | Current State: 57:[10, 23, 30, 31], Operations: []
Exploring Operation: 30/10=3, Resulting Numbers: [23, 31, 3]
Generated Node #2: [23, 31, 3] from Operation: 30/10=3
Current State: 57:[23, 31, 3], Operations: ['30/10=3']
Exploring Operation: 23+31=54, Resulting Numbers: [3, 54]
Generated Node #3: [3, 54] from Operatio... | 4 |
[
40,
79,
90,
46
] | 75 | [
"40+79=119",
"90-46=44",
"119-44=75"
] | Current State: 75:[40, 79, 90, 46], Operations: []
Exploring Operation: 40+79=119, Resulting Numbers: [90, 46, 119]
Generated Node #2: [90, 46, 119] from Operation: 40+79=119
Current State: 75:[90, 46, 119], Operations: ['40+79=119']
Exploring Operation: 90-46=44, Resulting Numbers: [119, 44]
Generated Node #3: [119, 4... | 4 |
[
63,
53,
29,
2
] | 89 | [
"63+53=116",
"29-2=27",
"116-27=89"
] | Current State: 89:[63, 53, 29, 2], Operations: []
Exploring Operation: 63+53=116, Resulting Numbers: [29, 2, 116]
Generated Node #2: [29, 2, 116] from Operation: 63+53=116
Current State: 89:[29, 2, 116], Operations: ['63+53=116']
Exploring Operation: 29-2=27, Resulting Numbers: [116, 27]
Generated Node #3: [116, 27] fr... | 4 |
[
4,
82,
5,
69
] | 85 | [
"4+82=86",
"86-69=17",
"5*17=85"
] | Current State: 85:[4, 82, 5, 69], Operations: []
Exploring Operation: 4+82=86, Resulting Numbers: [5, 69, 86]
Generated Node #2: [5, 69, 86] from Operation: 4+82=86
Current State: 85:[5, 69, 86], Operations: ['4+82=86']
Exploring Operation: 86-69=17, Resulting Numbers: [5, 17]
Generated Node #3: [5, 17] from Operation:... | 4 |
[
61,
56,
24,
85
] | 35 | [
"61-56=5",
"24*5=120",
"120-85=35"
] | Current State: 35:[61, 56, 24, 85], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [24, 85, 5]
Generated Node #2: [24, 85, 5] from Operation: 61-56=5
Current State: 35:[24, 85, 5], Operations: ['61-56=5']
Exploring Operation: 24*5=120, Resulting Numbers: [85, 120]
Generated Node #3: [85, 120] from Oper... | 4 |
[
8,
39,
33,
34
] | 82 | [
"39-33=6",
"8*6=48",
"34+48=82"
] | Current State: 82:[8, 39, 33, 34], Operations: []
Exploring Operation: 39-33=6, Resulting Numbers: [8, 34, 6]
Generated Node #2: [8, 34, 6] from Operation: 39-33=6
Current State: 82:[8, 34, 6], Operations: ['39-33=6']
Exploring Operation: 8*6=48, Resulting Numbers: [34, 48]
Generated Node #3: [34, 48] from Operation: 8... | 4 |
[
40,
6,
49,
43
] | 51 | [
"43-40=3",
"6/3=2",
"49+2=51"
] | Current State: 51:[40, 6, 49, 43], Operations: []
Exploring Operation: 43-40=3, Resulting Numbers: [6, 49, 3]
Generated Node #2: [6, 49, 3] from Operation: 43-40=3
Current State: 51:[6, 49, 3], Operations: ['43-40=3']
Exploring Operation: 6/3=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Operation: 6/3=... | 4 |
[
73,
4,
7,
4
] | 67 | [
"73-7=66",
"4/4=1",
"66+1=67"
] | Current State: 67:[73, 4, 7, 4], Operations: []
Exploring Operation: 73-7=66, Resulting Numbers: [4, 4, 66]
Generated Node #2: [4, 4, 66] from Operation: 73-7=66
Current State: 67:[4, 4, 66], Operations: ['73-7=66']
Exploring Operation: 4/4=1, Resulting Numbers: [66, 1]
Generated Node #3: [66, 1] from Operation: 4/4=1
... | 4 |
[
56,
16,
59,
97
] | 49 | [
"59-56=3",
"16*3=48",
"97-48=49"
] | Current State: 49:[56, 16, 59, 97], Operations: []
Exploring Operation: 59-56=3, Resulting Numbers: [16, 97, 3]
Generated Node #2: [16, 97, 3] from Operation: 59-56=3
Current State: 49:[16, 97, 3], Operations: ['59-56=3']
Exploring Operation: 16*3=48, Resulting Numbers: [97, 48]
Generated Node #3: [97, 48] from Operati... | 4 |
[
42,
58,
37,
72
] | 93 | [
"58-42=16",
"37+72=109",
"109-16=93"
] | Current State: 93:[42, 58, 37, 72], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [37, 72, 16]
Generated Node #2: [37, 72, 16] from Operation: 58-42=16
Current State: 93:[37, 72, 16], Operations: ['58-42=16']
Exploring Operation: 37+72=109, Resulting Numbers: [16, 109]
Generated Node #3: [16, 109] fr... | 4 |
[
2,
86,
14,
89
] | 78 | [
"2*89=178",
"86+14=100",
"178-100=78"
] | Current State: 78:[2, 86, 14, 89], Operations: []
Exploring Operation: 2*89=178, Resulting Numbers: [86, 14, 178]
Generated Node #2: [86, 14, 178] from Operation: 2*89=178
Current State: 78:[86, 14, 178], Operations: ['2*89=178']
Exploring Operation: 86+14=100, Resulting Numbers: [178, 100]
Generated Node #3: [178, 100... | 4 |
[
43,
23,
97,
95
] | 91 | [
"43+95=138",
"138/23=6",
"97-6=91"
] | Current State: 91:[43, 23, 97, 95], Operations: []
Exploring Operation: 43+95=138, Resulting Numbers: [23, 97, 138]
Generated Node #2: [23, 97, 138] from Operation: 43+95=138
Current State: 91:[23, 97, 138], Operations: ['43+95=138']
Exploring Operation: 138/23=6, Resulting Numbers: [97, 6]
Generated Node #3: [97, 6] f... | 4 |
[
10,
45,
68,
63
] | 47 | [
"68-63=5",
"10/5=2",
"45+2=47"
] | Current State: 47:[10, 45, 68, 63], Operations: []
Exploring Operation: 68-63=5, Resulting Numbers: [10, 45, 5]
Generated Node #2: [10, 45, 5] from Operation: 68-63=5
Current State: 47:[10, 45, 5], Operations: ['68-63=5']
Exploring Operation: 10/5=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Operation:... | 4 |
[
82,
18,
50,
6
] | 76 | [
"82-50=32",
"18*6=108",
"108-32=76"
] | Current State: 76:[82, 18, 50, 6], Operations: []
Exploring Operation: 82-50=32, Resulting Numbers: [18, 6, 32]
Generated Node #2: [18, 6, 32] from Operation: 82-50=32
Current State: 76:[18, 6, 32], Operations: ['82-50=32']
Exploring Operation: 18*6=108, Resulting Numbers: [32, 108]
Generated Node #3: [32, 108] from Op... | 4 |
[
52,
46,
30,
50
] | 32 | [
"52-50=2",
"46-30=16",
"2*16=32"
] | Current State: 32:[52, 46, 30, 50], Operations: []
Exploring Operation: 52-50=2, Resulting Numbers: [46, 30, 2]
Generated Node #2: [46, 30, 2] from Operation: 52-50=2
Current State: 32:[46, 30, 2], Operations: ['52-50=2']
Exploring Operation: 46-30=16, Resulting Numbers: [2, 16]
Generated Node #3: [2, 16] from Operatio... | 4 |
[
85,
57,
4,
2
] | 36 | [
"85+57=142",
"2+142=144",
"144/4=36"
] | Current State: 36:[85, 57, 4, 2], Operations: []
Exploring Operation: 85+57=142, Resulting Numbers: [4, 2, 142]
Generated Node #2: [4, 2, 142] from Operation: 85+57=142
Current State: 36:[4, 2, 142], Operations: ['85+57=142']
Exploring Operation: 2+142=144, Resulting Numbers: [4, 144]
Generated Node #3: [4, 144] from O... | 4 |
[
33,
93,
97,
58
] | 87 | [
"33+93=126",
"97-58=39",
"126-39=87"
] | Current State: 87:[33, 93, 97, 58], Operations: []
Exploring Operation: 33+93=126, Resulting Numbers: [97, 58, 126]
Generated Node #2: [97, 58, 126] from Operation: 33+93=126
Current State: 87:[97, 58, 126], Operations: ['33+93=126']
Exploring Operation: 97-58=39, Resulting Numbers: [126, 39]
Generated Node #3: [126, 3... | 4 |
[
2,
24,
99,
55
] | 53 | [
"99+55=154",
"154/2=77",
"77-24=53"
] | Current State: 53:[2, 24, 99, 55], Operations: []
Exploring Operation: 99+55=154, Resulting Numbers: [2, 24, 154]
Generated Node #2: [2, 24, 154] from Operation: 99+55=154
Current State: 53:[2, 24, 154], Operations: ['99+55=154']
Exploring Operation: 154/2=77, Resulting Numbers: [24, 77]
Generated Node #3: [24, 77] fro... | 4 |
[
56,
21,
40,
12
] | 28 | [
"56-40=16",
"21*16=336",
"336/12=28"
] | Current State: 28:[56, 21, 40, 12], Operations: []
Exploring Operation: 56-40=16, Resulting Numbers: [21, 12, 16]
Generated Node #2: [21, 12, 16] from Operation: 56-40=16
Current State: 28:[21, 12, 16], Operations: ['56-40=16']
Exploring Operation: 21*16=336, Resulting Numbers: [12, 336]
Generated Node #3: [12, 336] fr... | 4 |
[
51,
94,
82,
96
] | 57 | [
"94-51=43",
"96-82=14",
"43+14=57"
] | Current State: 57:[51, 94, 82, 96], Operations: []
Exploring Operation: 94-51=43, Resulting Numbers: [82, 96, 43]
Generated Node #2: [82, 96, 43] from Operation: 94-51=43
Current State: 57:[82, 96, 43], Operations: ['94-51=43']
Exploring Operation: 96-82=14, Resulting Numbers: [43, 14]
Generated Node #3: [43, 14] from ... | 4 |
[
72,
15,
48,
90
] | 98 | [
"72+48=120",
"120/15=8",
"90+8=98"
] | Current State: 98:[72, 15, 48, 90], Operations: []
Exploring Operation: 72+48=120, Resulting Numbers: [15, 90, 120]
Generated Node #2: [15, 90, 120] from Operation: 72+48=120
Current State: 98:[15, 90, 120], Operations: ['72+48=120']
Exploring Operation: 120/15=8, Resulting Numbers: [90, 8]
Generated Node #3: [90, 8] f... | 4 |
[
24,
36,
52,
44
] | 14 | [
"36*44=1584",
"1584/24=66",
"66-52=14"
] | Current State: 14:[24, 36, 52, 44], Operations: []
Exploring Operation: 36*44=1584, Resulting Numbers: [24, 52, 1584]
Generated Node #2: [24, 52, 1584] from Operation: 36*44=1584
Current State: 14:[24, 52, 1584], Operations: ['36*44=1584']
Exploring Operation: 1584/24=66, Resulting Numbers: [52, 66]
Generated Node #3: ... | 4 |
[
80,
82,
55,
68
] | 89 | [
"82-80=2",
"68/2=34",
"55+34=89"
] | Current State: 89:[80, 82, 55, 68], Operations: []
Exploring Operation: 82-80=2, Resulting Numbers: [55, 68, 2]
Generated Node #2: [55, 68, 2] from Operation: 82-80=2
Current State: 89:[55, 68, 2], Operations: ['82-80=2']
Exploring Operation: 68/2=34, Resulting Numbers: [55, 34]
Generated Node #3: [55, 34] from Operati... | 4 |
[
42,
60,
26,
41
] | 33 | [
"60-42=18",
"41-26=15",
"18+15=33"
] | Current State: 33:[42, 60, 26, 41], Operations: []
Exploring Operation: 60-42=18, Resulting Numbers: [26, 41, 18]
Generated Node #2: [26, 41, 18] from Operation: 60-42=18
Current State: 33:[26, 41, 18], Operations: ['60-42=18']
Exploring Operation: 41-26=15, Resulting Numbers: [18, 15]
Generated Node #3: [18, 15] from ... | 4 |
[
10,
58,
52,
87
] | 67 | [
"10*87=870",
"870/58=15",
"52+15=67"
] | Current State: 67:[10, 58, 52, 87], Operations: []
Exploring Operation: 10*87=870, Resulting Numbers: [58, 52, 870]
Generated Node #2: [58, 52, 870] from Operation: 10*87=870
Current State: 67:[58, 52, 870], Operations: ['10*87=870']
Exploring Operation: 870/58=15, Resulting Numbers: [52, 15]
Generated Node #3: [52, 15... | 4 |
[
80,
80,
83,
23
] | 19 | [
"83-80=3",
"80-23=57",
"57/3=19"
] | Current State: 19:[80, 80, 83, 23], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [23, 3]
Generated Node #2: [23, 3] from Operation: 83-80=3
Current State: 19:[23, 3], Operations: ['83-80=3']
Exploring Operation: 80-23=57, Resulting Numbers: [3, 57]
Generated Node #3: [3, 57] from Operation: 80-23=57
... | 4 |
[
77,
13,
42,
78
] | 84 | [
"13*42=546",
"546/78=7",
"77+7=84"
] | Current State: 84:[77, 13, 42, 78], Operations: []
Exploring Operation: 13*42=546, Resulting Numbers: [77, 78, 546]
Generated Node #2: [77, 78, 546] from Operation: 13*42=546
Current State: 84:[77, 78, 546], Operations: ['13*42=546']
Exploring Operation: 546/78=7, Resulting Numbers: [77, 7]
Generated Node #3: [77, 7] f... | 4 |
[
59,
49,
71,
3
] | 64 | [
"59-49=10",
"71+3=74",
"74-10=64"
] | Current State: 64:[59, 49, 71, 3], Operations: []
Exploring Operation: 59-49=10, Resulting Numbers: [71, 3, 10]
Generated Node #2: [71, 3, 10] from Operation: 59-49=10
Current State: 64:[71, 3, 10], Operations: ['59-49=10']
Exploring Operation: 71+3=74, Resulting Numbers: [10, 74]
Generated Node #3: [10, 74] from Opera... | 4 |
[
41,
64,
96,
57
] | 62 | [
"64-41=23",
"96-57=39",
"23+39=62"
] | Current State: 62:[41, 64, 96, 57], Operations: []
Exploring Operation: 64-41=23, Resulting Numbers: [96, 57, 23]
Generated Node #2: [96, 57, 23] from Operation: 64-41=23
Current State: 62:[96, 57, 23], Operations: ['64-41=23']
Exploring Operation: 96-57=39, Resulting Numbers: [23, 39]
Generated Node #3: [23, 39] from ... | 4 |
[
45,
81,
40,
95
] | 19 | [
"81-45=36",
"95-40=55",
"55-36=19"
] | Current State: 19:[45, 81, 40, 95], Operations: []
Exploring Operation: 81-45=36, Resulting Numbers: [40, 95, 36]
Generated Node #2: [40, 95, 36] from Operation: 81-45=36
Current State: 19:[40, 95, 36], Operations: ['81-45=36']
Exploring Operation: 95-40=55, Resulting Numbers: [36, 55]
Generated Node #3: [36, 55] from ... | 4 |
[
60,
53,
64,
20
] | 58 | [
"64-60=4",
"20/4=5",
"53+5=58"
] | Current State: 58:[60, 53, 64, 20], Operations: []
Exploring Operation: 64-60=4, Resulting Numbers: [53, 20, 4]
Generated Node #2: [53, 20, 4] from Operation: 64-60=4
Current State: 58:[53, 20, 4], Operations: ['64-60=4']
Exploring Operation: 20/4=5, Resulting Numbers: [53, 5]
Generated Node #3: [53, 5] from Operation:... | 4 |
[
79,
73,
5,
51
] | 99 | [
"79+51=130",
"130/5=26",
"73+26=99"
] | Current State: 99:[79, 73, 5, 51], Operations: []
Exploring Operation: 79+51=130, Resulting Numbers: [73, 5, 130]
Generated Node #2: [73, 5, 130] from Operation: 79+51=130
Current State: 99:[73, 5, 130], Operations: ['79+51=130']
Exploring Operation: 130/5=26, Resulting Numbers: [73, 26]
Generated Node #3: [73, 26] fro... | 4 |
[
71,
49,
29,
20
] | 23 | [
"71+49=120",
"120/20=6",
"29-6=23"
] | Current State: 23:[71, 49, 29, 20], Operations: []
Exploring Operation: 71+49=120, Resulting Numbers: [29, 20, 120]
Generated Node #2: [29, 20, 120] from Operation: 71+49=120
Current State: 23:[29, 20, 120], Operations: ['71+49=120']
Exploring Operation: 120/20=6, Resulting Numbers: [29, 6]
Generated Node #3: [29, 6] f... | 4 |
[
28,
6,
49,
73
] | 10 | [
"28+6=34",
"73-49=24",
"34-24=10"
] | Current State: 10:[28, 6, 49, 73], Operations: []
Exploring Operation: 28+6=34, Resulting Numbers: [49, 73, 34]
Generated Node #2: [49, 73, 34] from Operation: 28+6=34
Current State: 10:[49, 73, 34], Operations: ['28+6=34']
Exploring Operation: 73-49=24, Resulting Numbers: [34, 24]
Generated Node #3: [34, 24] from Oper... | 4 |
[
69,
68,
3,
81
] | 32 | [
"81-69=12",
"3*12=36",
"68-36=32"
] | Current State: 32:[69, 68, 3, 81], Operations: []
Exploring Operation: 81-69=12, Resulting Numbers: [68, 3, 12]
Generated Node #2: [68, 3, 12] from Operation: 81-69=12
Current State: 32:[68, 3, 12], Operations: ['81-69=12']
Exploring Operation: 3*12=36, Resulting Numbers: [68, 36]
Generated Node #3: [68, 36] from Opera... | 4 |
[
18,
4,
18,
63
] | 66 | [
"18/18=1",
"4+63=67",
"67-1=66"
] | Current State: 66:[18, 4, 18, 63], Operations: []
Exploring Operation: 18/18=1, Resulting Numbers: [4, 63, 1]
Generated Node #2: [4, 63, 1] from Operation: 18/18=1
Current State: 66:[4, 63, 1], Operations: ['18/18=1']
Exploring Operation: 4+63=67, Resulting Numbers: [1, 67]
Generated Node #3: [1, 67] from Operation: 4+... | 4 |
[
36,
64,
13,
38
] | 45 | [
"38-36=2",
"64/2=32",
"13+32=45"
] | Current State: 45:[36, 64, 13, 38], Operations: []
Exploring Operation: 38-36=2, Resulting Numbers: [64, 13, 2]
Generated Node #2: [64, 13, 2] from Operation: 38-36=2
Current State: 45:[64, 13, 2], Operations: ['38-36=2']
Exploring Operation: 64/2=32, Resulting Numbers: [13, 32]
Generated Node #3: [13, 32] from Operati... | 4 |
[
72,
86,
9,
4
] | 47 | [
"86-72=14",
"4*14=56",
"56-9=47"
] | Current State: 47:[72, 86, 9, 4], Operations: []
Exploring Operation: 86-72=14, Resulting Numbers: [9, 4, 14]
Generated Node #2: [9, 4, 14] from Operation: 86-72=14
Current State: 47:[9, 4, 14], Operations: ['86-72=14']
Exploring Operation: 4*14=56, Resulting Numbers: [9, 56]
Generated Node #3: [9, 56] from Operation: ... | 4 |
[
7,
60,
99,
59
] | 14 | [
"99-60=39",
"59+39=98",
"98/7=14"
] | Current State: 14:[7, 60, 99, 59], Operations: []
Exploring Operation: 99-60=39, Resulting Numbers: [7, 59, 39]
Generated Node #2: [7, 59, 39] from Operation: 99-60=39
Current State: 14:[7, 59, 39], Operations: ['99-60=39']
Exploring Operation: 59+39=98, Resulting Numbers: [7, 98]
Generated Node #3: [7, 98] from Operat... | 4 |
[
64,
15,
35,
48
] | 62 | [
"64-15=49",
"48-35=13",
"49+13=62"
] | Current State: 62:[64, 15, 35, 48], Operations: []
Exploring Operation: 64-15=49, Resulting Numbers: [35, 48, 49]
Generated Node #2: [35, 48, 49] from Operation: 64-15=49
Current State: 62:[35, 48, 49], Operations: ['64-15=49']
Exploring Operation: 48-35=13, Resulting Numbers: [49, 13]
Generated Node #3: [49, 13] from ... | 4 |
[
28,
52,
92,
20
] | 23 | [
"28+52=80",
"92*20=1840",
"1840/80=23"
] | Current State: 23:[28, 52, 92, 20], Operations: []
Exploring Operation: 28+52=80, Resulting Numbers: [92, 20, 80]
Generated Node #2: [92, 20, 80] from Operation: 28+52=80
Current State: 23:[92, 20, 80], Operations: ['28+52=80']
Exploring Operation: 92*20=1840, Resulting Numbers: [80, 1840]
Generated Node #3: [80, 1840]... | 4 |
[
93,
24,
30,
71
] | 18 | [
"24*71=1704",
"1704-30=1674",
"1674/93=18"
] | Current State: 18:[93, 24, 30, 71], Operations: []
Exploring Operation: 24*71=1704, Resulting Numbers: [93, 30, 1704]
Generated Node #2: [93, 30, 1704] from Operation: 24*71=1704
Current State: 18:[93, 30, 1704], Operations: ['24*71=1704']
Exploring Operation: 1704-30=1674, Resulting Numbers: [93, 1674]
Generated Node ... | 4 |
[
88,
63,
43,
65
] | 43 | [
"88+63=151",
"43+65=108",
"151-108=43"
] | Current State: 43:[88, 63, 43, 65], Operations: []
Exploring Operation: 88+63=151, Resulting Numbers: [43, 65, 151]
Generated Node #2: [43, 65, 151] from Operation: 88+63=151
Current State: 43:[43, 65, 151], Operations: ['88+63=151']
Exploring Operation: 43+65=108, Resulting Numbers: [151, 108]
Generated Node #3: [151,... | 4 |
[
91,
7,
43,
62
] | 92 | [
"91/7=13",
"43+62=105",
"105-13=92"
] | Current State: 92:[91, 7, 43, 62], Operations: []
Exploring Operation: 91/7=13, Resulting Numbers: [43, 62, 13]
Generated Node #2: [43, 62, 13] from Operation: 91/7=13
Current State: 92:[43, 62, 13], Operations: ['91/7=13']
Exploring Operation: 43+62=105, Resulting Numbers: [13, 105]
Generated Node #3: [13, 105] from O... | 4 |
[
24,
57,
71,
87
] | 49 | [
"57-24=33",
"87-71=16",
"33+16=49"
] | Current State: 49:[24, 57, 71, 87], Operations: []
Exploring Operation: 57-24=33, Resulting Numbers: [71, 87, 33]
Generated Node #2: [71, 87, 33] from Operation: 57-24=33
Current State: 49:[71, 87, 33], Operations: ['57-24=33']
Exploring Operation: 87-71=16, Resulting Numbers: [33, 16]
Generated Node #3: [33, 16] from ... | 4 |
[
49,
38,
73,
55
] | 69 | [
"49+38=87",
"73-55=18",
"87-18=69"
] | Current State: 69:[49, 38, 73, 55], Operations: []
Exploring Operation: 49+38=87, Resulting Numbers: [73, 55, 87]
Generated Node #2: [73, 55, 87] from Operation: 49+38=87
Current State: 69:[73, 55, 87], Operations: ['49+38=87']
Exploring Operation: 73-55=18, Resulting Numbers: [87, 18]
Generated Node #3: [87, 18] from ... | 4 |
[
20,
35,
22,
87
] | 80 | [
"35-20=15",
"87-22=65",
"15+65=80"
] | Current State: 80:[20, 35, 22, 87], Operations: []
Exploring Operation: 35-20=15, Resulting Numbers: [22, 87, 15]
Generated Node #2: [22, 87, 15] from Operation: 35-20=15
Current State: 80:[22, 87, 15], Operations: ['35-20=15']
Exploring Operation: 87-22=65, Resulting Numbers: [15, 65]
Generated Node #3: [15, 65] from ... | 4 |
[
18,
74,
84,
79
] | 61 | [
"74-18=56",
"84-79=5",
"56+5=61"
] | Current State: 61:[18, 74, 84, 79], Operations: []
Exploring Operation: 74-18=56, Resulting Numbers: [84, 79, 56]
Generated Node #2: [84, 79, 56] from Operation: 74-18=56
Current State: 61:[84, 79, 56], Operations: ['74-18=56']
Exploring Operation: 84-79=5, Resulting Numbers: [56, 5]
Generated Node #3: [56, 5] from Ope... | 4 |
[
51,
96,
91,
48
] | 88 | [
"96-51=45",
"91-48=43",
"45+43=88"
] | Current State: 88:[51, 96, 91, 48], Operations: []
Exploring Operation: 96-51=45, Resulting Numbers: [91, 48, 45]
Generated Node #2: [91, 48, 45] from Operation: 96-51=45
Current State: 88:[91, 48, 45], Operations: ['96-51=45']
Exploring Operation: 91-48=43, Resulting Numbers: [45, 43]
Generated Node #3: [45, 43] from ... | 4 |
[
47,
43,
17,
98
] | 14 | [
"43+98=141",
"141/47=3",
"17-3=14"
] | Current State: 14:[47, 43, 17, 98], Operations: []
Exploring Operation: 43+98=141, Resulting Numbers: [47, 17, 141]
Generated Node #2: [47, 17, 141] from Operation: 43+98=141
Current State: 14:[47, 17, 141], Operations: ['43+98=141']
Exploring Operation: 141/47=3, Resulting Numbers: [17, 3]
Generated Node #3: [17, 3] f... | 4 |
[
84,
33,
76,
47
] | 70 | [
"47-33=14",
"84/14=6",
"76-6=70"
] | Current State: 70:[84, 33, 76, 47], Operations: []
Exploring Operation: 47-33=14, Resulting Numbers: [84, 76, 14]
Generated Node #2: [84, 76, 14] from Operation: 47-33=14
Current State: 70:[84, 76, 14], Operations: ['47-33=14']
Exploring Operation: 84/14=6, Resulting Numbers: [76, 6]
Generated Node #3: [76, 6] from Ope... | 4 |
[
32,
84,
45,
96
] | 73 | [
"32*84=2688",
"2688/96=28",
"45+28=73"
] | Current State: 73:[32, 84, 45, 96], Operations: []
Exploring Operation: 32*84=2688, Resulting Numbers: [45, 96, 2688]
Generated Node #2: [45, 96, 2688] from Operation: 32*84=2688
Current State: 73:[45, 96, 2688], Operations: ['32*84=2688']
Exploring Operation: 2688/96=28, Resulting Numbers: [45, 28]
Generated Node #3: ... | 4 |
[
72,
13,
81,
71
] | 94 | [
"72-71=1",
"13+81=94",
"1*94=94"
] | Current State: 94:[72, 13, 81, 71], Operations: []
Exploring Operation: 72-71=1, Resulting Numbers: [13, 81, 1]
Generated Node #2: [13, 81, 1] from Operation: 72-71=1
Current State: 94:[13, 81, 1], Operations: ['72-71=1']
Exploring Operation: 13+81=94, Resulting Numbers: [1, 94]
Generated Node #3: [1, 94] from Operatio... | 4 |
[
16,
19,
42,
9
] | 99 | [
"19-16=3",
"42-9=33",
"3*33=99"
] | Current State: 99:[16, 19, 42, 9], Operations: []
Exploring Operation: 19-16=3, Resulting Numbers: [42, 9, 3]
Generated Node #2: [42, 9, 3] from Operation: 19-16=3
Current State: 99:[42, 9, 3], Operations: ['19-16=3']
Exploring Operation: 42-9=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 33] from Operation: 42... | 4 |
[
65,
2,
21,
75
] | 32 | [
"65+21=86",
"86/2=43",
"75-43=32"
] | Current State: 32:[65, 2, 21, 75], Operations: []
Exploring Operation: 65+21=86, Resulting Numbers: [2, 75, 86]
Generated Node #2: [2, 75, 86] from Operation: 65+21=86
Current State: 32:[2, 75, 86], Operations: ['65+21=86']
Exploring Operation: 86/2=43, Resulting Numbers: [75, 43]
Generated Node #3: [75, 43] from Opera... | 4 |
[
88,
19,
11,
51
] | 67 | [
"88+19=107",
"51-11=40",
"107-40=67"
] | Current State: 67:[88, 19, 11, 51], Operations: []
Exploring Operation: 88+19=107, Resulting Numbers: [11, 51, 107]
Generated Node #2: [11, 51, 107] from Operation: 88+19=107
Current State: 67:[11, 51, 107], Operations: ['88+19=107']
Exploring Operation: 51-11=40, Resulting Numbers: [107, 40]
Generated Node #3: [107, 4... | 4 |
[
46,
18,
6,
38
] | 96 | [
"46+18=64",
"38-6=32",
"64+32=96"
] | Current State: 96:[46, 18, 6, 38], Operations: []
Exploring Operation: 46+18=64, Resulting Numbers: [6, 38, 64]
Generated Node #2: [6, 38, 64] from Operation: 46+18=64
Current State: 96:[6, 38, 64], Operations: ['46+18=64']
Exploring Operation: 38-6=32, Resulting Numbers: [64, 32]
Generated Node #3: [64, 32] from Opera... | 4 |
[
11,
25,
11,
33
] | 80 | [
"11+25=36",
"11+33=44",
"36+44=80"
] | Current State: 80:[11, 25, 11, 33], Operations: []
Exploring Operation: 11+25=36, Resulting Numbers: [33, 36]
Generated Node #2: [33, 36] from Operation: 11+25=36
Current State: 80:[33, 36], Operations: ['11+25=36']
Exploring Operation: 11+33=44, Resulting Numbers: [36, 44]
Generated Node #3: [36, 44] from Operation: 1... | 4 |
[
15,
26,
91,
87
] | 37 | [
"15+26=41",
"91-87=4",
"41-4=37"
] | Current State: 37:[15, 26, 91, 87], Operations: []
Exploring Operation: 15+26=41, Resulting Numbers: [91, 87, 41]
Generated Node #2: [91, 87, 41] from Operation: 15+26=41
Current State: 37:[91, 87, 41], Operations: ['15+26=41']
Exploring Operation: 91-87=4, Resulting Numbers: [41, 4]
Generated Node #3: [41, 4] from Ope... | 4 |
[
18,
5,
84,
2
] | 95 | [
"18-5=13",
"84-2=82",
"13+82=95"
] | Current State: 95:[18, 5, 84, 2], Operations: []
Exploring Operation: 18-5=13, Resulting Numbers: [84, 2, 13]
Generated Node #2: [84, 2, 13] from Operation: 18-5=13
Current State: 95:[84, 2, 13], Operations: ['18-5=13']
Exploring Operation: 84-2=82, Resulting Numbers: [13, 82]
Generated Node #3: [13, 82] from Operation... | 4 |
[
62,
75,
56,
91
] | 63 | [
"75-62=13",
"91/13=7",
"56+7=63"
] | Current State: 63:[62, 75, 56, 91], Operations: []
Exploring Operation: 75-62=13, Resulting Numbers: [56, 91, 13]
Generated Node #2: [56, 91, 13] from Operation: 75-62=13
Current State: 63:[56, 91, 13], Operations: ['75-62=13']
Exploring Operation: 91/13=7, Resulting Numbers: [56, 7]
Generated Node #3: [56, 7] from Ope... | 4 |
[
36,
64,
38,
27
] | 38 | [
"64-36=28",
"28-27=1",
"38*1=38"
] | Current State: 38:[36, 64, 38, 27], Operations: []
Exploring Operation: 64-36=28, Resulting Numbers: [38, 27, 28]
Generated Node #2: [38, 27, 28] from Operation: 64-36=28
Current State: 38:[38, 27, 28], Operations: ['64-36=28']
Exploring Operation: 28-27=1, Resulting Numbers: [38, 1]
Generated Node #3: [38, 1] from Ope... | 4 |
[
52,
3,
27,
31
] | 45 | [
"52-3=49",
"31-27=4",
"49-4=45"
] | Current State: 45:[52, 3, 27, 31], Operations: []
Exploring Operation: 52-3=49, Resulting Numbers: [27, 31, 49]
Generated Node #2: [27, 31, 49] from Operation: 52-3=49
Current State: 45:[27, 31, 49], Operations: ['52-3=49']
Exploring Operation: 31-27=4, Resulting Numbers: [49, 4]
Generated Node #3: [49, 4] from Operati... | 4 |
[
31,
62,
29,
29
] | 93 | [
"31+62=93",
"29-29=0",
"93+0=93"
] | Current State: 93:[31, 62, 29, 29], Operations: []
Exploring Operation: 31+62=93, Resulting Numbers: [29, 29, 93]
Generated Node #2: [29, 29, 93] from Operation: 31+62=93
Current State: 93:[29, 29, 93], Operations: ['31+62=93']
Exploring Operation: 29-29=0, Resulting Numbers: [93, 0]
Generated Node #3: [93, 0] from Ope... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.