nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
63,
21,
25,
84
] | 71 | [
"63*25=1575",
"1575-84=1491",
"1491/21=71"
] | Current State: 71:[63, 21, 25, 84], Operations: []
Exploring Operation: 63*25=1575, Resulting Numbers: [21, 84, 1575]
Generated Node #2: [21, 84, 1575] from Operation: 63*25=1575
Current State: 71:[21, 84, 1575], Operations: ['63*25=1575']
Exploring Operation: 1575-84=1491, Resulting Numbers: [21, 1491]
Generated Node ... | 4 |
[
15,
8,
9,
7
] | 41 | [
"15-9=6",
"8*6=48",
"48-7=41"
] | Current State: 41:[15, 8, 9, 7], Operations: []
Exploring Operation: 15-9=6, Resulting Numbers: [8, 7, 6]
Generated Node #2: [8, 7, 6] from Operation: 15-9=6
Current State: 41:[8, 7, 6], Operations: ['15-9=6']
Exploring Operation: 8*6=48, Resulting Numbers: [7, 48]
Generated Node #3: [7, 48] from Operation: 8*6=48
Curr... | 4 |
[
80,
10,
49,
87
] | 66 | [
"80-10=70",
"49+87=136",
"136-70=66"
] | Current State: 66:[80, 10, 49, 87], Operations: []
Exploring Operation: 80-10=70, Resulting Numbers: [49, 87, 70]
Generated Node #2: [49, 87, 70] from Operation: 80-10=70
Current State: 66:[49, 87, 70], Operations: ['80-10=70']
Exploring Operation: 49+87=136, Resulting Numbers: [70, 136]
Generated Node #3: [70, 136] fr... | 4 |
[
70,
68,
40,
67
] | 13 | [
"70-68=2",
"40*2=80",
"80-67=13"
] | Current State: 13:[70, 68, 40, 67], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [40, 67, 2]
Generated Node #2: [40, 67, 2] from Operation: 70-68=2
Current State: 13:[40, 67, 2], Operations: ['70-68=2']
Exploring Operation: 40*2=80, Resulting Numbers: [67, 80]
Generated Node #3: [67, 80] from Operati... | 4 |
[
4,
38,
11,
57
] | 21 | [
"38-11=27",
"57+27=84",
"84/4=21"
] | Current State: 21:[4, 38, 11, 57], Operations: []
Exploring Operation: 38-11=27, Resulting Numbers: [4, 57, 27]
Generated Node #2: [4, 57, 27] from Operation: 38-11=27
Current State: 21:[4, 57, 27], Operations: ['38-11=27']
Exploring Operation: 57+27=84, Resulting Numbers: [4, 84]
Generated Node #3: [4, 84] from Operat... | 4 |
[
13,
29,
2,
5
] | 55 | [
"29+5=34",
"2*34=68",
"68-13=55"
] | Current State: 55:[13, 29, 2, 5], Operations: []
Exploring Operation: 29+5=34, Resulting Numbers: [13, 2, 34]
Generated Node #2: [13, 2, 34] from Operation: 29+5=34
Current State: 55:[13, 2, 34], Operations: ['29+5=34']
Exploring Operation: 2*34=68, Resulting Numbers: [13, 68]
Generated Node #3: [13, 68] from Operation... | 4 |
[
28,
81,
97,
81
] | 28 | [
"81-81=0",
"97*0=0",
"28+0=28"
] | Current State: 28:[28, 81, 97, 81], Operations: []
Exploring Operation: 81-81=0, Resulting Numbers: [28, 97, 0]
Generated Node #2: [28, 97, 0] from Operation: 81-81=0
Current State: 28:[28, 97, 0], Operations: ['81-81=0']
Exploring Operation: 97*0=0, Resulting Numbers: [28, 0]
Generated Node #3: [28, 0] from Operation:... | 4 |
[
13,
81,
28,
5
] | 44 | [
"13*5=65",
"81+28=109",
"109-65=44"
] | Current State: 44:[13, 81, 28, 5], Operations: []
Exploring Operation: 13*5=65, Resulting Numbers: [81, 28, 65]
Generated Node #2: [81, 28, 65] from Operation: 13*5=65
Current State: 44:[81, 28, 65], Operations: ['13*5=65']
Exploring Operation: 81+28=109, Resulting Numbers: [65, 109]
Generated Node #3: [65, 109] from O... | 4 |
[
2,
17,
30,
52
] | 27 | [
"52-30=22",
"2*22=44",
"44-17=27"
] | Current State: 27:[2, 17, 30, 52], Operations: []
Exploring Operation: 52-30=22, Resulting Numbers: [2, 17, 22]
Generated Node #2: [2, 17, 22] from Operation: 52-30=22
Current State: 27:[2, 17, 22], Operations: ['52-30=22']
Exploring Operation: 2*22=44, Resulting Numbers: [17, 44]
Generated Node #3: [17, 44] from Opera... | 4 |
[
61,
57,
58,
46
] | 33 | [
"61-58=3",
"57-46=11",
"3*11=33"
] | Current State: 33:[61, 57, 58, 46], Operations: []
Exploring Operation: 61-58=3, Resulting Numbers: [57, 46, 3]
Generated Node #2: [57, 46, 3] from Operation: 61-58=3
Current State: 33:[57, 46, 3], Operations: ['61-58=3']
Exploring Operation: 57-46=11, Resulting Numbers: [3, 11]
Generated Node #3: [3, 11] from Operatio... | 4 |
[
58,
77,
84,
61
] | 17 | [
"58+61=119",
"84-77=7",
"119/7=17"
] | Current State: 17:[58, 77, 84, 61], Operations: []
Exploring Operation: 58+61=119, Resulting Numbers: [77, 84, 119]
Generated Node #2: [77, 84, 119] from Operation: 58+61=119
Current State: 17:[77, 84, 119], Operations: ['58+61=119']
Exploring Operation: 84-77=7, Resulting Numbers: [119, 7]
Generated Node #3: [119, 7] ... | 4 |
[
20,
39,
4,
60
] | 64 | [
"60-39=21",
"4*21=84",
"84-20=64"
] | Current State: 64:[20, 39, 4, 60], Operations: []
Exploring Operation: 60-39=21, Resulting Numbers: [20, 4, 21]
Generated Node #2: [20, 4, 21] from Operation: 60-39=21
Current State: 64:[20, 4, 21], Operations: ['60-39=21']
Exploring Operation: 4*21=84, Resulting Numbers: [20, 84]
Generated Node #3: [20, 84] from Opera... | 4 |
[
45,
43,
66,
15
] | 36 | [
"45-43=2",
"15*2=30",
"66-30=36"
] | Current State: 36:[45, 43, 66, 15], Operations: []
Exploring Operation: 45-43=2, Resulting Numbers: [66, 15, 2]
Generated Node #2: [66, 15, 2] from Operation: 45-43=2
Current State: 36:[66, 15, 2], Operations: ['45-43=2']
Exploring Operation: 15*2=30, Resulting Numbers: [66, 30]
Generated Node #3: [66, 30] from Operati... | 4 |
[
13,
70,
42,
17
] | 98 | [
"13+17=30",
"70*42=2940",
"2940/30=98"
] | Current State: 98:[13, 70, 42, 17], Operations: []
Exploring Operation: 13+17=30, Resulting Numbers: [70, 42, 30]
Generated Node #2: [70, 42, 30] from Operation: 13+17=30
Current State: 98:[70, 42, 30], Operations: ['13+17=30']
Exploring Operation: 70*42=2940, Resulting Numbers: [30, 2940]
Generated Node #3: [30, 2940]... | 4 |
[
92,
65,
97,
46
] | 81 | [
"92/46=2",
"65+97=162",
"162/2=81"
] | Current State: 81:[92, 65, 97, 46], Operations: []
Exploring Operation: 92/46=2, Resulting Numbers: [65, 97, 2]
Generated Node #2: [65, 97, 2] from Operation: 92/46=2
Current State: 81:[65, 97, 2], Operations: ['92/46=2']
Exploring Operation: 65+97=162, Resulting Numbers: [2, 162]
Generated Node #3: [2, 162] from Opera... | 4 |
[
47,
96,
85,
78
] | 42 | [
"96-47=49",
"85-78=7",
"49-7=42"
] | Current State: 42:[47, 96, 85, 78], Operations: []
Exploring Operation: 96-47=49, Resulting Numbers: [85, 78, 49]
Generated Node #2: [85, 78, 49] from Operation: 96-47=49
Current State: 42:[85, 78, 49], Operations: ['96-47=49']
Exploring Operation: 85-78=7, Resulting Numbers: [49, 7]
Generated Node #3: [49, 7] from Ope... | 4 |
[
56,
3,
38,
25
] | 23 | [
"56+38=94",
"94-25=69",
"69/3=23"
] | Current State: 23:[56, 3, 38, 25], Operations: []
Exploring Operation: 56+38=94, Resulting Numbers: [3, 25, 94]
Generated Node #2: [3, 25, 94] from Operation: 56+38=94
Current State: 23:[3, 25, 94], Operations: ['56+38=94']
Exploring Operation: 94-25=69, Resulting Numbers: [3, 69]
Generated Node #3: [3, 69] from Operat... | 4 |
[
83,
63,
68,
43
] | 91 | [
"83-63=20",
"68+43=111",
"111-20=91"
] | Current State: 91:[83, 63, 68, 43], Operations: []
Exploring Operation: 83-63=20, Resulting Numbers: [68, 43, 20]
Generated Node #2: [68, 43, 20] from Operation: 83-63=20
Current State: 91:[68, 43, 20], Operations: ['83-63=20']
Exploring Operation: 68+43=111, Resulting Numbers: [20, 111]
Generated Node #3: [20, 111] fr... | 4 |
[
11,
4,
64,
76
] | 34 | [
"64-11=53",
"76/4=19",
"53-19=34"
] | Current State: 34:[11, 4, 64, 76], Operations: []
Exploring Operation: 64-11=53, Resulting Numbers: [4, 76, 53]
Generated Node #2: [4, 76, 53] from Operation: 64-11=53
Current State: 34:[4, 76, 53], Operations: ['64-11=53']
Exploring Operation: 76/4=19, Resulting Numbers: [53, 19]
Generated Node #3: [53, 19] from Opera... | 4 |
[
97,
62,
14,
3
] | 81 | [
"62-14=48",
"48/3=16",
"97-16=81"
] | Current State: 81:[97, 62, 14, 3], Operations: []
Exploring Operation: 62-14=48, Resulting Numbers: [97, 3, 48]
Generated Node #2: [97, 3, 48] from Operation: 62-14=48
Current State: 81:[97, 3, 48], Operations: ['62-14=48']
Exploring Operation: 48/3=16, Resulting Numbers: [97, 16]
Generated Node #3: [97, 16] from Opera... | 4 |
[
39,
73,
28,
42
] | 51 | [
"73-39=34",
"42*34=1428",
"1428/28=51"
] | Current State: 51:[39, 73, 28, 42], Operations: []
Exploring Operation: 73-39=34, Resulting Numbers: [28, 42, 34]
Generated Node #2: [28, 42, 34] from Operation: 73-39=34
Current State: 51:[28, 42, 34], Operations: ['73-39=34']
Exploring Operation: 42*34=1428, Resulting Numbers: [28, 1428]
Generated Node #3: [28, 1428]... | 4 |
[
83,
38,
46,
14
] | 15 | [
"83-38=45",
"46+14=60",
"60-45=15"
] | Current State: 15:[83, 38, 46, 14], Operations: []
Exploring Operation: 83-38=45, Resulting Numbers: [46, 14, 45]
Generated Node #2: [46, 14, 45] from Operation: 83-38=45
Current State: 15:[46, 14, 45], Operations: ['83-38=45']
Exploring Operation: 46+14=60, Resulting Numbers: [45, 60]
Generated Node #3: [45, 60] from ... | 4 |
[
42,
21,
79,
76
] | 49 | [
"79-76=3",
"21/3=7",
"42+7=49"
] | Current State: 49:[42, 21, 79, 76], Operations: []
Exploring Operation: 79-76=3, Resulting Numbers: [42, 21, 3]
Generated Node #2: [42, 21, 3] from Operation: 79-76=3
Current State: 49:[42, 21, 3], Operations: ['79-76=3']
Exploring Operation: 21/3=7, Resulting Numbers: [42, 7]
Generated Node #3: [42, 7] from Operation:... | 4 |
[
43,
15,
30,
17
] | 26 | [
"43-30=13",
"17-15=2",
"13*2=26"
] | Current State: 26:[43, 15, 30, 17], Operations: []
Exploring Operation: 43-30=13, Resulting Numbers: [15, 17, 13]
Generated Node #2: [15, 17, 13] from Operation: 43-30=13
Current State: 26:[15, 17, 13], Operations: ['43-30=13']
Exploring Operation: 17-15=2, Resulting Numbers: [13, 2]
Generated Node #3: [13, 2] from Ope... | 4 |
[
35,
14,
29,
54
] | 24 | [
"35+14=49",
"54-29=25",
"49-25=24"
] | Current State: 24:[35, 14, 29, 54], Operations: []
Exploring Operation: 35+14=49, Resulting Numbers: [29, 54, 49]
Generated Node #2: [29, 54, 49] from Operation: 35+14=49
Current State: 24:[29, 54, 49], Operations: ['35+14=49']
Exploring Operation: 54-29=25, Resulting Numbers: [49, 25]
Generated Node #3: [49, 25] from ... | 4 |
[
49,
41,
8,
3
] | 16 | [
"49-41=8",
"8*3=24",
"24-8=16"
] | Current State: 16:[49, 41, 8, 3], Operations: []
Exploring Operation: 49-41=8, Resulting Numbers: [8, 3, 8]
Generated Node #2: [8, 3, 8] from Operation: 49-41=8
Current State: 16:[8, 3, 8], Operations: ['49-41=8']
Exploring Operation: 8*3=24, Resulting Numbers: [24]
24,16 equal: Goal Reached
Exploring Operation: 24-8=1... | 4 |
[
11,
91,
67,
7
] | 99 | [
"67-11=56",
"56/7=8",
"91+8=99"
] | Current State: 99:[11, 91, 67, 7], Operations: []
Exploring Operation: 67-11=56, Resulting Numbers: [91, 7, 56]
Generated Node #2: [91, 7, 56] from Operation: 67-11=56
Current State: 99:[91, 7, 56], Operations: ['67-11=56']
Exploring Operation: 56/7=8, Resulting Numbers: [91, 8]
Generated Node #3: [91, 8] from Operatio... | 4 |
[
1,
13,
63,
22
] | 72 | [
"1*13=13",
"63+22=85",
"85-13=72"
] | Current State: 72:[1, 13, 63, 22], Operations: []
Exploring Operation: 1*13=13, Resulting Numbers: [63, 22, 13]
Generated Node #2: [63, 22, 13] from Operation: 1*13=13
Current State: 72:[63, 22, 13], Operations: ['1*13=13']
Exploring Operation: 63+22=85, Resulting Numbers: [13, 85]
Generated Node #3: [13, 85] from Oper... | 4 |
[
44,
58,
52,
42
] | 46 | [
"44-42=2",
"52*2=104",
"104-58=46"
] | Current State: 46:[44, 58, 52, 42], Operations: []
Exploring Operation: 44-42=2, Resulting Numbers: [58, 52, 2]
Generated Node #2: [58, 52, 2] from Operation: 44-42=2
Current State: 46:[58, 52, 2], Operations: ['44-42=2']
Exploring Operation: 52*2=104, Resulting Numbers: [58, 104]
Generated Node #3: [58, 104] from Oper... | 4 |
[
59,
21,
5,
37
] | 89 | [
"59-37=22",
"5*22=110",
"110-21=89"
] | Current State: 89:[59, 21, 5, 37], Operations: []
Exploring Operation: 59-37=22, Resulting Numbers: [21, 5, 22]
Generated Node #2: [21, 5, 22] from Operation: 59-37=22
Current State: 89:[21, 5, 22], Operations: ['59-37=22']
Exploring Operation: 5*22=110, Resulting Numbers: [21, 110]
Generated Node #3: [21, 110] from Op... | 4 |
[
71,
22,
96,
98
] | 47 | [
"71-22=49",
"98-96=2",
"49-2=47"
] | Current State: 47:[71, 22, 96, 98], Operations: []
Exploring Operation: 71-22=49, Resulting Numbers: [96, 98, 49]
Generated Node #2: [96, 98, 49] from Operation: 71-22=49
Current State: 47:[96, 98, 49], Operations: ['71-22=49']
Exploring Operation: 98-96=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Ope... | 4 |
[
96,
99,
2,
86
] | 35 | [
"96/2=48",
"99-86=13",
"48-13=35"
] | Current State: 35:[96, 99, 2, 86], Operations: []
Exploring Operation: 96/2=48, Resulting Numbers: [99, 86, 48]
Generated Node #2: [99, 86, 48] from Operation: 96/2=48
Current State: 35:[99, 86, 48], Operations: ['96/2=48']
Exploring Operation: 99-86=13, Resulting Numbers: [48, 13]
Generated Node #3: [48, 13] from Oper... | 4 |
[
35,
15,
79,
31
] | 98 | [
"35+15=50",
"79-31=48",
"50+48=98"
] | Current State: 98:[35, 15, 79, 31], Operations: []
Exploring Operation: 35+15=50, Resulting Numbers: [79, 31, 50]
Generated Node #2: [79, 31, 50] from Operation: 35+15=50
Current State: 98:[79, 31, 50], Operations: ['35+15=50']
Exploring Operation: 79-31=48, Resulting Numbers: [50, 48]
Generated Node #3: [50, 48] from ... | 4 |
[
56,
78,
95,
88
] | 15 | [
"78-56=22",
"95-88=7",
"22-7=15"
] | Current State: 15:[56, 78, 95, 88], Operations: []
Exploring Operation: 78-56=22, Resulting Numbers: [95, 88, 22]
Generated Node #2: [95, 88, 22] from Operation: 78-56=22
Current State: 15:[95, 88, 22], Operations: ['78-56=22']
Exploring Operation: 95-88=7, Resulting Numbers: [22, 7]
Generated Node #3: [22, 7] from Ope... | 4 |
[
56,
9,
83,
98
] | 95 | [
"83-56=27",
"27/9=3",
"98-3=95"
] | Current State: 95:[56, 9, 83, 98], Operations: []
Exploring Operation: 83-56=27, Resulting Numbers: [9, 98, 27]
Generated Node #2: [9, 98, 27] from Operation: 83-56=27
Current State: 95:[9, 98, 27], Operations: ['83-56=27']
Exploring Operation: 27/9=3, Resulting Numbers: [98, 3]
Generated Node #3: [98, 3] from Operatio... | 4 |
[
19,
51,
52,
39
] | 87 | [
"51*52=2652",
"2652/39=68",
"19+68=87"
] | Current State: 87:[19, 51, 52, 39], Operations: []
Exploring Operation: 51*52=2652, Resulting Numbers: [19, 39, 2652]
Generated Node #2: [19, 39, 2652] from Operation: 51*52=2652
Current State: 87:[19, 39, 2652], Operations: ['51*52=2652']
Exploring Operation: 2652/39=68, Resulting Numbers: [19, 68]
Generated Node #3: ... | 4 |
[
38,
89,
97,
88
] | 60 | [
"89-38=51",
"97-88=9",
"51+9=60"
] | Current State: 60:[38, 89, 97, 88], Operations: []
Exploring Operation: 89-38=51, Resulting Numbers: [97, 88, 51]
Generated Node #2: [97, 88, 51] from Operation: 89-38=51
Current State: 60:[97, 88, 51], Operations: ['89-38=51']
Exploring Operation: 97-88=9, Resulting Numbers: [51, 9]
Generated Node #3: [51, 9] from Ope... | 4 |
[
59,
64,
76,
11
] | 92 | [
"64-59=5",
"76+11=87",
"5+87=92"
] | Current State: 92:[59, 64, 76, 11], Operations: []
Exploring Operation: 64-59=5, Resulting Numbers: [76, 11, 5]
Generated Node #2: [76, 11, 5] from Operation: 64-59=5
Current State: 92:[76, 11, 5], Operations: ['64-59=5']
Exploring Operation: 76+11=87, Resulting Numbers: [5, 87]
Generated Node #3: [5, 87] from Operatio... | 4 |
[
26,
52,
64,
5
] | 95 | [
"52-26=26",
"64+5=69",
"26+69=95"
] | Current State: 95:[26, 52, 64, 5], Operations: []
Exploring Operation: 52-26=26, Resulting Numbers: [64, 5, 26]
Generated Node #2: [64, 5, 26] from Operation: 52-26=26
Current State: 95:[64, 5, 26], Operations: ['52-26=26']
Exploring Operation: 64+5=69, Resulting Numbers: [26, 69]
Generated Node #3: [26, 69] from Opera... | 4 |
[
73,
67,
8,
2
] | 10 | [
"73-67=6",
"8*2=16",
"16-6=10"
] | Current State: 10:[73, 67, 8, 2], Operations: []
Exploring Operation: 73-67=6, Resulting Numbers: [8, 2, 6]
Generated Node #2: [8, 2, 6] from Operation: 73-67=6
Current State: 10:[8, 2, 6], Operations: ['73-67=6']
Exploring Operation: 8*2=16, Resulting Numbers: [6, 16]
Generated Node #3: [6, 16] from Operation: 8*2=16
... | 4 |
[
9,
54,
56,
31
] | 19 | [
"54/9=6",
"56-31=25",
"25-6=19"
] | Current State: 19:[9, 54, 56, 31], Operations: []
Exploring Operation: 54/9=6, Resulting Numbers: [56, 31, 6]
Generated Node #2: [56, 31, 6] from Operation: 54/9=6
Current State: 19:[56, 31, 6], Operations: ['54/9=6']
Exploring Operation: 56-31=25, Resulting Numbers: [6, 25]
Generated Node #3: [6, 25] from Operation: 5... | 4 |
[
86,
12,
10,
68
] | 12 | [
"86-10=76",
"68+76=144",
"144/12=12"
] | Current State: 12:[86, 12, 10, 68], Operations: []
Exploring Operation: 86-10=76, Resulting Numbers: [12, 68, 76]
Generated Node #2: [12, 68, 76] from Operation: 86-10=76
Current State: 12:[12, 68, 76], Operations: ['86-10=76']
Exploring Operation: 68+76=144, Resulting Numbers: [12, 144]
Generated Node #3: [12, 144] fr... | 4 |
[
33,
25,
15,
18
] | 41 | [
"33-25=8",
"15+18=33",
"8+33=41"
] | Current State: 41:[33, 25, 15, 18], Operations: []
Exploring Operation: 33-25=8, Resulting Numbers: [15, 18, 8]
Generated Node #2: [15, 18, 8] from Operation: 33-25=8
Current State: 41:[15, 18, 8], Operations: ['33-25=8']
Exploring Operation: 15+18=33, Resulting Numbers: [8, 33]
Generated Node #3: [8, 33] from Operatio... | 4 |
[
31,
72,
7,
41
] | 38 | [
"31-7=24",
"72/24=3",
"41-3=38"
] | Current State: 38:[31, 72, 7, 41], Operations: []
Exploring Operation: 31-7=24, Resulting Numbers: [72, 41, 24]
Generated Node #2: [72, 41, 24] from Operation: 31-7=24
Current State: 38:[72, 41, 24], Operations: ['31-7=24']
Exploring Operation: 72/24=3, Resulting Numbers: [41, 3]
Generated Node #3: [41, 3] from Operati... | 4 |
[
20,
52,
69,
65
] | 100 | [
"52*65=3380",
"3380/20=169",
"169-69=100"
] | Current State: 100:[20, 52, 69, 65], Operations: []
Exploring Operation: 52*65=3380, Resulting Numbers: [20, 69, 3380]
Generated Node #2: [20, 69, 3380] from Operation: 52*65=3380
Current State: 100:[20, 69, 3380], Operations: ['52*65=3380']
Exploring Operation: 3380/20=169, Resulting Numbers: [69, 169]
Generated Node ... | 4 |
[
42,
78,
96,
33
] | 32 | [
"78-42=36",
"36-33=3",
"96/3=32"
] | Current State: 32:[42, 78, 96, 33], Operations: []
Exploring Operation: 78-42=36, Resulting Numbers: [96, 33, 36]
Generated Node #2: [96, 33, 36] from Operation: 78-42=36
Current State: 32:[96, 33, 36], Operations: ['78-42=36']
Exploring Operation: 36-33=3, Resulting Numbers: [96, 3]
Generated Node #3: [96, 3] from Ope... | 4 |
[
49,
71,
28,
8
] | 42 | [
"71-49=22",
"28-8=20",
"22+20=42"
] | Current State: 42:[49, 71, 28, 8], Operations: []
Exploring Operation: 71-49=22, Resulting Numbers: [28, 8, 22]
Generated Node #2: [28, 8, 22] from Operation: 71-49=22
Current State: 42:[28, 8, 22], Operations: ['71-49=22']
Exploring Operation: 28-8=20, Resulting Numbers: [22, 20]
Generated Node #3: [22, 20] from Opera... | 4 |
[
55,
51,
78,
41
] | 69 | [
"55+51=106",
"78-41=37",
"106-37=69"
] | Current State: 69:[55, 51, 78, 41], Operations: []
Exploring Operation: 55+51=106, Resulting Numbers: [78, 41, 106]
Generated Node #2: [78, 41, 106] from Operation: 55+51=106
Current State: 69:[78, 41, 106], Operations: ['55+51=106']
Exploring Operation: 78-41=37, Resulting Numbers: [106, 37]
Generated Node #3: [106, 3... | 4 |
[
55,
4,
89,
20
] | 78 | [
"55*4=220",
"220/20=11",
"89-11=78"
] | Current State: 78:[55, 4, 89, 20], Operations: []
Exploring Operation: 55*4=220, Resulting Numbers: [89, 20, 220]
Generated Node #2: [89, 20, 220] from Operation: 55*4=220
Current State: 78:[89, 20, 220], Operations: ['55*4=220']
Exploring Operation: 220/20=11, Resulting Numbers: [89, 11]
Generated Node #3: [89, 11] fr... | 4 |
[
58,
9,
30,
41
] | 38 | [
"58-9=49",
"41-30=11",
"49-11=38"
] | Current State: 38:[58, 9, 30, 41], Operations: []
Exploring Operation: 58-9=49, Resulting Numbers: [30, 41, 49]
Generated Node #2: [30, 41, 49] from Operation: 58-9=49
Current State: 38:[30, 41, 49], Operations: ['58-9=49']
Exploring Operation: 41-30=11, Resulting Numbers: [49, 11]
Generated Node #3: [49, 11] from Oper... | 4 |
[
62,
36,
5,
70
] | 76 | [
"70-62=8",
"5*8=40",
"36+40=76"
] | Current State: 76:[62, 36, 5, 70], Operations: []
Exploring Operation: 70-62=8, Resulting Numbers: [36, 5, 8]
Generated Node #2: [36, 5, 8] from Operation: 70-62=8
Current State: 76:[36, 5, 8], Operations: ['70-62=8']
Exploring Operation: 5*8=40, Resulting Numbers: [36, 40]
Generated Node #3: [36, 40] from Operation: 5... | 4 |
[
46,
69,
41,
17
] | 87 | [
"41+17=58",
"69*58=4002",
"4002/46=87"
] | Current State: 87:[46, 69, 41, 17], Operations: []
Exploring Operation: 41+17=58, Resulting Numbers: [46, 69, 58]
Generated Node #2: [46, 69, 58] from Operation: 41+17=58
Current State: 87:[46, 69, 58], Operations: ['41+17=58']
Exploring Operation: 69*58=4002, Resulting Numbers: [46, 4002]
Generated Node #3: [46, 4002]... | 4 |
[
31,
36,
29,
78
] | 54 | [
"36-31=5",
"78-29=49",
"5+49=54"
] | Current State: 54:[31, 36, 29, 78], Operations: []
Exploring Operation: 36-31=5, Resulting Numbers: [29, 78, 5]
Generated Node #2: [29, 78, 5] from Operation: 36-31=5
Current State: 54:[29, 78, 5], Operations: ['36-31=5']
Exploring Operation: 78-29=49, Resulting Numbers: [5, 49]
Generated Node #3: [5, 49] from Operatio... | 4 |
[
23,
23,
62,
64
] | 62 | [
"23-23=0",
"64*0=0",
"62+0=62"
] | Current State: 62:[23, 23, 62, 64], Operations: []
Exploring Operation: 23-23=0, Resulting Numbers: [62, 64, 0]
Generated Node #2: [62, 64, 0] from Operation: 23-23=0
Current State: 62:[62, 64, 0], Operations: ['23-23=0']
Exploring Operation: 64*0=0, Resulting Numbers: [62, 0]
Generated Node #3: [62, 0] from Operation:... | 4 |
[
43,
66,
63,
19
] | 100 | [
"66-63=3",
"19*3=57",
"43+57=100"
] | Current State: 100:[43, 66, 63, 19], Operations: []
Exploring Operation: 66-63=3, Resulting Numbers: [43, 19, 3]
Generated Node #2: [43, 19, 3] from Operation: 66-63=3
Current State: 100:[43, 19, 3], Operations: ['66-63=3']
Exploring Operation: 19*3=57, Resulting Numbers: [43, 57]
Generated Node #3: [43, 57] from Opera... | 4 |
[
3,
17,
75,
55
] | 99 | [
"17+55=72",
"72/3=24",
"75+24=99"
] | Current State: 99:[3, 17, 75, 55], Operations: []
Exploring Operation: 17+55=72, Resulting Numbers: [3, 75, 72]
Generated Node #2: [3, 75, 72] from Operation: 17+55=72
Current State: 99:[3, 75, 72], Operations: ['17+55=72']
Exploring Operation: 72/3=24, Resulting Numbers: [75, 24]
Generated Node #3: [75, 24] from Opera... | 4 |
[
66,
41,
81,
52
] | 54 | [
"66-41=25",
"81-52=29",
"25+29=54"
] | Current State: 54:[66, 41, 81, 52], Operations: []
Exploring Operation: 66-41=25, Resulting Numbers: [81, 52, 25]
Generated Node #2: [81, 52, 25] from Operation: 66-41=25
Current State: 54:[81, 52, 25], Operations: ['66-41=25']
Exploring Operation: 81-52=29, Resulting Numbers: [25, 29]
Generated Node #3: [25, 29] from ... | 4 |
[
83,
85,
88,
83
] | 39 | [
"85-83=2",
"88/2=44",
"83-44=39"
] | Current State: 39:[83, 85, 88, 83], Operations: []
Exploring Operation: 85-83=2, Resulting Numbers: [88, 2]
Generated Node #2: [88, 2] from Operation: 85-83=2
Current State: 39:[88, 2], Operations: ['85-83=2']
Exploring Operation: 88/2=44, Resulting Numbers: [44]
44,39 equal: Goal Reached
Exploring Operation: 83-44=39,... | 4 |
[
67,
6,
71,
44
] | 22 | [
"67+6=73",
"73-71=2",
"44/2=22"
] | Current State: 22:[67, 6, 71, 44], Operations: []
Exploring Operation: 67+6=73, Resulting Numbers: [71, 44, 73]
Generated Node #2: [71, 44, 73] from Operation: 67+6=73
Current State: 22:[71, 44, 73], Operations: ['67+6=73']
Exploring Operation: 73-71=2, Resulting Numbers: [44, 2]
Generated Node #3: [44, 2] from Operati... | 4 |
[
15,
88,
90,
18
] | 31 | [
"15+88=103",
"90-18=72",
"103-72=31"
] | Current State: 31:[15, 88, 90, 18], Operations: []
Exploring Operation: 15+88=103, Resulting Numbers: [90, 18, 103]
Generated Node #2: [90, 18, 103] from Operation: 15+88=103
Current State: 31:[90, 18, 103], Operations: ['15+88=103']
Exploring Operation: 90-18=72, Resulting Numbers: [103, 72]
Generated Node #3: [103, 7... | 4 |
[
4,
9,
8,
71
] | 92 | [
"4+9=13",
"8+71=79",
"13+79=92"
] | Current State: 92:[4, 9, 8, 71], Operations: []
Exploring Operation: 4+9=13, Resulting Numbers: [8, 71, 13]
Generated Node #2: [8, 71, 13] from Operation: 4+9=13
Current State: 92:[8, 71, 13], Operations: ['4+9=13']
Exploring Operation: 8+71=79, Resulting Numbers: [13, 79]
Generated Node #3: [13, 79] from Operation: 8+... | 4 |
[
73,
44,
82,
1
] | 54 | [
"73-44=29",
"82+1=83",
"83-29=54"
] | Current State: 54:[73, 44, 82, 1], Operations: []
Exploring Operation: 73-44=29, Resulting Numbers: [82, 1, 29]
Generated Node #2: [82, 1, 29] from Operation: 73-44=29
Current State: 54:[82, 1, 29], Operations: ['73-44=29']
Exploring Operation: 82+1=83, Resulting Numbers: [29, 83]
Generated Node #3: [29, 83] from Opera... | 4 |
[
64,
80,
28,
23
] | 84 | [
"64+28=92",
"92/23=4",
"80+4=84"
] | Current State: 84:[64, 80, 28, 23], Operations: []
Exploring Operation: 64+28=92, Resulting Numbers: [80, 23, 92]
Generated Node #2: [80, 23, 92] from Operation: 64+28=92
Current State: 84:[80, 23, 92], Operations: ['64+28=92']
Exploring Operation: 92/23=4, Resulting Numbers: [80, 4]
Generated Node #3: [80, 4] from Ope... | 4 |
[
58,
3,
24,
51
] | 15 | [
"58-51=7",
"24/3=8",
"7+8=15"
] | Current State: 15:[58, 3, 24, 51], Operations: []
Exploring Operation: 58-51=7, Resulting Numbers: [3, 24, 7]
Generated Node #2: [3, 24, 7] from Operation: 58-51=7
Current State: 15:[3, 24, 7], Operations: ['58-51=7']
Exploring Operation: 24/3=8, Resulting Numbers: [7, 8]
Generated Node #3: [7, 8] from Operation: 24/3=... | 4 |
[
52,
9,
8,
70
] | 92 | [
"52*9=468",
"8*70=560",
"560-468=92"
] | Current State: 92:[52, 9, 8, 70], Operations: []
Exploring Operation: 52*9=468, Resulting Numbers: [8, 70, 468]
Generated Node #2: [8, 70, 468] from Operation: 52*9=468
Current State: 92:[8, 70, 468], Operations: ['52*9=468']
Exploring Operation: 8*70=560, Resulting Numbers: [468, 560]
Generated Node #3: [468, 560] fro... | 4 |
[
13,
87,
3,
59
] | 51 | [
"59-13=46",
"3*46=138",
"138-87=51"
] | Current State: 51:[13, 87, 3, 59], Operations: []
Exploring Operation: 59-13=46, Resulting Numbers: [87, 3, 46]
Generated Node #2: [87, 3, 46] from Operation: 59-13=46
Current State: 51:[87, 3, 46], Operations: ['59-13=46']
Exploring Operation: 3*46=138, Resulting Numbers: [87, 138]
Generated Node #3: [87, 138] from Op... | 4 |
[
76,
6,
84,
83
] | 21 | [
"83-76=7",
"84/6=14",
"7+14=21"
] | Current State: 21:[76, 6, 84, 83], Operations: []
Exploring Operation: 83-76=7, Resulting Numbers: [6, 84, 7]
Generated Node #2: [6, 84, 7] from Operation: 83-76=7
Current State: 21:[6, 84, 7], Operations: ['83-76=7']
Exploring Operation: 84/6=14, Resulting Numbers: [7, 14]
Generated Node #3: [7, 14] from Operation: 84... | 4 |
[
37,
37,
34,
16
] | 85 | [
"37-34=3",
"16*3=48",
"37+48=85"
] | Current State: 85:[37, 37, 34, 16], Operations: []
Exploring Operation: 37-34=3, Resulting Numbers: [16, 3]
Generated Node #2: [16, 3] from Operation: 37-34=3
Current State: 85:[16, 3], Operations: ['37-34=3']
Exploring Operation: 16*3=48, Resulting Numbers: [48]
48,85 equal: Goal Reached
Exploring Operation: 37+48=85,... | 4 |
[
3,
41,
40,
19
] | 48 | [
"40-19=21",
"21/3=7",
"41+7=48"
] | Current State: 48:[3, 41, 40, 19], Operations: []
Exploring Operation: 40-19=21, Resulting Numbers: [3, 41, 21]
Generated Node #2: [3, 41, 21] from Operation: 40-19=21
Current State: 48:[3, 41, 21], Operations: ['40-19=21']
Exploring Operation: 21/3=7, Resulting Numbers: [41, 7]
Generated Node #3: [41, 7] from Operatio... | 4 |
[
4,
90,
48,
84
] | 57 | [
"48+84=132",
"132/4=33",
"90-33=57"
] | Current State: 57:[4, 90, 48, 84], Operations: []
Exploring Operation: 48+84=132, Resulting Numbers: [4, 90, 132]
Generated Node #2: [4, 90, 132] from Operation: 48+84=132
Current State: 57:[4, 90, 132], Operations: ['48+84=132']
Exploring Operation: 132/4=33, Resulting Numbers: [90, 33]
Generated Node #3: [90, 33] fro... | 4 |
[
8,
15,
86,
11
] | 88 | [
"15-11=4",
"8/4=2",
"86+2=88"
] | Current State: 88:[8, 15, 86, 11], Operations: []
Exploring Operation: 15-11=4, Resulting Numbers: [8, 86, 4]
Generated Node #2: [8, 86, 4] from Operation: 15-11=4
Current State: 88:[8, 86, 4], Operations: ['15-11=4']
Exploring Operation: 8/4=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Operation: 8/4=... | 4 |
[
20,
3,
67,
24
] | 25 | [
"67-20=47",
"3*24=72",
"72-47=25"
] | Current State: 25:[20, 3, 67, 24], Operations: []
Exploring Operation: 67-20=47, Resulting Numbers: [3, 24, 47]
Generated Node #2: [3, 24, 47] from Operation: 67-20=47
Current State: 25:[3, 24, 47], Operations: ['67-20=47']
Exploring Operation: 3*24=72, Resulting Numbers: [47, 72]
Generated Node #3: [47, 72] from Opera... | 4 |
[
58,
38,
96,
92
] | 24 | [
"58+38=96",
"96-92=4",
"96/4=24"
] | Current State: 24:[58, 38, 96, 92], Operations: []
Exploring Operation: 58+38=96, Resulting Numbers: [96, 92, 96]
Generated Node #2: [96, 92, 96] from Operation: 58+38=96
Current State: 24:[96, 92, 96], Operations: ['58+38=96']
Exploring Operation: 96-92=4, Resulting Numbers: [4]
4,24 equal: Goal Reached
Exploring Oper... | 4 |
[
2,
33,
90,
97
] | 87 | [
"2+97=99",
"99/33=3",
"90-3=87"
] | Current State: 87:[2, 33, 90, 97], Operations: []
Exploring Operation: 2+97=99, Resulting Numbers: [33, 90, 99]
Generated Node #2: [33, 90, 99] from Operation: 2+97=99
Current State: 87:[33, 90, 99], Operations: ['2+97=99']
Exploring Operation: 99/33=3, Resulting Numbers: [90, 3]
Generated Node #3: [90, 3] from Operati... | 4 |
[
75,
38,
6,
50
] | 73 | [
"50-38=12",
"12/6=2",
"75-2=73"
] | Current State: 73:[75, 38, 6, 50], Operations: []
Exploring Operation: 50-38=12, Resulting Numbers: [75, 6, 12]
Generated Node #2: [75, 6, 12] from Operation: 50-38=12
Current State: 73:[75, 6, 12], Operations: ['50-38=12']
Exploring Operation: 12/6=2, Resulting Numbers: [75, 2]
Generated Node #3: [75, 2] from Operatio... | 4 |
[
65,
52,
5,
7
] | 91 | [
"7-5=2",
"52/2=26",
"65+26=91"
] | Current State: 91:[65, 52, 5, 7], Operations: []
Exploring Operation: 7-5=2, Resulting Numbers: [65, 52, 2]
Generated Node #2: [65, 52, 2] from Operation: 7-5=2
Current State: 91:[65, 52, 2], Operations: ['7-5=2']
Exploring Operation: 52/2=26, Resulting Numbers: [65, 26]
Generated Node #3: [65, 26] from Operation: 52/2... | 4 |
[
44,
16,
74,
51
] | 65 | [
"44+16=60",
"74+51=125",
"125-60=65"
] | Current State: 65:[44, 16, 74, 51], Operations: []
Exploring Operation: 44+16=60, Resulting Numbers: [74, 51, 60]
Generated Node #2: [74, 51, 60] from Operation: 44+16=60
Current State: 65:[74, 51, 60], Operations: ['44+16=60']
Exploring Operation: 74+51=125, Resulting Numbers: [60, 125]
Generated Node #3: [60, 125] fr... | 4 |
[
25,
64,
5,
12
] | 49 | [
"25*5=125",
"64+12=76",
"125-76=49"
] | Current State: 49:[25, 64, 5, 12], Operations: []
Exploring Operation: 25*5=125, Resulting Numbers: [64, 12, 125]
Generated Node #2: [64, 12, 125] from Operation: 25*5=125
Current State: 49:[64, 12, 125], Operations: ['25*5=125']
Exploring Operation: 64+12=76, Resulting Numbers: [125, 76]
Generated Node #3: [125, 76] f... | 4 |
[
34,
59,
49,
23
] | 75 | [
"34*49=1666",
"59+1666=1725",
"1725/23=75"
] | Current State: 75:[34, 59, 49, 23], Operations: []
Exploring Operation: 34*49=1666, Resulting Numbers: [59, 23, 1666]
Generated Node #2: [59, 23, 1666] from Operation: 34*49=1666
Current State: 75:[59, 23, 1666], Operations: ['34*49=1666']
Exploring Operation: 59+1666=1725, Resulting Numbers: [23, 1725]
Generated Node ... | 4 |
[
35,
36,
31,
30
] | 37 | [
"36-31=5",
"35/5=7",
"30+7=37"
] | Current State: 37:[35, 36, 31, 30], Operations: []
Exploring Operation: 36-31=5, Resulting Numbers: [35, 30, 5]
Generated Node #2: [35, 30, 5] from Operation: 36-31=5
Current State: 37:[35, 30, 5], Operations: ['36-31=5']
Exploring Operation: 35/5=7, Resulting Numbers: [30, 7]
Generated Node #3: [30, 7] from Operation:... | 4 |
[
30,
7,
2,
28
] | 67 | [
"30+7=37",
"2+28=30",
"37+30=67"
] | Current State: 67:[30, 7, 2, 28], Operations: []
Exploring Operation: 30+7=37, Resulting Numbers: [2, 28, 37]
Generated Node #2: [2, 28, 37] from Operation: 30+7=37
Current State: 67:[2, 28, 37], Operations: ['30+7=37']
Exploring Operation: 2+28=30, Resulting Numbers: [37, 30]
Generated Node #3: [37, 30] from Operation... | 4 |
[
85,
26,
36,
25
] | 48 | [
"85-26=59",
"36-25=11",
"59-11=48"
] | Current State: 48:[85, 26, 36, 25], Operations: []
Exploring Operation: 85-26=59, Resulting Numbers: [36, 25, 59]
Generated Node #2: [36, 25, 59] from Operation: 85-26=59
Current State: 48:[36, 25, 59], Operations: ['85-26=59']
Exploring Operation: 36-25=11, Resulting Numbers: [59, 11]
Generated Node #3: [59, 11] from ... | 4 |
[
70,
78,
51,
68
] | 90 | [
"70-68=2",
"78/2=39",
"51+39=90"
] | Current State: 90:[70, 78, 51, 68], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [78, 51, 2]
Generated Node #2: [78, 51, 2] from Operation: 70-68=2
Current State: 90:[78, 51, 2], Operations: ['70-68=2']
Exploring Operation: 78/2=39, Resulting Numbers: [51, 39]
Generated Node #3: [51, 39] from Operati... | 4 |
[
65,
11,
1,
23
] | 98 | [
"65+11=76",
"23-1=22",
"76+22=98"
] | Current State: 98:[65, 11, 1, 23], Operations: []
Exploring Operation: 65+11=76, Resulting Numbers: [1, 23, 76]
Generated Node #2: [1, 23, 76] from Operation: 65+11=76
Current State: 98:[1, 23, 76], Operations: ['65+11=76']
Exploring Operation: 23-1=22, Resulting Numbers: [76, 22]
Generated Node #3: [76, 22] from Opera... | 4 |
[
69,
26,
29,
41
] | 64 | [
"29-26=3",
"69/3=23",
"41+23=64"
] | Current State: 64:[69, 26, 29, 41], Operations: []
Exploring Operation: 29-26=3, Resulting Numbers: [69, 41, 3]
Generated Node #2: [69, 41, 3] from Operation: 29-26=3
Current State: 64:[69, 41, 3], Operations: ['29-26=3']
Exploring Operation: 69/3=23, Resulting Numbers: [41, 23]
Generated Node #3: [41, 23] from Operati... | 4 |
[
17,
9,
37,
35
] | 25 | [
"37+35=72",
"72/9=8",
"17+8=25"
] | Current State: 25:[17, 9, 37, 35], Operations: []
Exploring Operation: 37+35=72, Resulting Numbers: [17, 9, 72]
Generated Node #2: [17, 9, 72] from Operation: 37+35=72
Current State: 25:[17, 9, 72], Operations: ['37+35=72']
Exploring Operation: 72/9=8, Resulting Numbers: [17, 8]
Generated Node #3: [17, 8] from Operatio... | 4 |
[
26,
39,
33,
4
] | 11 | [
"33-26=7",
"4*7=28",
"39-28=11"
] | Current State: 11:[26, 39, 33, 4], Operations: []
Exploring Operation: 33-26=7, Resulting Numbers: [39, 4, 7]
Generated Node #2: [39, 4, 7] from Operation: 33-26=7
Current State: 11:[39, 4, 7], Operations: ['33-26=7']
Exploring Operation: 4*7=28, Resulting Numbers: [39, 28]
Generated Node #3: [39, 28] from Operation: 4... | 4 |
[
10,
64,
60,
75
] | 66 | [
"60/10=6",
"75-64=11",
"6*11=66"
] | Current State: 66:[10, 64, 60, 75], Operations: []
Exploring Operation: 60/10=6, Resulting Numbers: [64, 75, 6]
Generated Node #2: [64, 75, 6] from Operation: 60/10=6
Current State: 66:[64, 75, 6], Operations: ['60/10=6']
Exploring Operation: 75-64=11, Resulting Numbers: [6, 11]
Generated Node #3: [6, 11] from Operatio... | 4 |
[
67,
55,
21,
20
] | 13 | [
"67-55=12",
"21-20=1",
"12+1=13"
] | Current State: 13:[67, 55, 21, 20], Operations: []
Exploring Operation: 67-55=12, Resulting Numbers: [21, 20, 12]
Generated Node #2: [21, 20, 12] from Operation: 67-55=12
Current State: 13:[21, 20, 12], Operations: ['67-55=12']
Exploring Operation: 21-20=1, Resulting Numbers: [12, 1]
Generated Node #3: [12, 1] from Ope... | 4 |
[
50,
27,
62,
23
] | 63 | [
"50-27=23",
"23/23=1",
"62+1=63"
] | Current State: 63:[50, 27, 62, 23], Operations: []
Exploring Operation: 50-27=23, Resulting Numbers: [62, 23, 23]
Generated Node #2: [62, 23, 23] from Operation: 50-27=23
Current State: 63:[62, 23, 23], Operations: ['50-27=23']
Exploring Operation: 23/23=1, Resulting Numbers: [62, 1]
Generated Node #3: [62, 1] from Ope... | 4 |
[
73,
40,
2,
23
] | 83 | [
"73*2=146",
"40+23=63",
"146-63=83"
] | Current State: 83:[73, 40, 2, 23], Operations: []
Exploring Operation: 73*2=146, Resulting Numbers: [40, 23, 146]
Generated Node #2: [40, 23, 146] from Operation: 73*2=146
Current State: 83:[40, 23, 146], Operations: ['73*2=146']
Exploring Operation: 40+23=63, Resulting Numbers: [146, 63]
Generated Node #3: [146, 63] f... | 4 |
[
60,
86,
42,
14
] | 66 | [
"60*14=840",
"840/42=20",
"86-20=66"
] | Current State: 66:[60, 86, 42, 14], Operations: []
Exploring Operation: 60*14=840, Resulting Numbers: [86, 42, 840]
Generated Node #2: [86, 42, 840] from Operation: 60*14=840
Current State: 66:[86, 42, 840], Operations: ['60*14=840']
Exploring Operation: 840/42=20, Resulting Numbers: [86, 20]
Generated Node #3: [86, 20... | 4 |
[
61,
63,
51,
60
] | 54 | [
"60-51=9",
"63/9=7",
"61-7=54"
] | Current State: 54:[61, 63, 51, 60], Operations: []
Exploring Operation: 60-51=9, Resulting Numbers: [61, 63, 9]
Generated Node #2: [61, 63, 9] from Operation: 60-51=9
Current State: 54:[61, 63, 9], Operations: ['60-51=9']
Exploring Operation: 63/9=7, Resulting Numbers: [61, 7]
Generated Node #3: [61, 7] from Operation:... | 4 |
[
5,
38,
37,
94
] | 59 | [
"5*38=190",
"37+94=131",
"190-131=59"
] | Current State: 59:[5, 38, 37, 94], Operations: []
Exploring Operation: 5*38=190, Resulting Numbers: [37, 94, 190]
Generated Node #2: [37, 94, 190] from Operation: 5*38=190
Current State: 59:[37, 94, 190], Operations: ['5*38=190']
Exploring Operation: 37+94=131, Resulting Numbers: [190, 131]
Generated Node #3: [190, 131... | 4 |
[
71,
10,
76,
60
] | 89 | [
"76-60=16",
"10*16=160",
"160-71=89"
] | Current State: 89:[71, 10, 76, 60], Operations: []
Exploring Operation: 76-60=16, Resulting Numbers: [71, 10, 16]
Generated Node #2: [71, 10, 16] from Operation: 76-60=16
Current State: 89:[71, 10, 16], Operations: ['76-60=16']
Exploring Operation: 10*16=160, Resulting Numbers: [71, 160]
Generated Node #3: [71, 160] fr... | 4 |
[
5,
4,
8,
89
] | 82 | [
"5-4=1",
"89-8=81",
"1+81=82"
] | Current State: 82:[5, 4, 8, 89], Operations: []
Exploring Operation: 5-4=1, Resulting Numbers: [8, 89, 1]
Generated Node #2: [8, 89, 1] from Operation: 5-4=1
Current State: 82:[8, 89, 1], Operations: ['5-4=1']
Exploring Operation: 89-8=81, Resulting Numbers: [1, 81]
Generated Node #3: [1, 81] from Operation: 89-8=81
Cu... | 4 |
[
8,
86,
42,
11
] | 41 | [
"8+86=94",
"42+11=53",
"94-53=41"
] | Current State: 41:[8, 86, 42, 11], Operations: []
Exploring Operation: 8+86=94, Resulting Numbers: [42, 11, 94]
Generated Node #2: [42, 11, 94] from Operation: 8+86=94
Current State: 41:[42, 11, 94], Operations: ['8+86=94']
Exploring Operation: 42+11=53, Resulting Numbers: [94, 53]
Generated Node #3: [94, 53] from Oper... | 4 |
[
32,
74,
24,
16
] | 82 | [
"74-32=42",
"24+16=40",
"42+40=82"
] | Current State: 82:[32, 74, 24, 16], Operations: []
Exploring Operation: 74-32=42, Resulting Numbers: [24, 16, 42]
Generated Node #2: [24, 16, 42] from Operation: 74-32=42
Current State: 82:[24, 16, 42], Operations: ['74-32=42']
Exploring Operation: 24+16=40, Resulting Numbers: [42, 40]
Generated Node #3: [42, 40] from ... | 4 |
[
33,
64,
98,
76
] | 76 | [
"33+64=97",
"98-97=1",
"76*1=76"
] | Current State: 76:[33, 64, 98, 76], Operations: []
Exploring Operation: 33+64=97, Resulting Numbers: [98, 76, 97]
Generated Node #2: [98, 76, 97] from Operation: 33+64=97
Current State: 76:[98, 76, 97], Operations: ['33+64=97']
Exploring Operation: 98-97=1, Resulting Numbers: [76, 1]
Generated Node #3: [76, 1] from Ope... | 4 |
[
81,
99,
55,
63
] | 80 | [
"81+63=144",
"55*144=7920",
"7920/99=80"
] | Current State: 80:[81, 99, 55, 63], Operations: []
Exploring Operation: 81+63=144, Resulting Numbers: [99, 55, 144]
Generated Node #2: [99, 55, 144] from Operation: 81+63=144
Current State: 80:[99, 55, 144], Operations: ['81+63=144']
Exploring Operation: 55*144=7920, Resulting Numbers: [99, 7920]
Generated Node #3: [99... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.