nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
83,
30,
15,
43
] | 45 | [
"83*15=1245",
"30*43=1290",
"1290-1245=45"
] | Current State: 45:[83, 30, 15, 43], Operations: []
Exploring Operation: 83*15=1245, Resulting Numbers: [30, 43, 1245]
Generated Node #2: [30, 43, 1245] from Operation: 83*15=1245
Current State: 45:[30, 43, 1245], Operations: ['83*15=1245']
Exploring Operation: 30*43=1290, Resulting Numbers: [1245, 1290]
Generated Node ... | 4 |
[
84,
36,
71,
36
] | 14 | [
"84-71=13",
"36/36=1",
"13+1=14"
] | Current State: 14:[84, 36, 71, 36], Operations: []
Exploring Operation: 84-71=13, Resulting Numbers: [36, 36, 13]
Generated Node #2: [36, 36, 13] from Operation: 84-71=13
Current State: 14:[36, 36, 13], Operations: ['84-71=13']
Exploring Operation: 36/36=1, Resulting Numbers: [13, 1]
Generated Node #3: [13, 1] from Ope... | 4 |
[
71,
61,
23,
53
] | 56 | [
"71+61=132",
"23+53=76",
"132-76=56"
] | Current State: 56:[71, 61, 23, 53], Operations: []
Exploring Operation: 71+61=132, Resulting Numbers: [23, 53, 132]
Generated Node #2: [23, 53, 132] from Operation: 71+61=132
Current State: 56:[23, 53, 132], Operations: ['71+61=132']
Exploring Operation: 23+53=76, Resulting Numbers: [132, 76]
Generated Node #3: [132, 7... | 4 |
[
87,
89,
85,
60
] | 35 | [
"89-87=2",
"60*2=120",
"120-85=35"
] | Current State: 35:[87, 89, 85, 60], Operations: []
Exploring Operation: 89-87=2, Resulting Numbers: [85, 60, 2]
Generated Node #2: [85, 60, 2] from Operation: 89-87=2
Current State: 35:[85, 60, 2], Operations: ['89-87=2']
Exploring Operation: 60*2=120, Resulting Numbers: [85, 120]
Generated Node #3: [85, 120] from Oper... | 4 |
[
18,
63,
49,
61
] | 29 | [
"18+63=81",
"49+61=110",
"110-81=29"
] | Current State: 29:[18, 63, 49, 61], Operations: []
Exploring Operation: 18+63=81, Resulting Numbers: [49, 61, 81]
Generated Node #2: [49, 61, 81] from Operation: 18+63=81
Current State: 29:[49, 61, 81], Operations: ['18+63=81']
Exploring Operation: 49+61=110, Resulting Numbers: [81, 110]
Generated Node #3: [81, 110] fr... | 4 |
[
8,
43,
16,
6
] | 36 | [
"43-16=27",
"8*27=216",
"216/6=36"
] | Current State: 36:[8, 43, 16, 6], Operations: []
Exploring Operation: 43-16=27, Resulting Numbers: [8, 6, 27]
Generated Node #2: [8, 6, 27] from Operation: 43-16=27
Current State: 36:[8, 6, 27], Operations: ['43-16=27']
Exploring Operation: 8*27=216, Resulting Numbers: [6, 216]
Generated Node #3: [6, 216] from Operatio... | 4 |
[
70,
74,
52,
28
] | 20 | [
"74-70=4",
"52+28=80",
"80/4=20"
] | Current State: 20:[70, 74, 52, 28], Operations: []
Exploring Operation: 74-70=4, Resulting Numbers: [52, 28, 4]
Generated Node #2: [52, 28, 4] from Operation: 74-70=4
Current State: 20:[52, 28, 4], Operations: ['74-70=4']
Exploring Operation: 52+28=80, Resulting Numbers: [4, 80]
Generated Node #3: [4, 80] from Operatio... | 4 |
[
50,
56,
4,
46
] | 41 | [
"50*46=2300",
"2300-4=2296",
"2296/56=41"
] | Current State: 41:[50, 56, 4, 46], Operations: []
Exploring Operation: 50*46=2300, Resulting Numbers: [56, 4, 2300]
Generated Node #2: [56, 4, 2300] from Operation: 50*46=2300
Current State: 41:[56, 4, 2300], Operations: ['50*46=2300']
Exploring Operation: 2300-4=2296, Resulting Numbers: [56, 2296]
Generated Node #3: [... | 4 |
[
54,
6,
37,
75
] | 29 | [
"54/6=9",
"75-37=38",
"38-9=29"
] | Current State: 29:[54, 6, 37, 75], Operations: []
Exploring Operation: 54/6=9, Resulting Numbers: [37, 75, 9]
Generated Node #2: [37, 75, 9] from Operation: 54/6=9
Current State: 29:[37, 75, 9], Operations: ['54/6=9']
Exploring Operation: 75-37=38, Resulting Numbers: [9, 38]
Generated Node #3: [9, 38] from Operation: 7... | 4 |
[
95,
26,
14,
48
] | 99 | [
"26-14=12",
"48/12=4",
"95+4=99"
] | Current State: 99:[95, 26, 14, 48], Operations: []
Exploring Operation: 26-14=12, Resulting Numbers: [95, 48, 12]
Generated Node #2: [95, 48, 12] from Operation: 26-14=12
Current State: 99:[95, 48, 12], Operations: ['26-14=12']
Exploring Operation: 48/12=4, Resulting Numbers: [95, 4]
Generated Node #3: [95, 4] from Ope... | 4 |
[
86,
69,
52,
49
] | 98 | [
"86+52=138",
"138/69=2",
"49*2=98"
] | Current State: 98:[86, 69, 52, 49], Operations: []
Exploring Operation: 86+52=138, Resulting Numbers: [69, 49, 138]
Generated Node #2: [69, 49, 138] from Operation: 86+52=138
Current State: 98:[69, 49, 138], Operations: ['86+52=138']
Exploring Operation: 138/69=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] f... | 4 |
[
35,
12,
55,
65
] | 49 | [
"12+65=77",
"35*77=2695",
"2695/55=49"
] | Current State: 49:[35, 12, 55, 65], Operations: []
Exploring Operation: 12+65=77, Resulting Numbers: [35, 55, 77]
Generated Node #2: [35, 55, 77] from Operation: 12+65=77
Current State: 49:[35, 55, 77], Operations: ['12+65=77']
Exploring Operation: 35*77=2695, Resulting Numbers: [55, 2695]
Generated Node #3: [55, 2695]... | 4 |
[
39,
84,
69,
36
] | 45 | [
"39-36=3",
"84-69=15",
"3*15=45"
] | Current State: 45:[39, 84, 69, 36], Operations: []
Exploring Operation: 39-36=3, Resulting Numbers: [84, 69, 3]
Generated Node #2: [84, 69, 3] from Operation: 39-36=3
Current State: 45:[84, 69, 3], Operations: ['39-36=3']
Exploring Operation: 84-69=15, Resulting Numbers: [3, 15]
Generated Node #3: [3, 15] from Operatio... | 4 |
[
19,
22,
69,
40
] | 51 | [
"22-19=3",
"40*3=120",
"120-69=51"
] | Current State: 51:[19, 22, 69, 40], Operations: []
Exploring Operation: 22-19=3, Resulting Numbers: [69, 40, 3]
Generated Node #2: [69, 40, 3] from Operation: 22-19=3
Current State: 51:[69, 40, 3], Operations: ['22-19=3']
Exploring Operation: 40*3=120, Resulting Numbers: [69, 120]
Generated Node #3: [69, 120] from Oper... | 4 |
[
20,
97,
58,
52
] | 15 | [
"97-58=39",
"20*39=780",
"780/52=15"
] | Current State: 15:[20, 97, 58, 52], Operations: []
Exploring Operation: 97-58=39, Resulting Numbers: [20, 52, 39]
Generated Node #2: [20, 52, 39] from Operation: 97-58=39
Current State: 15:[20, 52, 39], Operations: ['97-58=39']
Exploring Operation: 20*39=780, Resulting Numbers: [52, 780]
Generated Node #3: [52, 780] fr... | 4 |
[
39,
93,
93,
41
] | 80 | [
"39+93=132",
"93-41=52",
"132-52=80"
] | Current State: 80:[39, 93, 93, 41], Operations: []
Exploring Operation: 39+93=132, Resulting Numbers: [41, 132]
Generated Node #2: [41, 132] from Operation: 39+93=132
Current State: 80:[41, 132], Operations: ['39+93=132']
Exploring Operation: 93-41=52, Resulting Numbers: [132, 52]
Generated Node #3: [132, 52] from Oper... | 4 |
[
48,
27,
84,
16
] | 37 | [
"48/16=3",
"27+84=111",
"111/3=37"
] | Current State: 37:[48, 27, 84, 16], Operations: []
Exploring Operation: 48/16=3, Resulting Numbers: [27, 84, 3]
Generated Node #2: [27, 84, 3] from Operation: 48/16=3
Current State: 37:[27, 84, 3], Operations: ['48/16=3']
Exploring Operation: 27+84=111, Resulting Numbers: [3, 111]
Generated Node #3: [3, 111] from Opera... | 4 |
[
90,
36,
32,
7
] | 73 | [
"90*32=2880",
"2880/36=80",
"80-7=73"
] | Current State: 73:[90, 36, 32, 7], Operations: []
Exploring Operation: 90*32=2880, Resulting Numbers: [36, 7, 2880]
Generated Node #2: [36, 7, 2880] from Operation: 90*32=2880
Current State: 73:[36, 7, 2880], Operations: ['90*32=2880']
Exploring Operation: 2880/36=80, Resulting Numbers: [7, 80]
Generated Node #3: [7, 8... | 4 |
[
40,
8,
41,
88
] | 11 | [
"41-40=1",
"88/8=11",
"1*11=11"
] | Current State: 11:[40, 8, 41, 88], Operations: []
Exploring Operation: 41-40=1, Resulting Numbers: [8, 88, 1]
Generated Node #2: [8, 88, 1] from Operation: 41-40=1
Current State: 11:[8, 88, 1], Operations: ['41-40=1']
Exploring Operation: 88/8=11, Resulting Numbers: [1, 11]
Generated Node #3: [1, 11] from Operation: 88... | 4 |
[
50,
64,
10,
63
] | 39 | [
"64-50=14",
"63-10=53",
"53-14=39"
] | Current State: 39:[50, 64, 10, 63], Operations: []
Exploring Operation: 64-50=14, Resulting Numbers: [10, 63, 14]
Generated Node #2: [10, 63, 14] from Operation: 64-50=14
Current State: 39:[10, 63, 14], Operations: ['64-50=14']
Exploring Operation: 63-10=53, Resulting Numbers: [14, 53]
Generated Node #3: [14, 53] from ... | 4 |
[
17,
4,
15,
50
] | 12 | [
"17-15=2",
"50-2=48",
"48/4=12"
] | Current State: 12:[17, 4, 15, 50], Operations: []
Exploring Operation: 17-15=2, Resulting Numbers: [4, 50, 2]
Generated Node #2: [4, 50, 2] from Operation: 17-15=2
Current State: 12:[4, 50, 2], Operations: ['17-15=2']
Exploring Operation: 50-2=48, Resulting Numbers: [4, 48]
Generated Node #3: [4, 48] from Operation: 50... | 4 |
[
46,
39,
83,
64
] | 66 | [
"46+39=85",
"83-64=19",
"85-19=66"
] | Current State: 66:[46, 39, 83, 64], Operations: []
Exploring Operation: 46+39=85, Resulting Numbers: [83, 64, 85]
Generated Node #2: [83, 64, 85] from Operation: 46+39=85
Current State: 66:[83, 64, 85], Operations: ['46+39=85']
Exploring Operation: 83-64=19, Resulting Numbers: [85, 19]
Generated Node #3: [85, 19] from ... | 4 |
[
57,
15,
21,
98
] | 49 | [
"57-15=42",
"21*98=2058",
"2058/42=49"
] | Current State: 49:[57, 15, 21, 98], Operations: []
Exploring Operation: 57-15=42, Resulting Numbers: [21, 98, 42]
Generated Node #2: [21, 98, 42] from Operation: 57-15=42
Current State: 49:[21, 98, 42], Operations: ['57-15=42']
Exploring Operation: 21*98=2058, Resulting Numbers: [42, 2058]
Generated Node #3: [42, 2058]... | 4 |
[
45,
40,
63,
5
] | 71 | [
"45*63=2835",
"5+2835=2840",
"2840/40=71"
] | Current State: 71:[45, 40, 63, 5], Operations: []
Exploring Operation: 45*63=2835, Resulting Numbers: [40, 5, 2835]
Generated Node #2: [40, 5, 2835] from Operation: 45*63=2835
Current State: 71:[40, 5, 2835], Operations: ['45*63=2835']
Exploring Operation: 5+2835=2840, Resulting Numbers: [40, 2840]
Generated Node #3: [... | 4 |
[
25,
8,
92,
15
] | 90 | [
"25-8=17",
"92+15=107",
"107-17=90"
] | Current State: 90:[25, 8, 92, 15], Operations: []
Exploring Operation: 25-8=17, Resulting Numbers: [92, 15, 17]
Generated Node #2: [92, 15, 17] from Operation: 25-8=17
Current State: 90:[92, 15, 17], Operations: ['25-8=17']
Exploring Operation: 92+15=107, Resulting Numbers: [17, 107]
Generated Node #3: [17, 107] from O... | 4 |
[
31,
57,
57,
19
] | 85 | [
"31+57=88",
"57/19=3",
"88-3=85"
] | Current State: 85:[31, 57, 57, 19], Operations: []
Exploring Operation: 31+57=88, Resulting Numbers: [19, 88]
Generated Node #2: [19, 88] from Operation: 31+57=88
Current State: 85:[19, 88], Operations: ['31+57=88']
Exploring Operation: 57/19=3, Resulting Numbers: [88, 3]
Generated Node #3: [88, 3] from Operation: 57/1... | 4 |
[
27,
29,
10,
91
] | 96 | [
"29-27=2",
"10/2=5",
"91+5=96"
] | Current State: 96:[27, 29, 10, 91], Operations: []
Exploring Operation: 29-27=2, Resulting Numbers: [10, 91, 2]
Generated Node #2: [10, 91, 2] from Operation: 29-27=2
Current State: 96:[10, 91, 2], Operations: ['29-27=2']
Exploring Operation: 10/2=5, Resulting Numbers: [91, 5]
Generated Node #3: [91, 5] from Operation:... | 4 |
[
93,
27,
3,
9
] | 94 | [
"27/3=9",
"9/9=1",
"93+1=94"
] | Current State: 94:[93, 27, 3, 9], Operations: []
Exploring Operation: 27/3=9, Resulting Numbers: [93, 9, 9]
Generated Node #2: [93, 9, 9] from Operation: 27/3=9
Current State: 94:[93, 9, 9], Operations: ['27/3=9']
Exploring Operation: 9/9=1, Resulting Numbers: [93, 1]
Generated Node #3: [93, 1] from Operation: 9/9=1
Cu... | 4 |
[
71,
6,
69,
49
] | 52 | [
"71-69=2",
"6/2=3",
"49+3=52"
] | Current State: 52:[71, 6, 69, 49], Operations: []
Exploring Operation: 71-69=2, Resulting Numbers: [6, 49, 2]
Generated Node #2: [6, 49, 2] from Operation: 71-69=2
Current State: 52:[6, 49, 2], Operations: ['71-69=2']
Exploring Operation: 6/2=3, Resulting Numbers: [49, 3]
Generated Node #3: [49, 3] from Operation: 6/2=... | 4 |
[
68,
63,
64,
95
] | 100 | [
"68+63=131",
"95-64=31",
"131-31=100"
] | Current State: 100:[68, 63, 64, 95], Operations: []
Exploring Operation: 68+63=131, Resulting Numbers: [64, 95, 131]
Generated Node #2: [64, 95, 131] from Operation: 68+63=131
Current State: 100:[64, 95, 131], Operations: ['68+63=131']
Exploring Operation: 95-64=31, Resulting Numbers: [131, 31]
Generated Node #3: [131,... | 4 |
[
78,
23,
45,
53
] | 63 | [
"78-23=55",
"53-45=8",
"55+8=63"
] | Current State: 63:[78, 23, 45, 53], Operations: []
Exploring Operation: 78-23=55, Resulting Numbers: [45, 53, 55]
Generated Node #2: [45, 53, 55] from Operation: 78-23=55
Current State: 63:[45, 53, 55], Operations: ['78-23=55']
Exploring Operation: 53-45=8, Resulting Numbers: [55, 8]
Generated Node #3: [55, 8] from Ope... | 4 |
[
30,
45,
76,
81
] | 75 | [
"45-30=15",
"81-76=5",
"15*5=75"
] | Current State: 75:[30, 45, 76, 81], Operations: []
Exploring Operation: 45-30=15, Resulting Numbers: [76, 81, 15]
Generated Node #2: [76, 81, 15] from Operation: 45-30=15
Current State: 75:[76, 81, 15], Operations: ['45-30=15']
Exploring Operation: 81-76=5, Resulting Numbers: [15, 5]
Generated Node #3: [15, 5] from Ope... | 4 |
[
5,
38,
24,
59
] | 45 | [
"59-24=35",
"35/5=7",
"38+7=45"
] | Current State: 45:[5, 38, 24, 59], Operations: []
Exploring Operation: 59-24=35, Resulting Numbers: [5, 38, 35]
Generated Node #2: [5, 38, 35] from Operation: 59-24=35
Current State: 45:[5, 38, 35], Operations: ['59-24=35']
Exploring Operation: 35/5=7, Resulting Numbers: [38, 7]
Generated Node #3: [38, 7] from Operatio... | 4 |
[
42,
84,
39,
65
] | 98 | [
"84*65=5460",
"5460/39=140",
"140-42=98"
] | Current State: 98:[42, 84, 39, 65], Operations: []
Exploring Operation: 84*65=5460, Resulting Numbers: [42, 39, 5460]
Generated Node #2: [42, 39, 5460] from Operation: 84*65=5460
Current State: 98:[42, 39, 5460], Operations: ['84*65=5460']
Exploring Operation: 5460/39=140, Resulting Numbers: [42, 140]
Generated Node #3... | 4 |
[
80,
47,
40,
2
] | 75 | [
"80-47=33",
"40+2=42",
"33+42=75"
] | Current State: 75:[80, 47, 40, 2], Operations: []
Exploring Operation: 80-47=33, Resulting Numbers: [40, 2, 33]
Generated Node #2: [40, 2, 33] from Operation: 80-47=33
Current State: 75:[40, 2, 33], Operations: ['80-47=33']
Exploring Operation: 40+2=42, Resulting Numbers: [33, 42]
Generated Node #3: [33, 42] from Opera... | 4 |
[
14,
43,
16,
68
] | 23 | [
"43-14=29",
"68-16=52",
"52-29=23"
] | Current State: 23:[14, 43, 16, 68], Operations: []
Exploring Operation: 43-14=29, Resulting Numbers: [16, 68, 29]
Generated Node #2: [16, 68, 29] from Operation: 43-14=29
Current State: 23:[16, 68, 29], Operations: ['43-14=29']
Exploring Operation: 68-16=52, Resulting Numbers: [29, 52]
Generated Node #3: [29, 52] from ... | 4 |
[
41,
3,
54,
30
] | 68 | [
"41+3=44",
"54-30=24",
"44+24=68"
] | Current State: 68:[41, 3, 54, 30], Operations: []
Exploring Operation: 41+3=44, Resulting Numbers: [54, 30, 44]
Generated Node #2: [54, 30, 44] from Operation: 41+3=44
Current State: 68:[54, 30, 44], Operations: ['41+3=44']
Exploring Operation: 54-30=24, Resulting Numbers: [44, 24]
Generated Node #3: [44, 24] from Oper... | 4 |
[
42,
79,
66,
28
] | 57 | [
"79-42=37",
"66+28=94",
"94-37=57"
] | Current State: 57:[42, 79, 66, 28], Operations: []
Exploring Operation: 79-42=37, Resulting Numbers: [66, 28, 37]
Generated Node #2: [66, 28, 37] from Operation: 79-42=37
Current State: 57:[66, 28, 37], Operations: ['79-42=37']
Exploring Operation: 66+28=94, Resulting Numbers: [37, 94]
Generated Node #3: [37, 94] from ... | 4 |
[
40,
1,
10,
19
] | 31 | [
"40*1=40",
"19-10=9",
"40-9=31"
] | Current State: 31:[40, 1, 10, 19], Operations: []
Exploring Operation: 40*1=40, Resulting Numbers: [10, 19, 40]
Generated Node #2: [10, 19, 40] from Operation: 40*1=40
Current State: 31:[10, 19, 40], Operations: ['40*1=40']
Exploring Operation: 19-10=9, Resulting Numbers: [40, 9]
Generated Node #3: [40, 9] from Operati... | 4 |
[
32,
70,
18,
35
] | 23 | [
"70/35=2",
"18/2=9",
"32-9=23"
] | Current State: 23:[32, 70, 18, 35], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [32, 18, 2]
Generated Node #2: [32, 18, 2] from Operation: 70/35=2
Current State: 23:[32, 18, 2], Operations: ['70/35=2']
Exploring Operation: 18/2=9, Resulting Numbers: [32, 9]
Generated Node #3: [32, 9] from Operation:... | 4 |
[
8,
58,
5,
69
] | 50 | [
"69-5=64",
"64/8=8",
"58-8=50"
] | Current State: 50:[8, 58, 5, 69], Operations: []
Exploring Operation: 69-5=64, Resulting Numbers: [8, 58, 64]
Generated Node #2: [8, 58, 64] from Operation: 69-5=64
Current State: 50:[8, 58, 64], Operations: ['69-5=64']
Exploring Operation: 64/8=8, Resulting Numbers: [58, 8]
Generated Node #3: [58, 8] from Operation: 6... | 4 |
[
8,
31,
31,
62
] | 53 | [
"62-8=54",
"31/31=1",
"54-1=53"
] | Current State: 53:[8, 31, 31, 62], Operations: []
Exploring Operation: 62-8=54, Resulting Numbers: [31, 31, 54]
Generated Node #2: [31, 31, 54] from Operation: 62-8=54
Current State: 53:[31, 31, 54], Operations: ['62-8=54']
Exploring Operation: 31/31=1, Resulting Numbers: [54, 1]
Generated Node #3: [54, 1] from Operati... | 4 |
[
96,
22,
84,
40
] | 94 | [
"84-40=44",
"44/22=2",
"96-2=94"
] | Current State: 94:[96, 22, 84, 40], Operations: []
Exploring Operation: 84-40=44, Resulting Numbers: [96, 22, 44]
Generated Node #2: [96, 22, 44] from Operation: 84-40=44
Current State: 94:[96, 22, 44], Operations: ['84-40=44']
Exploring Operation: 44/22=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Ope... | 4 |
[
84,
79,
17,
28
] | 99 | [
"84/28=3",
"79+17=96",
"3+96=99"
] | Current State: 99:[84, 79, 17, 28], Operations: []
Exploring Operation: 84/28=3, Resulting Numbers: [79, 17, 3]
Generated Node #2: [79, 17, 3] from Operation: 84/28=3
Current State: 99:[79, 17, 3], Operations: ['84/28=3']
Exploring Operation: 79+17=96, Resulting Numbers: [3, 96]
Generated Node #3: [3, 96] from Operatio... | 4 |
[
15,
52,
7,
14
] | 31 | [
"15+52=67",
"7*14=98",
"98-67=31"
] | Current State: 31:[15, 52, 7, 14], Operations: []
Exploring Operation: 15+52=67, Resulting Numbers: [7, 14, 67]
Generated Node #2: [7, 14, 67] from Operation: 15+52=67
Current State: 31:[7, 14, 67], Operations: ['15+52=67']
Exploring Operation: 7*14=98, Resulting Numbers: [67, 98]
Generated Node #3: [67, 98] from Opera... | 4 |
[
79,
27,
27,
78
] | 55 | [
"79+27=106",
"78-27=51",
"106-51=55"
] | Current State: 55:[79, 27, 27, 78], Operations: []
Exploring Operation: 79+27=106, Resulting Numbers: [78, 106]
Generated Node #2: [78, 106] from Operation: 79+27=106
Current State: 55:[78, 106], Operations: ['79+27=106']
Exploring Operation: 78-27=51, Resulting Numbers: [106, 51]
Generated Node #3: [106, 51] from Oper... | 4 |
[
34,
5,
19,
62
] | 65 | [
"34-19=15",
"15/5=3",
"62+3=65"
] | Current State: 65:[34, 5, 19, 62], Operations: []
Exploring Operation: 34-19=15, Resulting Numbers: [5, 62, 15]
Generated Node #2: [5, 62, 15] from Operation: 34-19=15
Current State: 65:[5, 62, 15], Operations: ['34-19=15']
Exploring Operation: 15/5=3, Resulting Numbers: [62, 3]
Generated Node #3: [62, 3] from Operatio... | 4 |
[
73,
67,
91,
11
] | 74 | [
"73-67=6",
"91-11=80",
"80-6=74"
] | Current State: 74:[73, 67, 91, 11], Operations: []
Exploring Operation: 73-67=6, Resulting Numbers: [91, 11, 6]
Generated Node #2: [91, 11, 6] from Operation: 73-67=6
Current State: 74:[91, 11, 6], Operations: ['73-67=6']
Exploring Operation: 91-11=80, Resulting Numbers: [6, 80]
Generated Node #3: [6, 80] from Operatio... | 4 |
[
72,
65,
17,
31
] | 41 | [
"72-65=7",
"17+31=48",
"48-7=41"
] | Current State: 41:[72, 65, 17, 31], Operations: []
Exploring Operation: 72-65=7, Resulting Numbers: [17, 31, 7]
Generated Node #2: [17, 31, 7] from Operation: 72-65=7
Current State: 41:[17, 31, 7], Operations: ['72-65=7']
Exploring Operation: 17+31=48, Resulting Numbers: [7, 48]
Generated Node #3: [7, 48] from Operatio... | 4 |
[
52,
3,
2,
30
] | 24 | [
"2*30=60",
"60-52=8",
"3*8=24"
] | Current State: 24:[52, 3, 2, 30], Operations: []
Exploring Operation: 2*30=60, Resulting Numbers: [52, 3, 60]
Generated Node #2: [52, 3, 60] from Operation: 2*30=60
Current State: 24:[52, 3, 60], Operations: ['2*30=60']
Exploring Operation: 60-52=8, Resulting Numbers: [3, 8]
Generated Node #3: [3, 8] from Operation: 60... | 4 |
[
27,
25,
10,
91
] | 96 | [
"27-25=2",
"10/2=5",
"91+5=96"
] | Current State: 96:[27, 25, 10, 91], Operations: []
Exploring Operation: 27-25=2, Resulting Numbers: [10, 91, 2]
Generated Node #2: [10, 91, 2] from Operation: 27-25=2
Current State: 96:[10, 91, 2], Operations: ['27-25=2']
Exploring Operation: 10/2=5, Resulting Numbers: [91, 5]
Generated Node #3: [91, 5] from Operation:... | 4 |
[
87,
27,
5,
85
] | 97 | [
"87+27=114",
"85/5=17",
"114-17=97"
] | Current State: 97:[87, 27, 5, 85], Operations: []
Exploring Operation: 87+27=114, Resulting Numbers: [5, 85, 114]
Generated Node #2: [5, 85, 114] from Operation: 87+27=114
Current State: 97:[5, 85, 114], Operations: ['87+27=114']
Exploring Operation: 85/5=17, Resulting Numbers: [114, 17]
Generated Node #3: [114, 17] fr... | 4 |
[
60,
24,
10,
52
] | 70 | [
"60/10=6",
"24+52=76",
"76-6=70"
] | Current State: 70:[60, 24, 10, 52], Operations: []
Exploring Operation: 60/10=6, Resulting Numbers: [24, 52, 6]
Generated Node #2: [24, 52, 6] from Operation: 60/10=6
Current State: 70:[24, 52, 6], Operations: ['60/10=6']
Exploring Operation: 24+52=76, Resulting Numbers: [6, 76]
Generated Node #3: [6, 76] from Operatio... | 4 |
[
77,
14,
30,
25
] | 96 | [
"77+14=91",
"30-25=5",
"91+5=96"
] | Current State: 96:[77, 14, 30, 25], Operations: []
Exploring Operation: 77+14=91, Resulting Numbers: [30, 25, 91]
Generated Node #2: [30, 25, 91] from Operation: 77+14=91
Current State: 96:[30, 25, 91], Operations: ['77+14=91']
Exploring Operation: 30-25=5, Resulting Numbers: [91, 5]
Generated Node #3: [91, 5] from Ope... | 4 |
[
27,
76,
81,
91
] | 59 | [
"76-27=49",
"91-81=10",
"49+10=59"
] | Current State: 59:[27, 76, 81, 91], Operations: []
Exploring Operation: 76-27=49, Resulting Numbers: [81, 91, 49]
Generated Node #2: [81, 91, 49] from Operation: 76-27=49
Current State: 59:[81, 91, 49], Operations: ['76-27=49']
Exploring Operation: 91-81=10, Resulting Numbers: [49, 10]
Generated Node #3: [49, 10] from ... | 4 |
[
2,
51,
82,
3
] | 48 | [
"2*51=102",
"102/3=34",
"82-34=48"
] | Current State: 48:[2, 51, 82, 3], Operations: []
Exploring Operation: 2*51=102, Resulting Numbers: [82, 3, 102]
Generated Node #2: [82, 3, 102] from Operation: 2*51=102
Current State: 48:[82, 3, 102], Operations: ['2*51=102']
Exploring Operation: 102/3=34, Resulting Numbers: [82, 34]
Generated Node #3: [82, 34] from Op... | 4 |
[
31,
32,
4,
38
] | 77 | [
"31+38=69",
"32/4=8",
"69+8=77"
] | Current State: 77:[31, 32, 4, 38], Operations: []
Exploring Operation: 31+38=69, Resulting Numbers: [32, 4, 69]
Generated Node #2: [32, 4, 69] from Operation: 31+38=69
Current State: 77:[32, 4, 69], Operations: ['31+38=69']
Exploring Operation: 32/4=8, Resulting Numbers: [69, 8]
Generated Node #3: [69, 8] from Operatio... | 4 |
[
99,
7,
49,
2
] | 95 | [
"99-7=92",
"92/2=46",
"49+46=95"
] | Current State: 95:[99, 7, 49, 2], Operations: []
Exploring Operation: 99-7=92, Resulting Numbers: [49, 2, 92]
Generated Node #2: [49, 2, 92] from Operation: 99-7=92
Current State: 95:[49, 2, 92], Operations: ['99-7=92']
Exploring Operation: 92/2=46, Resulting Numbers: [49, 46]
Generated Node #3: [49, 46] from Operation... | 4 |
[
6,
53,
4,
4
] | 63 | [
"53-6=47",
"4*4=16",
"47+16=63"
] | Current State: 63:[6, 53, 4, 4], Operations: []
Exploring Operation: 53-6=47, Resulting Numbers: [4, 4, 47]
Generated Node #2: [4, 4, 47] from Operation: 53-6=47
Current State: 63:[4, 4, 47], Operations: ['53-6=47']
Exploring Operation: 4*4=16, Resulting Numbers: [47, 16]
Generated Node #3: [47, 16] from Operation: 4*4... | 4 |
[
26,
99,
5,
33
] | 52 | [
"99/33=3",
"5-3=2",
"26*2=52"
] | Current State: 52:[26, 99, 5, 33], Operations: []
Exploring Operation: 99/33=3, Resulting Numbers: [26, 5, 3]
Generated Node #2: [26, 5, 3] from Operation: 99/33=3
Current State: 52:[26, 5, 3], Operations: ['99/33=3']
Exploring Operation: 5-3=2, Resulting Numbers: [26, 2]
Generated Node #3: [26, 2] from Operation: 5-3=... | 4 |
[
88,
24,
55,
72
] | 87 | [
"24*55=1320",
"1320/88=15",
"72+15=87"
] | Current State: 87:[88, 24, 55, 72], Operations: []
Exploring Operation: 24*55=1320, Resulting Numbers: [88, 72, 1320]
Generated Node #2: [88, 72, 1320] from Operation: 24*55=1320
Current State: 87:[88, 72, 1320], Operations: ['24*55=1320']
Exploring Operation: 1320/88=15, Resulting Numbers: [72, 15]
Generated Node #3: ... | 4 |
[
60,
97,
19,
54
] | 84 | [
"60+97=157",
"19+54=73",
"157-73=84"
] | Current State: 84:[60, 97, 19, 54], Operations: []
Exploring Operation: 60+97=157, Resulting Numbers: [19, 54, 157]
Generated Node #2: [19, 54, 157] from Operation: 60+97=157
Current State: 84:[19, 54, 157], Operations: ['60+97=157']
Exploring Operation: 19+54=73, Resulting Numbers: [157, 73]
Generated Node #3: [157, 7... | 4 |
[
62,
80,
64,
86
] | 83 | [
"64-62=2",
"80+86=166",
"166/2=83"
] | Current State: 83:[62, 80, 64, 86], Operations: []
Exploring Operation: 64-62=2, Resulting Numbers: [80, 86, 2]
Generated Node #2: [80, 86, 2] from Operation: 64-62=2
Current State: 83:[80, 86, 2], Operations: ['64-62=2']
Exploring Operation: 80+86=166, Resulting Numbers: [2, 166]
Generated Node #3: [2, 166] from Opera... | 4 |
[
38,
2,
68,
55
] | 34 | [
"55-38=17",
"2*17=34",
"68-34=34"
] | Current State: 34:[38, 2, 68, 55], Operations: []
Exploring Operation: 55-38=17, Resulting Numbers: [2, 68, 17]
Generated Node #2: [2, 68, 17] from Operation: 55-38=17
Current State: 34:[2, 68, 17], Operations: ['55-38=17']
Exploring Operation: 2*17=34, Resulting Numbers: [68, 34]
Generated Node #3: [68, 34] from Opera... | 4 |
[
3,
60,
30,
6
] | 40 | [
"30*6=180",
"180-60=120",
"120/3=40"
] | Current State: 40:[3, 60, 30, 6], Operations: []
Exploring Operation: 30*6=180, Resulting Numbers: [3, 60, 180]
Generated Node #2: [3, 60, 180] from Operation: 30*6=180
Current State: 40:[3, 60, 180], Operations: ['30*6=180']
Exploring Operation: 180-60=120, Resulting Numbers: [3, 120]
Generated Node #3: [3, 120] from ... | 4 |
[
86,
5,
76,
89
] | 39 | [
"86-76=10",
"5*10=50",
"89-50=39"
] | Current State: 39:[86, 5, 76, 89], Operations: []
Exploring Operation: 86-76=10, Resulting Numbers: [5, 89, 10]
Generated Node #2: [5, 89, 10] from Operation: 86-76=10
Current State: 39:[5, 89, 10], Operations: ['86-76=10']
Exploring Operation: 5*10=50, Resulting Numbers: [89, 50]
Generated Node #3: [89, 50] from Opera... | 4 |
[
44,
6,
78,
10
] | 73 | [
"44+6=50",
"50/10=5",
"78-5=73"
] | Current State: 73:[44, 6, 78, 10], Operations: []
Exploring Operation: 44+6=50, Resulting Numbers: [78, 10, 50]
Generated Node #2: [78, 10, 50] from Operation: 44+6=50
Current State: 73:[78, 10, 50], Operations: ['44+6=50']
Exploring Operation: 50/10=5, Resulting Numbers: [78, 5]
Generated Node #3: [78, 5] from Operati... | 4 |
[
17,
72,
5,
12
] | 48 | [
"72-17=55",
"12-5=7",
"55-7=48"
] | Current State: 48:[17, 72, 5, 12], Operations: []
Exploring Operation: 72-17=55, Resulting Numbers: [5, 12, 55]
Generated Node #2: [5, 12, 55] from Operation: 72-17=55
Current State: 48:[5, 12, 55], Operations: ['72-17=55']
Exploring Operation: 12-5=7, Resulting Numbers: [55, 7]
Generated Node #3: [55, 7] from Operatio... | 4 |
[
94,
48,
20,
5
] | 82 | [
"48*5=240",
"240/20=12",
"94-12=82"
] | Current State: 82:[94, 48, 20, 5], Operations: []
Exploring Operation: 48*5=240, Resulting Numbers: [94, 20, 240]
Generated Node #2: [94, 20, 240] from Operation: 48*5=240
Current State: 82:[94, 20, 240], Operations: ['48*5=240']
Exploring Operation: 240/20=12, Resulting Numbers: [94, 12]
Generated Node #3: [94, 12] fr... | 4 |
[
56,
23,
54,
36
] | 41 | [
"56-54=2",
"36/2=18",
"23+18=41"
] | Current State: 41:[56, 23, 54, 36], Operations: []
Exploring Operation: 56-54=2, Resulting Numbers: [23, 36, 2]
Generated Node #2: [23, 36, 2] from Operation: 56-54=2
Current State: 41:[23, 36, 2], Operations: ['56-54=2']
Exploring Operation: 36/2=18, Resulting Numbers: [23, 18]
Generated Node #3: [23, 18] from Operati... | 4 |
[
32,
86,
41,
73
] | 87 | [
"32+41=73",
"73/73=1",
"86+1=87"
] | Current State: 87:[32, 86, 41, 73], Operations: []
Exploring Operation: 32+41=73, Resulting Numbers: [86, 73, 73]
Generated Node #2: [86, 73, 73] from Operation: 32+41=73
Current State: 87:[86, 73, 73], Operations: ['32+41=73']
Exploring Operation: 73/73=1, Resulting Numbers: [86, 1]
Generated Node #3: [86, 1] from Ope... | 4 |
[
54,
5,
6,
67
] | 81 | [
"54/6=9",
"5+67=72",
"9+72=81"
] | Current State: 81:[54, 5, 6, 67], Operations: []
Exploring Operation: 54/6=9, Resulting Numbers: [5, 67, 9]
Generated Node #2: [5, 67, 9] from Operation: 54/6=9
Current State: 81:[5, 67, 9], Operations: ['54/6=9']
Exploring Operation: 5+67=72, Resulting Numbers: [9, 72]
Generated Node #3: [9, 72] from Operation: 5+67=7... | 4 |
[
7,
34,
21,
54
] | 74 | [
"7+34=41",
"54-21=33",
"41+33=74"
] | Current State: 74:[7, 34, 21, 54], Operations: []
Exploring Operation: 7+34=41, Resulting Numbers: [21, 54, 41]
Generated Node #2: [21, 54, 41] from Operation: 7+34=41
Current State: 74:[21, 54, 41], Operations: ['7+34=41']
Exploring Operation: 54-21=33, Resulting Numbers: [41, 33]
Generated Node #3: [41, 33] from Oper... | 4 |
[
27,
48,
25,
68
] | 71 | [
"27+48=75",
"75/25=3",
"68+3=71"
] | Current State: 71:[27, 48, 25, 68], Operations: []
Exploring Operation: 27+48=75, Resulting Numbers: [25, 68, 75]
Generated Node #2: [25, 68, 75] from Operation: 27+48=75
Current State: 71:[25, 68, 75], Operations: ['27+48=75']
Exploring Operation: 75/25=3, Resulting Numbers: [68, 3]
Generated Node #3: [68, 3] from Ope... | 4 |
[
17,
4,
51,
88
] | 80 | [
"17+51=68",
"88-68=20",
"4*20=80"
] | Current State: 80:[17, 4, 51, 88], Operations: []
Exploring Operation: 17+51=68, Resulting Numbers: [4, 88, 68]
Generated Node #2: [4, 88, 68] from Operation: 17+51=68
Current State: 80:[4, 88, 68], Operations: ['17+51=68']
Exploring Operation: 88-68=20, Resulting Numbers: [4, 20]
Generated Node #3: [4, 20] from Operat... | 4 |
[
49,
1,
21,
32
] | 60 | [
"49*1=49",
"32-21=11",
"49+11=60"
] | Current State: 60:[49, 1, 21, 32], Operations: []
Exploring Operation: 49*1=49, Resulting Numbers: [21, 32, 49]
Generated Node #2: [21, 32, 49] from Operation: 49*1=49
Current State: 60:[21, 32, 49], Operations: ['49*1=49']
Exploring Operation: 32-21=11, Resulting Numbers: [49, 11]
Generated Node #3: [49, 11] from Oper... | 4 |
[
70,
91,
27,
63
] | 23 | [
"27*63=1701",
"1701-91=1610",
"1610/70=23"
] | Current State: 23:[70, 91, 27, 63], Operations: []
Exploring Operation: 27*63=1701, Resulting Numbers: [70, 91, 1701]
Generated Node #2: [70, 91, 1701] from Operation: 27*63=1701
Current State: 23:[70, 91, 1701], Operations: ['27*63=1701']
Exploring Operation: 1701-91=1610, Resulting Numbers: [70, 1610]
Generated Node ... | 4 |
[
25,
21,
24,
83
] | 13 | [
"25+21=46",
"83-24=59",
"59-46=13"
] | Current State: 13:[25, 21, 24, 83], Operations: []
Exploring Operation: 25+21=46, Resulting Numbers: [24, 83, 46]
Generated Node #2: [24, 83, 46] from Operation: 25+21=46
Current State: 13:[24, 83, 46], Operations: ['25+21=46']
Exploring Operation: 83-24=59, Resulting Numbers: [46, 59]
Generated Node #3: [46, 59] from ... | 4 |
[
75,
37,
54,
99
] | 41 | [
"75+37=112",
"54+99=153",
"153-112=41"
] | Current State: 41:[75, 37, 54, 99], Operations: []
Exploring Operation: 75+37=112, Resulting Numbers: [54, 99, 112]
Generated Node #2: [54, 99, 112] from Operation: 75+37=112
Current State: 41:[54, 99, 112], Operations: ['75+37=112']
Exploring Operation: 54+99=153, Resulting Numbers: [112, 153]
Generated Node #3: [112,... | 4 |
[
50,
56,
12,
31
] | 33 | [
"56-50=6",
"12/6=2",
"31+2=33"
] | Current State: 33:[50, 56, 12, 31], Operations: []
Exploring Operation: 56-50=6, Resulting Numbers: [12, 31, 6]
Generated Node #2: [12, 31, 6] from Operation: 56-50=6
Current State: 33:[12, 31, 6], Operations: ['56-50=6']
Exploring Operation: 12/6=2, Resulting Numbers: [31, 2]
Generated Node #3: [31, 2] from Operation:... | 4 |
[
84,
5,
16,
90
] | 15 | [
"84+5=89",
"90-16=74",
"89-74=15"
] | Current State: 15:[84, 5, 16, 90], Operations: []
Exploring Operation: 84+5=89, Resulting Numbers: [16, 90, 89]
Generated Node #2: [16, 90, 89] from Operation: 84+5=89
Current State: 15:[16, 90, 89], Operations: ['84+5=89']
Exploring Operation: 90-16=74, Resulting Numbers: [89, 74]
Generated Node #3: [89, 74] from Oper... | 4 |
[
68,
82,
70,
94
] | 99 | [
"82-68=14",
"70/14=5",
"94+5=99"
] | Current State: 99:[68, 82, 70, 94], Operations: []
Exploring Operation: 82-68=14, Resulting Numbers: [70, 94, 14]
Generated Node #2: [70, 94, 14] from Operation: 82-68=14
Current State: 99:[70, 94, 14], Operations: ['82-68=14']
Exploring Operation: 70/14=5, Resulting Numbers: [94, 5]
Generated Node #3: [94, 5] from Ope... | 4 |
[
47,
2,
28,
1
] | 11 | [
"28+1=29",
"2*29=58",
"58-47=11"
] | Current State: 11:[47, 2, 28, 1], Operations: []
Exploring Operation: 28+1=29, Resulting Numbers: [47, 2, 29]
Generated Node #2: [47, 2, 29] from Operation: 28+1=29
Current State: 11:[47, 2, 29], Operations: ['28+1=29']
Exploring Operation: 2*29=58, Resulting Numbers: [47, 58]
Generated Node #3: [47, 58] from Operation... | 4 |
[
82,
18,
69,
83
] | 87 | [
"83-82=1",
"18+69=87",
"1*87=87"
] | Current State: 87:[82, 18, 69, 83], Operations: []
Exploring Operation: 83-82=1, Resulting Numbers: [18, 69, 1]
Generated Node #2: [18, 69, 1] from Operation: 83-82=1
Current State: 87:[18, 69, 1], Operations: ['83-82=1']
Exploring Operation: 18+69=87, Resulting Numbers: [1, 87]
Generated Node #3: [1, 87] from Operatio... | 4 |
[
36,
59,
93,
92
] | 46 | [
"36+59=95",
"95-93=2",
"92/2=46"
] | Current State: 46:[36, 59, 93, 92], Operations: []
Exploring Operation: 36+59=95, Resulting Numbers: [93, 92, 95]
Generated Node #2: [93, 92, 95] from Operation: 36+59=95
Current State: 46:[93, 92, 95], Operations: ['36+59=95']
Exploring Operation: 95-93=2, Resulting Numbers: [92, 2]
Generated Node #3: [92, 2] from Ope... | 4 |
[
52,
59,
34,
13
] | 29 | [
"52/13=4",
"59-34=25",
"4+25=29"
] | Current State: 29:[52, 59, 34, 13], Operations: []
Exploring Operation: 52/13=4, Resulting Numbers: [59, 34, 4]
Generated Node #2: [59, 34, 4] from Operation: 52/13=4
Current State: 29:[59, 34, 4], Operations: ['52/13=4']
Exploring Operation: 59-34=25, Resulting Numbers: [4, 25]
Generated Node #3: [4, 25] from Operatio... | 4 |
[
58,
42,
28,
13
] | 30 | [
"58-13=45",
"28*45=1260",
"1260/42=30"
] | Current State: 30:[58, 42, 28, 13], Operations: []
Exploring Operation: 58-13=45, Resulting Numbers: [42, 28, 45]
Generated Node #2: [42, 28, 45] from Operation: 58-13=45
Current State: 30:[42, 28, 45], Operations: ['58-13=45']
Exploring Operation: 28*45=1260, Resulting Numbers: [42, 1260]
Generated Node #3: [42, 1260]... | 4 |
[
2,
62,
55,
58
] | 93 | [
"62/2=31",
"58-55=3",
"31*3=93"
] | Current State: 93:[2, 62, 55, 58], Operations: []
Exploring Operation: 62/2=31, Resulting Numbers: [55, 58, 31]
Generated Node #2: [55, 58, 31] from Operation: 62/2=31
Current State: 93:[55, 58, 31], Operations: ['62/2=31']
Exploring Operation: 58-55=3, Resulting Numbers: [31, 3]
Generated Node #3: [31, 3] from Operati... | 4 |
[
38,
95,
66,
31
] | 19 | [
"95-66=29",
"31-29=2",
"38/2=19"
] | Current State: 19:[38, 95, 66, 31], Operations: []
Exploring Operation: 95-66=29, Resulting Numbers: [38, 31, 29]
Generated Node #2: [38, 31, 29] from Operation: 95-66=29
Current State: 19:[38, 31, 29], Operations: ['95-66=29']
Exploring Operation: 31-29=2, Resulting Numbers: [38, 2]
Generated Node #3: [38, 2] from Ope... | 4 |
[
15,
54,
20,
4
] | 55 | [
"54-15=39",
"20-4=16",
"39+16=55"
] | Current State: 55:[15, 54, 20, 4], Operations: []
Exploring Operation: 54-15=39, Resulting Numbers: [20, 4, 39]
Generated Node #2: [20, 4, 39] from Operation: 54-15=39
Current State: 55:[20, 4, 39], Operations: ['54-15=39']
Exploring Operation: 20-4=16, Resulting Numbers: [39, 16]
Generated Node #3: [39, 16] from Opera... | 4 |
[
61,
30,
57,
4
] | 22 | [
"61-30=31",
"57-4=53",
"53-31=22"
] | Current State: 22:[61, 30, 57, 4], Operations: []
Exploring Operation: 61-30=31, Resulting Numbers: [57, 4, 31]
Generated Node #2: [57, 4, 31] from Operation: 61-30=31
Current State: 22:[57, 4, 31], Operations: ['61-30=31']
Exploring Operation: 57-4=53, Resulting Numbers: [31, 53]
Generated Node #3: [31, 53] from Opera... | 4 |
[
9,
85,
2,
82
] | 45 | [
"85+2=87",
"87-82=5",
"9*5=45"
] | Current State: 45:[9, 85, 2, 82], Operations: []
Exploring Operation: 85+2=87, Resulting Numbers: [9, 82, 87]
Generated Node #2: [9, 82, 87] from Operation: 85+2=87
Current State: 45:[9, 82, 87], Operations: ['85+2=87']
Exploring Operation: 87-82=5, Resulting Numbers: [9, 5]
Generated Node #3: [9, 5] from Operation: 87... | 4 |
[
43,
36,
20,
66
] | 74 | [
"43-36=7",
"20*7=140",
"140-66=74"
] | Current State: 74:[43, 36, 20, 66], Operations: []
Exploring Operation: 43-36=7, Resulting Numbers: [20, 66, 7]
Generated Node #2: [20, 66, 7] from Operation: 43-36=7
Current State: 74:[20, 66, 7], Operations: ['43-36=7']
Exploring Operation: 20*7=140, Resulting Numbers: [66, 140]
Generated Node #3: [66, 140] from Oper... | 4 |
[
9,
9,
33,
88
] | 33 | [
"9-9=0",
"88*0=0",
"33+0=33"
] | Current State: 33:[9, 9, 33, 88], Operations: []
Exploring Operation: 9-9=0, Resulting Numbers: [33, 88, 0]
Generated Node #2: [33, 88, 0] from Operation: 9-9=0
Current State: 33:[33, 88, 0], Operations: ['9-9=0']
Exploring Operation: 88*0=0, Resulting Numbers: [33, 0]
Generated Node #3: [33, 0] from Operation: 88*0=0
... | 4 |
[
68,
79,
33,
56
] | 59 | [
"79-68=11",
"33/11=3",
"56+3=59"
] | Current State: 59:[68, 79, 33, 56], Operations: []
Exploring Operation: 79-68=11, Resulting Numbers: [33, 56, 11]
Generated Node #2: [33, 56, 11] from Operation: 79-68=11
Current State: 59:[33, 56, 11], Operations: ['79-68=11']
Exploring Operation: 33/11=3, Resulting Numbers: [56, 3]
Generated Node #3: [56, 3] from Ope... | 4 |
[
19,
17,
81,
40
] | 85 | [
"19+17=36",
"81+40=121",
"121-36=85"
] | Current State: 85:[19, 17, 81, 40], Operations: []
Exploring Operation: 19+17=36, Resulting Numbers: [81, 40, 36]
Generated Node #2: [81, 40, 36] from Operation: 19+17=36
Current State: 85:[81, 40, 36], Operations: ['19+17=36']
Exploring Operation: 81+40=121, Resulting Numbers: [36, 121]
Generated Node #3: [36, 121] fr... | 4 |
[
11,
50,
28,
18
] | 44 | [
"50-28=22",
"22-18=4",
"11*4=44"
] | Current State: 44:[11, 50, 28, 18], Operations: []
Exploring Operation: 50-28=22, Resulting Numbers: [11, 18, 22]
Generated Node #2: [11, 18, 22] from Operation: 50-28=22
Current State: 44:[11, 18, 22], Operations: ['50-28=22']
Exploring Operation: 22-18=4, Resulting Numbers: [11, 4]
Generated Node #3: [11, 4] from Ope... | 4 |
[
72,
15,
54,
58
] | 53 | [
"72-15=57",
"58-54=4",
"57-4=53"
] | Current State: 53:[72, 15, 54, 58], Operations: []
Exploring Operation: 72-15=57, Resulting Numbers: [54, 58, 57]
Generated Node #2: [54, 58, 57] from Operation: 72-15=57
Current State: 53:[54, 58, 57], Operations: ['72-15=57']
Exploring Operation: 58-54=4, Resulting Numbers: [57, 4]
Generated Node #3: [57, 4] from Ope... | 4 |
[
54,
35,
59,
32
] | 41 | [
"35-32=3",
"54/3=18",
"59-18=41"
] | Current State: 41:[54, 35, 59, 32], Operations: []
Exploring Operation: 35-32=3, Resulting Numbers: [54, 59, 3]
Generated Node #2: [54, 59, 3] from Operation: 35-32=3
Current State: 41:[54, 59, 3], Operations: ['35-32=3']
Exploring Operation: 54/3=18, Resulting Numbers: [59, 18]
Generated Node #3: [59, 18] from Operati... | 4 |
[
29,
17,
26,
20
] | 31 | [
"29-26=3",
"17*3=51",
"51-20=31"
] | Current State: 31:[29, 17, 26, 20], Operations: []
Exploring Operation: 29-26=3, Resulting Numbers: [17, 20, 3]
Generated Node #2: [17, 20, 3] from Operation: 29-26=3
Current State: 31:[17, 20, 3], Operations: ['29-26=3']
Exploring Operation: 17*3=51, Resulting Numbers: [20, 51]
Generated Node #3: [20, 51] from Operati... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.