nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
63,
61,
76,
34
] | 59 | [
"63-61=2",
"34/2=17",
"76-17=59"
] | Current State: 59:[63, 61, 76, 34], Operations: []
Exploring Operation: 63-61=2, Resulting Numbers: [76, 34, 2]
Generated Node #2: [76, 34, 2] from Operation: 63-61=2
Current State: 59:[76, 34, 2], Operations: ['63-61=2']
Exploring Operation: 34/2=17, Resulting Numbers: [76, 17]
Generated Node #3: [76, 17] from Operati... | 4 |
[
44,
6,
47,
88
] | 55 | [
"88/44=2",
"6+47=53",
"2+53=55"
] | Current State: 55:[44, 6, 47, 88], Operations: []
Exploring Operation: 88/44=2, Resulting Numbers: [6, 47, 2]
Generated Node #2: [6, 47, 2] from Operation: 88/44=2
Current State: 55:[6, 47, 2], Operations: ['88/44=2']
Exploring Operation: 6+47=53, Resulting Numbers: [2, 53]
Generated Node #3: [2, 53] from Operation: 6+... | 4 |
[
39,
91,
9,
98
] | 37 | [
"91-39=52",
"98-9=89",
"89-52=37"
] | Current State: 37:[39, 91, 9, 98], Operations: []
Exploring Operation: 91-39=52, Resulting Numbers: [9, 98, 52]
Generated Node #2: [9, 98, 52] from Operation: 91-39=52
Current State: 37:[9, 98, 52], Operations: ['91-39=52']
Exploring Operation: 98-9=89, Resulting Numbers: [52, 89]
Generated Node #3: [52, 89] from Opera... | 4 |
[
20,
27,
36,
30
] | 73 | [
"27-20=7",
"36+30=66",
"7+66=73"
] | Current State: 73:[20, 27, 36, 30], Operations: []
Exploring Operation: 27-20=7, Resulting Numbers: [36, 30, 7]
Generated Node #2: [36, 30, 7] from Operation: 27-20=7
Current State: 73:[36, 30, 7], Operations: ['27-20=7']
Exploring Operation: 36+30=66, Resulting Numbers: [7, 66]
Generated Node #3: [7, 66] from Operatio... | 4 |
[
25,
39,
89,
30
] | 60 | [
"89-39=50",
"50/25=2",
"30*2=60"
] | Current State: 60:[25, 39, 89, 30], Operations: []
Exploring Operation: 89-39=50, Resulting Numbers: [25, 30, 50]
Generated Node #2: [25, 30, 50] from Operation: 89-39=50
Current State: 60:[25, 30, 50], Operations: ['89-39=50']
Exploring Operation: 50/25=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 |
[
1,
4,
3,
59
] | 74 | [
"1+4=5",
"3*5=15",
"59+15=74"
] | Current State: 74:[1, 4, 3, 59], Operations: []
Exploring Operation: 1+4=5, Resulting Numbers: [3, 59, 5]
Generated Node #2: [3, 59, 5] from Operation: 1+4=5
Current State: 74:[3, 59, 5], Operations: ['1+4=5']
Exploring Operation: 3*5=15, Resulting Numbers: [59, 15]
Generated Node #3: [59, 15] from Operation: 3*5=15
Cu... | 4 |
[
67,
86,
46,
11
] | 55 | [
"86+46=132",
"132/11=12",
"67-12=55"
] | Current State: 55:[67, 86, 46, 11], Operations: []
Exploring Operation: 86+46=132, Resulting Numbers: [67, 11, 132]
Generated Node #2: [67, 11, 132] from Operation: 86+46=132
Current State: 55:[67, 11, 132], Operations: ['86+46=132']
Exploring Operation: 132/11=12, Resulting Numbers: [67, 12]
Generated Node #3: [67, 12... | 4 |
[
61,
55,
99,
55
] | 39 | [
"99-61=38",
"55/55=1",
"38+1=39"
] | Current State: 39:[61, 55, 99, 55], Operations: []
Exploring Operation: 99-61=38, Resulting Numbers: [55, 55, 38]
Generated Node #2: [55, 55, 38] from Operation: 99-61=38
Current State: 39:[55, 55, 38], Operations: ['99-61=38']
Exploring Operation: 55/55=1, Resulting Numbers: [38, 1]
Generated Node #3: [38, 1] from Ope... | 4 |
[
32,
58,
33,
25
] | 18 | [
"58-32=26",
"33-25=8",
"26-8=18"
] | Current State: 18:[32, 58, 33, 25], Operations: []
Exploring Operation: 58-32=26, Resulting Numbers: [33, 25, 26]
Generated Node #2: [33, 25, 26] from Operation: 58-32=26
Current State: 18:[33, 25, 26], Operations: ['58-32=26']
Exploring Operation: 33-25=8, Resulting Numbers: [26, 8]
Generated Node #3: [26, 8] from Ope... | 4 |
[
30,
5,
30,
50
] | 33 | [
"30*5=150",
"150/50=3",
"30+3=33"
] | Current State: 33:[30, 5, 30, 50], Operations: []
Exploring Operation: 30*5=150, Resulting Numbers: [50, 150]
Generated Node #2: [50, 150] from Operation: 30*5=150
Current State: 33:[50, 150], Operations: ['30*5=150']
Exploring Operation: 150/50=3, Resulting Numbers: [3]
3,33 equal: Goal Reached
Exploring Operation: 30... | 4 |
[
21,
33,
15,
21
] | 18 | [
"21+33=54",
"15+21=36",
"54-36=18"
] | Current State: 18:[21, 33, 15, 21], Operations: []
Exploring Operation: 21+33=54, Resulting Numbers: [15, 54]
Generated Node #2: [15, 54] from Operation: 21+33=54
Current State: 18:[15, 54], Operations: ['21+33=54']
Exploring Operation: 15+21=36, Resulting Numbers: [54, 36]
Generated Node #3: [54, 36] from Operation: 1... | 4 |
[
37,
39,
95,
86
] | 52 | [
"39-37=2",
"86/2=43",
"95-43=52"
] | Current State: 52:[37, 39, 95, 86], Operations: []
Exploring Operation: 39-37=2, Resulting Numbers: [95, 86, 2]
Generated Node #2: [95, 86, 2] from Operation: 39-37=2
Current State: 52:[95, 86, 2], Operations: ['39-37=2']
Exploring Operation: 86/2=43, Resulting Numbers: [95, 43]
Generated Node #3: [95, 43] from Operati... | 4 |
[
62,
81,
54,
24
] | 65 | [
"62+81=143",
"54+24=78",
"143-78=65"
] | Current State: 65:[62, 81, 54, 24], Operations: []
Exploring Operation: 62+81=143, Resulting Numbers: [54, 24, 143]
Generated Node #2: [54, 24, 143] from Operation: 62+81=143
Current State: 65:[54, 24, 143], Operations: ['62+81=143']
Exploring Operation: 54+24=78, Resulting Numbers: [143, 78]
Generated Node #3: [143, 7... | 4 |
[
76,
90,
90,
16
] | 45 | [
"90-76=14",
"16-14=2",
"90/2=45"
] | Current State: 45:[76, 90, 90, 16], Operations: []
Exploring Operation: 90-76=14, Resulting Numbers: [16, 14]
Generated Node #2: [16, 14] from Operation: 90-76=14
Current State: 45:[16, 14], Operations: ['90-76=14']
Exploring Operation: 16-14=2, Resulting Numbers: [2]
2,45 equal: Goal Reached
Exploring Operation: 90/2=... | 4 |
[
91,
26,
85,
57
] | 77 | [
"91-26=65",
"85+57=142",
"142-65=77"
] | Current State: 77:[91, 26, 85, 57], Operations: []
Exploring Operation: 91-26=65, Resulting Numbers: [85, 57, 65]
Generated Node #2: [85, 57, 65] from Operation: 91-26=65
Current State: 77:[85, 57, 65], Operations: ['91-26=65']
Exploring Operation: 85+57=142, Resulting Numbers: [65, 142]
Generated Node #3: [65, 142] fr... | 4 |
[
67,
53,
56,
54
] | 95 | [
"56-53=3",
"54*3=162",
"162-67=95"
] | Current State: 95:[67, 53, 56, 54], Operations: []
Exploring Operation: 56-53=3, Resulting Numbers: [67, 54, 3]
Generated Node #2: [67, 54, 3] from Operation: 56-53=3
Current State: 95:[67, 54, 3], Operations: ['56-53=3']
Exploring Operation: 54*3=162, Resulting Numbers: [67, 162]
Generated Node #3: [67, 162] from Oper... | 4 |
[
11,
43,
50,
17
] | 99 | [
"43-11=32",
"50+17=67",
"32+67=99"
] | Current State: 99:[11, 43, 50, 17], Operations: []
Exploring Operation: 43-11=32, Resulting Numbers: [50, 17, 32]
Generated Node #2: [50, 17, 32] from Operation: 43-11=32
Current State: 99:[50, 17, 32], Operations: ['43-11=32']
Exploring Operation: 50+17=67, Resulting Numbers: [32, 67]
Generated Node #3: [32, 67] from ... | 4 |
[
73,
83,
59,
90
] | 98 | [
"73-59=14",
"90-83=7",
"14*7=98"
] | Current State: 98:[73, 83, 59, 90], Operations: []
Exploring Operation: 73-59=14, Resulting Numbers: [83, 90, 14]
Generated Node #2: [83, 90, 14] from Operation: 73-59=14
Current State: 98:[83, 90, 14], Operations: ['73-59=14']
Exploring Operation: 90-83=7, Resulting Numbers: [14, 7]
Generated Node #3: [14, 7] from Ope... | 4 |
[
76,
12,
94,
36
] | 10 | [
"94-76=18",
"36/18=2",
"12-2=10"
] | Current State: 10:[76, 12, 94, 36], Operations: []
Exploring Operation: 94-76=18, Resulting Numbers: [12, 36, 18]
Generated Node #2: [12, 36, 18] from Operation: 94-76=18
Current State: 10:[12, 36, 18], Operations: ['94-76=18']
Exploring Operation: 36/18=2, Resulting Numbers: [12, 2]
Generated Node #3: [12, 2] from Ope... | 4 |
[
78,
8,
56,
74
] | 14 | [
"78-8=70",
"74-70=4",
"56/4=14"
] | Current State: 14:[78, 8, 56, 74], Operations: []
Exploring Operation: 78-8=70, Resulting Numbers: [56, 74, 70]
Generated Node #2: [56, 74, 70] from Operation: 78-8=70
Current State: 14:[56, 74, 70], Operations: ['78-8=70']
Exploring Operation: 74-70=4, Resulting Numbers: [56, 4]
Generated Node #3: [56, 4] from Operati... | 4 |
[
82,
33,
41,
30
] | 14 | [
"82+30=112",
"41-33=8",
"112/8=14"
] | Current State: 14:[82, 33, 41, 30], Operations: []
Exploring Operation: 82+30=112, Resulting Numbers: [33, 41, 112]
Generated Node #2: [33, 41, 112] from Operation: 82+30=112
Current State: 14:[33, 41, 112], Operations: ['82+30=112']
Exploring Operation: 41-33=8, Resulting Numbers: [112, 8]
Generated Node #3: [112, 8] ... | 4 |
[
50,
83,
17,
32
] | 83 | [
"50-17=33",
"33-32=1",
"83*1=83"
] | Current State: 83:[50, 83, 17, 32], Operations: []
Exploring Operation: 50-17=33, Resulting Numbers: [83, 32, 33]
Generated Node #2: [83, 32, 33] from Operation: 50-17=33
Current State: 83:[83, 32, 33], Operations: ['50-17=33']
Exploring Operation: 33-32=1, Resulting Numbers: [83, 1]
Generated Node #3: [83, 1] from Ope... | 4 |
[
39,
29,
56,
83
] | 41 | [
"39+29=68",
"83-56=27",
"68-27=41"
] | Current State: 41:[39, 29, 56, 83], Operations: []
Exploring Operation: 39+29=68, Resulting Numbers: [56, 83, 68]
Generated Node #2: [56, 83, 68] from Operation: 39+29=68
Current State: 41:[56, 83, 68], Operations: ['39+29=68']
Exploring Operation: 83-56=27, Resulting Numbers: [68, 27]
Generated Node #3: [68, 27] from ... | 4 |
[
96,
69,
39,
28
] | 48 | [
"69-39=30",
"30-28=2",
"96/2=48"
] | Current State: 48:[96, 69, 39, 28], Operations: []
Exploring Operation: 69-39=30, Resulting Numbers: [96, 28, 30]
Generated Node #2: [96, 28, 30] from Operation: 69-39=30
Current State: 48:[96, 28, 30], Operations: ['69-39=30']
Exploring Operation: 30-28=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Ope... | 4 |
[
7,
67,
35,
6
] | 45 | [
"7+67=74",
"35-6=29",
"74-29=45"
] | Current State: 45:[7, 67, 35, 6], Operations: []
Exploring Operation: 7+67=74, Resulting Numbers: [35, 6, 74]
Generated Node #2: [35, 6, 74] from Operation: 7+67=74
Current State: 45:[35, 6, 74], Operations: ['7+67=74']
Exploring Operation: 35-6=29, Resulting Numbers: [74, 29]
Generated Node #3: [74, 29] from Operation... | 4 |
[
14,
93,
96,
75
] | 33 | [
"96-93=3",
"14*3=42",
"75-42=33"
] | Current State: 33:[14, 93, 96, 75], Operations: []
Exploring Operation: 96-93=3, Resulting Numbers: [14, 75, 3]
Generated Node #2: [14, 75, 3] from Operation: 96-93=3
Current State: 33:[14, 75, 3], Operations: ['96-93=3']
Exploring Operation: 14*3=42, Resulting Numbers: [75, 42]
Generated Node #3: [75, 42] from Operati... | 4 |
[
2,
78,
75,
56
] | 31 | [
"56/2=28",
"78-75=3",
"28+3=31"
] | Current State: 31:[2, 78, 75, 56], Operations: []
Exploring Operation: 56/2=28, Resulting Numbers: [78, 75, 28]
Generated Node #2: [78, 75, 28] from Operation: 56/2=28
Current State: 31:[78, 75, 28], Operations: ['56/2=28']
Exploring Operation: 78-75=3, Resulting Numbers: [28, 3]
Generated Node #3: [28, 3] from Operati... | 4 |
[
32,
5,
28,
30
] | 42 | [
"32+28=60",
"60/5=12",
"30+12=42"
] | Current State: 42:[32, 5, 28, 30], Operations: []
Exploring Operation: 32+28=60, Resulting Numbers: [5, 30, 60]
Generated Node #2: [5, 30, 60] from Operation: 32+28=60
Current State: 42:[5, 30, 60], Operations: ['32+28=60']
Exploring Operation: 60/5=12, Resulting Numbers: [30, 12]
Generated Node #3: [30, 12] from Opera... | 4 |
[
97,
99,
23,
15
] | 31 | [
"99-97=2",
"23*2=46",
"46-15=31"
] | Current State: 31:[97, 99, 23, 15], Operations: []
Exploring Operation: 99-97=2, Resulting Numbers: [23, 15, 2]
Generated Node #2: [23, 15, 2] from Operation: 99-97=2
Current State: 31:[23, 15, 2], Operations: ['99-97=2']
Exploring Operation: 23*2=46, Resulting Numbers: [15, 46]
Generated Node #3: [15, 46] from Operati... | 4 |
[
1,
21,
14,
58
] | 22 | [
"1+21=22",
"58-14=44",
"44-22=22"
] | Current State: 22:[1, 21, 14, 58], Operations: []
Exploring Operation: 1+21=22, Resulting Numbers: [14, 58, 22]
Generated Node #2: [14, 58, 22] from Operation: 1+21=22
Current State: 22:[14, 58, 22], Operations: ['1+21=22']
Exploring Operation: 58-14=44, Resulting Numbers: [22, 44]
Generated Node #3: [22, 44] from Oper... | 4 |
[
81,
7,
90,
76
] | 83 | [
"90-76=14",
"14/7=2",
"81+2=83"
] | Current State: 83:[81, 7, 90, 76], Operations: []
Exploring Operation: 90-76=14, Resulting Numbers: [81, 7, 14]
Generated Node #2: [81, 7, 14] from Operation: 90-76=14
Current State: 83:[81, 7, 14], Operations: ['90-76=14']
Exploring Operation: 14/7=2, Resulting Numbers: [81, 2]
Generated Node #3: [81, 2] from Operatio... | 4 |
[
2,
86,
43,
36
] | 19 | [
"2+36=38",
"86/43=2",
"38/2=19"
] | Current State: 19:[2, 86, 43, 36], Operations: []
Exploring Operation: 2+36=38, Resulting Numbers: [86, 43, 38]
Generated Node #2: [86, 43, 38] from Operation: 2+36=38
Current State: 19:[86, 43, 38], Operations: ['2+36=38']
Exploring Operation: 86/43=2, Resulting Numbers: [38, 2]
Generated Node #3: [38, 2] from Operati... | 4 |
[
67,
21,
61,
61
] | 34 | [
"67+21=88",
"61+61=122",
"122-88=34"
] | Current State: 34:[67, 21, 61, 61], Operations: []
Exploring Operation: 67+21=88, Resulting Numbers: [61, 61, 88]
Generated Node #2: [61, 61, 88] from Operation: 67+21=88
Current State: 34:[61, 61, 88], Operations: ['67+21=88']
Exploring Operation: 61+61=122, Resulting Numbers: [88, 122]
Generated Node #3: [88, 122] fr... | 4 |
[
98,
53,
34,
42
] | 31 | [
"98-53=45",
"34+42=76",
"76-45=31"
] | Current State: 31:[98, 53, 34, 42], Operations: []
Exploring Operation: 98-53=45, Resulting Numbers: [34, 42, 45]
Generated Node #2: [34, 42, 45] from Operation: 98-53=45
Current State: 31:[34, 42, 45], Operations: ['98-53=45']
Exploring Operation: 34+42=76, Resulting Numbers: [45, 76]
Generated Node #3: [45, 76] from ... | 4 |
[
64,
61,
23,
64
] | 29 | [
"64-61=3",
"23+64=87",
"87/3=29"
] | Current State: 29:[64, 61, 23, 64], Operations: []
Exploring Operation: 64-61=3, Resulting Numbers: [23, 3]
Generated Node #2: [23, 3] from Operation: 64-61=3
Current State: 29:[23, 3], Operations: ['64-61=3']
Exploring Operation: 23+64=87, Resulting Numbers: [3, 87]
Generated Node #3: [3, 87] from Operation: 23+64=87
... | 4 |
[
39,
19,
61,
48
] | 51 | [
"39+19=58",
"61+48=109",
"109-58=51"
] | Current State: 51:[39, 19, 61, 48], Operations: []
Exploring Operation: 39+19=58, Resulting Numbers: [61, 48, 58]
Generated Node #2: [61, 48, 58] from Operation: 39+19=58
Current State: 51:[61, 48, 58], Operations: ['39+19=58']
Exploring Operation: 61+48=109, Resulting Numbers: [58, 109]
Generated Node #3: [58, 109] fr... | 4 |
[
6,
18,
22,
1
] | 47 | [
"6+18=24",
"22+1=23",
"24+23=47"
] | Current State: 47:[6, 18, 22, 1], Operations: []
Exploring Operation: 6+18=24, Resulting Numbers: [22, 1, 24]
Generated Node #2: [22, 1, 24] from Operation: 6+18=24
Current State: 47:[22, 1, 24], Operations: ['6+18=24']
Exploring Operation: 22+1=23, Resulting Numbers: [24, 23]
Generated Node #3: [24, 23] from Operation... | 4 |
[
23,
95,
91,
14
] | 78 | [
"95-91=4",
"23*4=92",
"92-14=78"
] | Current State: 78:[23, 95, 91, 14], Operations: []
Exploring Operation: 95-91=4, Resulting Numbers: [23, 14, 4]
Generated Node #2: [23, 14, 4] from Operation: 95-91=4
Current State: 78:[23, 14, 4], Operations: ['95-91=4']
Exploring Operation: 23*4=92, Resulting Numbers: [14, 92]
Generated Node #3: [14, 92] from Operati... | 4 |
[
13,
24,
78,
31
] | 10 | [
"13+24=37",
"78-31=47",
"47-37=10"
] | Current State: 10:[13, 24, 78, 31], Operations: []
Exploring Operation: 13+24=37, Resulting Numbers: [78, 31, 37]
Generated Node #2: [78, 31, 37] from Operation: 13+24=37
Current State: 10:[78, 31, 37], Operations: ['13+24=37']
Exploring Operation: 78-31=47, Resulting Numbers: [37, 47]
Generated Node #3: [37, 47] from ... | 4 |
[
26,
22,
51,
87
] | 78 | [
"26*87=2262",
"51-22=29",
"2262/29=78"
] | Current State: 78:[26, 22, 51, 87], Operations: []
Exploring Operation: 26*87=2262, Resulting Numbers: [22, 51, 2262]
Generated Node #2: [22, 51, 2262] from Operation: 26*87=2262
Current State: 78:[22, 51, 2262], Operations: ['26*87=2262']
Exploring Operation: 51-22=29, Resulting Numbers: [2262, 29]
Generated Node #3: ... | 4 |
[
20,
37,
6,
25
] | 67 | [
"25-20=5",
"6*5=30",
"37+30=67"
] | Current State: 67:[20, 37, 6, 25], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [37, 6, 5]
Generated Node #2: [37, 6, 5] from Operation: 25-20=5
Current State: 67:[37, 6, 5], Operations: ['25-20=5']
Exploring Operation: 6*5=30, Resulting Numbers: [37, 30]
Generated Node #3: [37, 30] from Operation: 6... | 4 |
[
66,
39,
9,
95
] | 77 | [
"66-39=27",
"9+95=104",
"104-27=77"
] | Current State: 77:[66, 39, 9, 95], Operations: []
Exploring Operation: 66-39=27, Resulting Numbers: [9, 95, 27]
Generated Node #2: [9, 95, 27] from Operation: 66-39=27
Current State: 77:[9, 95, 27], Operations: ['66-39=27']
Exploring Operation: 9+95=104, Resulting Numbers: [27, 104]
Generated Node #3: [27, 104] from Op... | 4 |
[
44,
69,
38,
32
] | 45 | [
"69-44=25",
"38+32=70",
"70-25=45"
] | Current State: 45:[44, 69, 38, 32], Operations: []
Exploring Operation: 69-44=25, Resulting Numbers: [38, 32, 25]
Generated Node #2: [38, 32, 25] from Operation: 69-44=25
Current State: 45:[38, 32, 25], Operations: ['69-44=25']
Exploring Operation: 38+32=70, Resulting Numbers: [25, 70]
Generated Node #3: [25, 70] from ... | 4 |
[
84,
82,
9,
11
] | 29 | [
"84-82=2",
"9*2=18",
"11+18=29"
] | Current State: 29:[84, 82, 9, 11], Operations: []
Exploring Operation: 84-82=2, Resulting Numbers: [9, 11, 2]
Generated Node #2: [9, 11, 2] from Operation: 84-82=2
Current State: 29:[9, 11, 2], Operations: ['84-82=2']
Exploring Operation: 9*2=18, Resulting Numbers: [11, 18]
Generated Node #3: [11, 18] from Operation: 9... | 4 |
[
46,
43,
80,
2
] | 28 | [
"80-43=37",
"2*37=74",
"74-46=28"
] | Current State: 28:[46, 43, 80, 2], Operations: []
Exploring Operation: 80-43=37, Resulting Numbers: [46, 2, 37]
Generated Node #2: [46, 2, 37] from Operation: 80-43=37
Current State: 28:[46, 2, 37], Operations: ['80-43=37']
Exploring Operation: 2*37=74, Resulting Numbers: [46, 74]
Generated Node #3: [46, 74] from Opera... | 4 |
[
14,
67,
68,
69
] | 82 | [
"14+67=81",
"69-68=1",
"81+1=82"
] | Current State: 82:[14, 67, 68, 69], Operations: []
Exploring Operation: 14+67=81, Resulting Numbers: [68, 69, 81]
Generated Node #2: [68, 69, 81] from Operation: 14+67=81
Current State: 82:[68, 69, 81], Operations: ['14+67=81']
Exploring Operation: 69-68=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Ope... | 4 |
[
56,
1,
9,
22
] | 70 | [
"56+1=57",
"22-9=13",
"57+13=70"
] | Current State: 70:[56, 1, 9, 22], Operations: []
Exploring Operation: 56+1=57, Resulting Numbers: [9, 22, 57]
Generated Node #2: [9, 22, 57] from Operation: 56+1=57
Current State: 70:[9, 22, 57], Operations: ['56+1=57']
Exploring Operation: 22-9=13, Resulting Numbers: [57, 13]
Generated Node #3: [57, 13] from Operation... | 4 |
[
13,
21,
94,
26
] | 75 | [
"26/13=2",
"94-21=73",
"2+73=75"
] | Current State: 75:[13, 21, 94, 26], Operations: []
Exploring Operation: 26/13=2, Resulting Numbers: [21, 94, 2]
Generated Node #2: [21, 94, 2] from Operation: 26/13=2
Current State: 75:[21, 94, 2], Operations: ['26/13=2']
Exploring Operation: 94-21=73, Resulting Numbers: [2, 73]
Generated Node #3: [2, 73] from Operatio... | 4 |
[
79,
86,
81,
70
] | 15 | [
"79+86=165",
"81-70=11",
"165/11=15"
] | Current State: 15:[79, 86, 81, 70], Operations: []
Exploring Operation: 79+86=165, Resulting Numbers: [81, 70, 165]
Generated Node #2: [81, 70, 165] from Operation: 79+86=165
Current State: 15:[81, 70, 165], Operations: ['79+86=165']
Exploring Operation: 81-70=11, Resulting Numbers: [165, 11]
Generated Node #3: [165, 1... | 4 |
[
24,
3,
73,
65
] | 80 | [
"24*3=72",
"73-65=8",
"72+8=80"
] | Current State: 80:[24, 3, 73, 65], Operations: []
Exploring Operation: 24*3=72, Resulting Numbers: [73, 65, 72]
Generated Node #2: [73, 65, 72] from Operation: 24*3=72
Current State: 80:[73, 65, 72], Operations: ['24*3=72']
Exploring Operation: 73-65=8, Resulting Numbers: [72, 8]
Generated Node #3: [72, 8] from Operati... | 4 |
[
64,
16,
67,
76
] | 57 | [
"64-16=48",
"76-67=9",
"48+9=57"
] | Current State: 57:[64, 16, 67, 76], Operations: []
Exploring Operation: 64-16=48, Resulting Numbers: [67, 76, 48]
Generated Node #2: [67, 76, 48] from Operation: 64-16=48
Current State: 57:[67, 76, 48], Operations: ['64-16=48']
Exploring Operation: 76-67=9, Resulting Numbers: [48, 9]
Generated Node #3: [48, 9] from Ope... | 4 |
[
22,
48,
14,
11
] | 55 | [
"22+48=70",
"70/14=5",
"11*5=55"
] | Current State: 55:[22, 48, 14, 11], Operations: []
Exploring Operation: 22+48=70, Resulting Numbers: [14, 11, 70]
Generated Node #2: [14, 11, 70] from Operation: 22+48=70
Current State: 55:[14, 11, 70], Operations: ['22+48=70']
Exploring Operation: 70/14=5, Resulting Numbers: [11, 5]
Generated Node #3: [11, 5] from Ope... | 4 |
[
84,
71,
20,
16
] | 49 | [
"84-71=13",
"20+16=36",
"13+36=49"
] | Current State: 49:[84, 71, 20, 16], Operations: []
Exploring Operation: 84-71=13, Resulting Numbers: [20, 16, 13]
Generated Node #2: [20, 16, 13] from Operation: 84-71=13
Current State: 49:[20, 16, 13], Operations: ['84-71=13']
Exploring Operation: 20+16=36, Resulting Numbers: [13, 36]
Generated Node #3: [13, 36] from ... | 4 |
[
85,
83,
75,
31
] | 53 | [
"85-83=2",
"75+31=106",
"106/2=53"
] | Current State: 53:[85, 83, 75, 31], Operations: []
Exploring Operation: 85-83=2, Resulting Numbers: [75, 31, 2]
Generated Node #2: [75, 31, 2] from Operation: 85-83=2
Current State: 53:[75, 31, 2], Operations: ['85-83=2']
Exploring Operation: 75+31=106, Resulting Numbers: [2, 106]
Generated Node #3: [2, 106] from Opera... | 4 |
[
27,
60,
36,
70
] | 69 | [
"36*70=2520",
"2520/60=42",
"27+42=69"
] | Current State: 69:[27, 60, 36, 70], Operations: []
Exploring Operation: 36*70=2520, Resulting Numbers: [27, 60, 2520]
Generated Node #2: [27, 60, 2520] from Operation: 36*70=2520
Current State: 69:[27, 60, 2520], Operations: ['36*70=2520']
Exploring Operation: 2520/60=42, Resulting Numbers: [27, 42]
Generated Node #3: ... | 4 |
[
47,
53,
56,
80
] | 76 | [
"47+53=100",
"80-56=24",
"100-24=76"
] | Current State: 76:[47, 53, 56, 80], Operations: []
Exploring Operation: 47+53=100, Resulting Numbers: [56, 80, 100]
Generated Node #2: [56, 80, 100] from Operation: 47+53=100
Current State: 76:[56, 80, 100], Operations: ['47+53=100']
Exploring Operation: 80-56=24, Resulting Numbers: [100, 24]
Generated Node #3: [100, 2... | 4 |
[
62,
86,
2,
66
] | 57 | [
"86-62=24",
"66/2=33",
"24+33=57"
] | Current State: 57:[62, 86, 2, 66], Operations: []
Exploring Operation: 86-62=24, Resulting Numbers: [2, 66, 24]
Generated Node #2: [2, 66, 24] from Operation: 86-62=24
Current State: 57:[2, 66, 24], Operations: ['86-62=24']
Exploring Operation: 66/2=33, Resulting Numbers: [24, 33]
Generated Node #3: [24, 33] from Opera... | 4 |
[
64,
2,
27,
35
] | 94 | [
"64/2=32",
"27+35=62",
"32+62=94"
] | Current State: 94:[64, 2, 27, 35], Operations: []
Exploring Operation: 64/2=32, Resulting Numbers: [27, 35, 32]
Generated Node #2: [27, 35, 32] from Operation: 64/2=32
Current State: 94:[27, 35, 32], Operations: ['64/2=32']
Exploring Operation: 27+35=62, Resulting Numbers: [32, 62]
Generated Node #3: [32, 62] from Oper... | 4 |
[
96,
41,
59,
59
] | 19 | [
"96+41=137",
"59+59=118",
"137-118=19"
] | Current State: 19:[96, 41, 59, 59], Operations: []
Exploring Operation: 96+41=137, Resulting Numbers: [59, 59, 137]
Generated Node #2: [59, 59, 137] from Operation: 96+41=137
Current State: 19:[59, 59, 137], Operations: ['96+41=137']
Exploring Operation: 59+59=118, Resulting Numbers: [137, 118]
Generated Node #3: [137,... | 4 |
[
81,
8,
57,
60
] | 35 | [
"60-57=3",
"81/3=27",
"8+27=35"
] | Current State: 35:[81, 8, 57, 60], Operations: []
Exploring Operation: 60-57=3, Resulting Numbers: [81, 8, 3]
Generated Node #2: [81, 8, 3] from Operation: 60-57=3
Current State: 35:[81, 8, 3], Operations: ['60-57=3']
Exploring Operation: 81/3=27, Resulting Numbers: [8, 27]
Generated Node #3: [8, 27] from Operation: 81... | 4 |
[
47,
47,
45,
45
] | 90 | [
"47-47=0",
"45+45=90",
"0+90=90"
] | Current State: 90:[47, 47, 45, 45], Operations: []
Exploring Operation: 47-47=0, Resulting Numbers: [45, 45, 0]
Generated Node #2: [45, 45, 0] from Operation: 47-47=0
Current State: 90:[45, 45, 0], Operations: ['47-47=0']
Exploring Operation: 45+45=90, Resulting Numbers: [0, 90]
Generated Node #3: [0, 90] from Operatio... | 4 |
[
75,
91,
23,
82
] | 89 | [
"91-75=16",
"23+82=105",
"105-16=89"
] | Current State: 89:[75, 91, 23, 82], Operations: []
Exploring Operation: 91-75=16, Resulting Numbers: [23, 82, 16]
Generated Node #2: [23, 82, 16] from Operation: 91-75=16
Current State: 89:[23, 82, 16], Operations: ['91-75=16']
Exploring Operation: 23+82=105, Resulting Numbers: [16, 105]
Generated Node #3: [16, 105] fr... | 4 |
[
60,
77,
90,
15
] | 75 | [
"90-60=30",
"30/15=2",
"77-2=75"
] | Current State: 75:[60, 77, 90, 15], Operations: []
Exploring Operation: 90-60=30, Resulting Numbers: [77, 15, 30]
Generated Node #2: [77, 15, 30] from Operation: 90-60=30
Current State: 75:[77, 15, 30], Operations: ['90-60=30']
Exploring Operation: 30/15=2, Resulting Numbers: [77, 2]
Generated Node #3: [77, 2] from Ope... | 4 |
[
51,
48,
64,
86
] | 25 | [
"51-48=3",
"86-64=22",
"3+22=25"
] | Current State: 25:[51, 48, 64, 86], Operations: []
Exploring Operation: 51-48=3, Resulting Numbers: [64, 86, 3]
Generated Node #2: [64, 86, 3] from Operation: 51-48=3
Current State: 25:[64, 86, 3], Operations: ['51-48=3']
Exploring Operation: 86-64=22, Resulting Numbers: [3, 22]
Generated Node #3: [3, 22] from Operatio... | 4 |
[
90,
84,
82,
19
] | 73 | [
"90+84=174",
"82+19=101",
"174-101=73"
] | Current State: 73:[90, 84, 82, 19], Operations: []
Exploring Operation: 90+84=174, Resulting Numbers: [82, 19, 174]
Generated Node #2: [82, 19, 174] from Operation: 90+84=174
Current State: 73:[82, 19, 174], Operations: ['90+84=174']
Exploring Operation: 82+19=101, Resulting Numbers: [174, 101]
Generated Node #3: [174,... | 4 |
[
21,
13,
69,
9
] | 24 | [
"69-13=56",
"9*56=504",
"504/21=24"
] | Current State: 24:[21, 13, 69, 9], Operations: []
Exploring Operation: 69-13=56, Resulting Numbers: [21, 9, 56]
Generated Node #2: [21, 9, 56] from Operation: 69-13=56
Current State: 24:[21, 9, 56], Operations: ['69-13=56']
Exploring Operation: 9*56=504, Resulting Numbers: [21, 504]
Generated Node #3: [21, 504] from Op... | 4 |
[
34,
52,
12,
43
] | 24 | [
"34+52=86",
"12*86=1032",
"1032/43=24"
] | Current State: 24:[34, 52, 12, 43], Operations: []
Exploring Operation: 34+52=86, Resulting Numbers: [12, 43, 86]
Generated Node #2: [12, 43, 86] from Operation: 34+52=86
Current State: 24:[12, 43, 86], Operations: ['34+52=86']
Exploring Operation: 12*86=1032, Resulting Numbers: [43, 1032]
Generated Node #3: [43, 1032]... | 4 |
[
10,
46,
75,
78
] | 53 | [
"10+46=56",
"78-75=3",
"56-3=53"
] | Current State: 53:[10, 46, 75, 78], Operations: []
Exploring Operation: 10+46=56, Resulting Numbers: [75, 78, 56]
Generated Node #2: [75, 78, 56] from Operation: 10+46=56
Current State: 53:[75, 78, 56], Operations: ['10+46=56']
Exploring Operation: 78-75=3, Resulting Numbers: [56, 3]
Generated Node #3: [56, 3] from Ope... | 4 |
[
51,
27,
85,
87
] | 100 | [
"87-27=60",
"85*60=5100",
"5100/51=100"
] | Current State: 100:[51, 27, 85, 87], Operations: []
Exploring Operation: 87-27=60, Resulting Numbers: [51, 85, 60]
Generated Node #2: [51, 85, 60] from Operation: 87-27=60
Current State: 100:[51, 85, 60], Operations: ['87-27=60']
Exploring Operation: 85*60=5100, Resulting Numbers: [51, 5100]
Generated Node #3: [51, 510... | 4 |
[
53,
13,
99,
43
] | 51 | [
"99-13=86",
"86/43=2",
"53-2=51"
] | Current State: 51:[53, 13, 99, 43], Operations: []
Exploring Operation: 99-13=86, Resulting Numbers: [53, 43, 86]
Generated Node #2: [53, 43, 86] from Operation: 99-13=86
Current State: 51:[53, 43, 86], Operations: ['99-13=86']
Exploring Operation: 86/43=2, Resulting Numbers: [53, 2]
Generated Node #3: [53, 2] from Ope... | 4 |
[
70,
77,
62,
11
] | 89 | [
"70+62=132",
"132/11=12",
"77+12=89"
] | Current State: 89:[70, 77, 62, 11], Operations: []
Exploring Operation: 70+62=132, Resulting Numbers: [77, 11, 132]
Generated Node #2: [77, 11, 132] from Operation: 70+62=132
Current State: 89:[77, 11, 132], Operations: ['70+62=132']
Exploring Operation: 132/11=12, Resulting Numbers: [77, 12]
Generated Node #3: [77, 12... | 4 |
[
17,
13,
85,
3
] | 24 | [
"85/17=5",
"13-5=8",
"3*8=24"
] | Current State: 24:[17, 13, 85, 3], Operations: []
Exploring Operation: 85/17=5, Resulting Numbers: [13, 3, 5]
Generated Node #2: [13, 3, 5] from Operation: 85/17=5
Current State: 24:[13, 3, 5], Operations: ['85/17=5']
Exploring Operation: 13-5=8, Resulting Numbers: [3, 8]
Generated Node #3: [3, 8] from Operation: 13-5=... | 4 |
[
27,
8,
2,
69
] | 31 | [
"27-8=19",
"2*19=38",
"69-38=31"
] | Current State: 31:[27, 8, 2, 69], Operations: []
Exploring Operation: 27-8=19, Resulting Numbers: [2, 69, 19]
Generated Node #2: [2, 69, 19] from Operation: 27-8=19
Current State: 31:[2, 69, 19], Operations: ['27-8=19']
Exploring Operation: 2*19=38, Resulting Numbers: [69, 38]
Generated Node #3: [69, 38] from Operation... | 4 |
[
13,
19,
38,
73
] | 30 | [
"73-13=60",
"38/19=2",
"60/2=30"
] | Current State: 30:[13, 19, 38, 73], Operations: []
Exploring Operation: 73-13=60, Resulting Numbers: [19, 38, 60]
Generated Node #2: [19, 38, 60] from Operation: 73-13=60
Current State: 30:[19, 38, 60], Operations: ['73-13=60']
Exploring Operation: 38/19=2, Resulting Numbers: [60, 2]
Generated Node #3: [60, 2] from Ope... | 4 |
[
23,
59,
53,
67
] | 84 | [
"59-23=36",
"53+67=120",
"120-36=84"
] | Current State: 84:[23, 59, 53, 67], Operations: []
Exploring Operation: 59-23=36, Resulting Numbers: [53, 67, 36]
Generated Node #2: [53, 67, 36] from Operation: 59-23=36
Current State: 84:[53, 67, 36], Operations: ['59-23=36']
Exploring Operation: 53+67=120, Resulting Numbers: [36, 120]
Generated Node #3: [36, 120] fr... | 4 |
[
57,
1,
3,
26
] | 85 | [
"57-1=56",
"3+26=29",
"56+29=85"
] | Current State: 85:[57, 1, 3, 26], Operations: []
Exploring Operation: 57-1=56, Resulting Numbers: [3, 26, 56]
Generated Node #2: [3, 26, 56] from Operation: 57-1=56
Current State: 85:[3, 26, 56], Operations: ['57-1=56']
Exploring Operation: 3+26=29, Resulting Numbers: [56, 29]
Generated Node #3: [56, 29] from Operation... | 4 |
[
3,
28,
80,
70
] | 41 | [
"3+28=31",
"80-70=10",
"31+10=41"
] | Current State: 41:[3, 28, 80, 70], Operations: []
Exploring Operation: 3+28=31, Resulting Numbers: [80, 70, 31]
Generated Node #2: [80, 70, 31] from Operation: 3+28=31
Current State: 41:[80, 70, 31], Operations: ['3+28=31']
Exploring Operation: 80-70=10, Resulting Numbers: [31, 10]
Generated Node #3: [31, 10] from Oper... | 4 |
[
12,
23,
32,
66
] | 56 | [
"12*66=792",
"23*32=736",
"792-736=56"
] | Current State: 56:[12, 23, 32, 66], Operations: []
Exploring Operation: 12*66=792, Resulting Numbers: [23, 32, 792]
Generated Node #2: [23, 32, 792] from Operation: 12*66=792
Current State: 56:[23, 32, 792], Operations: ['12*66=792']
Exploring Operation: 23*32=736, Resulting Numbers: [792, 736]
Generated Node #3: [792,... | 4 |
[
96,
42,
58,
99
] | 93 | [
"58-42=16",
"96/16=6",
"99-6=93"
] | Current State: 93:[96, 42, 58, 99], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [96, 99, 16]
Generated Node #2: [96, 99, 16] from Operation: 58-42=16
Current State: 93:[96, 99, 16], Operations: ['58-42=16']
Exploring Operation: 96/16=6, Resulting Numbers: [99, 6]
Generated Node #3: [99, 6] from Ope... | 4 |
[
83,
45,
9,
82
] | 33 | [
"83+82=165",
"45/9=5",
"165/5=33"
] | Current State: 33:[83, 45, 9, 82], Operations: []
Exploring Operation: 83+82=165, Resulting Numbers: [45, 9, 165]
Generated Node #2: [45, 9, 165] from Operation: 83+82=165
Current State: 33:[45, 9, 165], Operations: ['83+82=165']
Exploring Operation: 45/9=5, Resulting Numbers: [165, 5]
Generated Node #3: [165, 5] from ... | 4 |
[
16,
25,
54,
34
] | 100 | [
"54-16=38",
"38-34=4",
"25*4=100"
] | Current State: 100:[16, 25, 54, 34], Operations: []
Exploring Operation: 54-16=38, Resulting Numbers: [25, 34, 38]
Generated Node #2: [25, 34, 38] from Operation: 54-16=38
Current State: 100:[25, 34, 38], Operations: ['54-16=38']
Exploring Operation: 38-34=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] from O... | 4 |
[
43,
29,
81,
82
] | 71 | [
"43+29=72",
"82-81=1",
"72-1=71"
] | Current State: 71:[43, 29, 81, 82], Operations: []
Exploring Operation: 43+29=72, Resulting Numbers: [81, 82, 72]
Generated Node #2: [81, 82, 72] from Operation: 43+29=72
Current State: 71:[81, 82, 72], Operations: ['43+29=72']
Exploring Operation: 82-81=1, Resulting Numbers: [72, 1]
Generated Node #3: [72, 1] from Ope... | 4 |
[
90,
50,
10,
10
] | 86 | [
"50-10=40",
"40/10=4",
"90-4=86"
] | Current State: 86:[90, 50, 10, 10], Operations: []
Exploring Operation: 50-10=40, Resulting Numbers: [90, 40]
Generated Node #2: [90, 40] from Operation: 50-10=40
Current State: 86:[90, 40], Operations: ['50-10=40']
Exploring Operation: 40/10=4, Resulting Numbers: [90, 4]
Generated Node #3: [90, 4] from Operation: 40/1... | 4 |
[
8,
74,
1,
28
] | 70 | [
"8-1=7",
"28/7=4",
"74-4=70"
] | Current State: 70:[8, 74, 1, 28], Operations: []
Exploring Operation: 8-1=7, Resulting Numbers: [74, 28, 7]
Generated Node #2: [74, 28, 7] from Operation: 8-1=7
Current State: 70:[74, 28, 7], Operations: ['8-1=7']
Exploring Operation: 28/7=4, Resulting Numbers: [74, 4]
Generated Node #3: [74, 4] from Operation: 28/7=4
... | 4 |
[
86,
3,
84,
70
] | 64 | [
"86-84=2",
"3*2=6",
"70-6=64"
] | Current State: 64:[86, 3, 84, 70], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [3, 70, 2]
Generated Node #2: [3, 70, 2] from Operation: 86-84=2
Current State: 64:[3, 70, 2], Operations: ['86-84=2']
Exploring Operation: 3*2=6, Resulting Numbers: [70, 6]
Generated Node #3: [70, 6] from Operation: 3*2=... | 4 |
[
44,
22,
30,
16
] | 42 | [
"30-22=8",
"16/8=2",
"44-2=42"
] | Current State: 42:[44, 22, 30, 16], Operations: []
Exploring Operation: 30-22=8, Resulting Numbers: [44, 16, 8]
Generated Node #2: [44, 16, 8] from Operation: 30-22=8
Current State: 42:[44, 16, 8], Operations: ['30-22=8']
Exploring Operation: 16/8=2, Resulting Numbers: [44, 2]
Generated Node #3: [44, 2] from Operation:... | 4 |
[
41,
95,
96,
63
] | 23 | [
"41+95=136",
"96+63=159",
"159-136=23"
] | Current State: 23:[41, 95, 96, 63], Operations: []
Exploring Operation: 41+95=136, Resulting Numbers: [96, 63, 136]
Generated Node #2: [96, 63, 136] from Operation: 41+95=136
Current State: 23:[96, 63, 136], Operations: ['41+95=136']
Exploring Operation: 96+63=159, Resulting Numbers: [136, 159]
Generated Node #3: [136,... | 4 |
[
3,
42,
30,
87
] | 14 | [
"3*30=90",
"90-87=3",
"42/3=14"
] | Current State: 14:[3, 42, 30, 87], Operations: []
Exploring Operation: 3*30=90, Resulting Numbers: [42, 87, 90]
Generated Node #2: [42, 87, 90] from Operation: 3*30=90
Current State: 14:[42, 87, 90], Operations: ['3*30=90']
Exploring Operation: 90-87=3, Resulting Numbers: [42, 3]
Generated Node #3: [42, 3] from Operati... | 4 |
[
48,
20,
65,
99
] | 96 | [
"48+20=68",
"65+99=164",
"164-68=96"
] | Current State: 96:[48, 20, 65, 99], Operations: []
Exploring Operation: 48+20=68, Resulting Numbers: [65, 99, 68]
Generated Node #2: [65, 99, 68] from Operation: 48+20=68
Current State: 96:[65, 99, 68], Operations: ['48+20=68']
Exploring Operation: 65+99=164, Resulting Numbers: [68, 164]
Generated Node #3: [68, 164] fr... | 4 |
[
87,
13,
43,
69
] | 12 | [
"87+13=100",
"43+69=112",
"112-100=12"
] | Current State: 12:[87, 13, 43, 69], Operations: []
Exploring Operation: 87+13=100, Resulting Numbers: [43, 69, 100]
Generated Node #2: [43, 69, 100] from Operation: 87+13=100
Current State: 12:[43, 69, 100], Operations: ['87+13=100']
Exploring Operation: 43+69=112, Resulting Numbers: [100, 112]
Generated Node #3: [100,... | 4 |
[
42,
3,
6,
88
] | 84 | [
"42/6=7",
"3+88=91",
"91-7=84"
] | Current State: 84:[42, 3, 6, 88], Operations: []
Exploring Operation: 42/6=7, Resulting Numbers: [3, 88, 7]
Generated Node #2: [3, 88, 7] from Operation: 42/6=7
Current State: 84:[3, 88, 7], Operations: ['42/6=7']
Exploring Operation: 3+88=91, Resulting Numbers: [7, 91]
Generated Node #3: [7, 91] from Operation: 3+88=9... | 4 |
[
84,
22,
67,
25
] | 95 | [
"25-22=3",
"84/3=28",
"67+28=95"
] | Current State: 95:[84, 22, 67, 25], Operations: []
Exploring Operation: 25-22=3, Resulting Numbers: [84, 67, 3]
Generated Node #2: [84, 67, 3] from Operation: 25-22=3
Current State: 95:[84, 67, 3], Operations: ['25-22=3']
Exploring Operation: 84/3=28, Resulting Numbers: [67, 28]
Generated Node #3: [67, 28] from Operati... | 4 |
[
49,
51,
20,
46
] | 52 | [
"51-49=2",
"46-20=26",
"2*26=52"
] | Current State: 52:[49, 51, 20, 46], Operations: []
Exploring Operation: 51-49=2, Resulting Numbers: [20, 46, 2]
Generated Node #2: [20, 46, 2] from Operation: 51-49=2
Current State: 52:[20, 46, 2], Operations: ['51-49=2']
Exploring Operation: 46-20=26, Resulting Numbers: [2, 26]
Generated Node #3: [2, 26] from Operatio... | 4 |
[
25,
75,
11,
75
] | 67 | [
"75/25=3",
"75-11=64",
"3+64=67"
] | Current State: 67:[25, 75, 11, 75], Operations: []
Exploring Operation: 75/25=3, Resulting Numbers: [11, 3]
Generated Node #2: [11, 3] from Operation: 75/25=3
Current State: 67:[11, 3], Operations: ['75/25=3']
Exploring Operation: 75-11=64, Resulting Numbers: [3, 64]
Generated Node #3: [3, 64] from Operation: 75-11=64
... | 4 |
[
62,
15,
66,
43
] | 59 | [
"62+43=105",
"105/15=7",
"66-7=59"
] | Current State: 59:[62, 15, 66, 43], Operations: []
Exploring Operation: 62+43=105, Resulting Numbers: [15, 66, 105]
Generated Node #2: [15, 66, 105] from Operation: 62+43=105
Current State: 59:[15, 66, 105], Operations: ['62+43=105']
Exploring Operation: 105/15=7, Resulting Numbers: [66, 7]
Generated Node #3: [66, 7] f... | 4 |
[
3,
45,
9,
57
] | 42 | [
"3*45=135",
"135/9=15",
"57-15=42"
] | Current State: 42:[3, 45, 9, 57], Operations: []
Exploring Operation: 3*45=135, Resulting Numbers: [9, 57, 135]
Generated Node #2: [9, 57, 135] from Operation: 3*45=135
Current State: 42:[9, 57, 135], Operations: ['3*45=135']
Exploring Operation: 135/9=15, Resulting Numbers: [57, 15]
Generated Node #3: [57, 15] from Op... | 4 |
[
90,
51,
93,
74
] | 57 | [
"93-90=3",
"51/3=17",
"74-17=57"
] | Current State: 57:[90, 51, 93, 74], Operations: []
Exploring Operation: 93-90=3, Resulting Numbers: [51, 74, 3]
Generated Node #2: [51, 74, 3] from Operation: 93-90=3
Current State: 57:[51, 74, 3], Operations: ['93-90=3']
Exploring Operation: 51/3=17, Resulting Numbers: [74, 17]
Generated Node #3: [74, 17] from Operati... | 4 |
[
84,
94,
83,
2
] | 48 | [
"84-83=1",
"94/2=47",
"1+47=48"
] | Current State: 48:[84, 94, 83, 2], Operations: []
Exploring Operation: 84-83=1, Resulting Numbers: [94, 2, 1]
Generated Node #2: [94, 2, 1] from Operation: 84-83=1
Current State: 48:[94, 2, 1], Operations: ['84-83=1']
Exploring Operation: 94/2=47, Resulting Numbers: [1, 47]
Generated Node #3: [1, 47] from Operation: 94... | 4 |
[
35,
96,
57,
58
] | 19 | [
"96-35=61",
"61-58=3",
"57/3=19"
] | Current State: 19:[35, 96, 57, 58], Operations: []
Exploring Operation: 96-35=61, Resulting Numbers: [57, 58, 61]
Generated Node #2: [57, 58, 61] from Operation: 96-35=61
Current State: 19:[57, 58, 61], Operations: ['96-35=61']
Exploring Operation: 61-58=3, Resulting Numbers: [57, 3]
Generated Node #3: [57, 3] from Ope... | 4 |
[
29,
54,
60,
42
] | 33 | [
"29*60=1740",
"42+1740=1782",
"1782/54=33"
] | Current State: 33:[29, 54, 60, 42], Operations: []
Exploring Operation: 29*60=1740, Resulting Numbers: [54, 42, 1740]
Generated Node #2: [54, 42, 1740] from Operation: 29*60=1740
Current State: 33:[54, 42, 1740], Operations: ['29*60=1740']
Exploring Operation: 42+1740=1782, Resulting Numbers: [54, 1782]
Generated Node ... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.