nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
98,
11,
74,
87
] | 73 | [
"98-11=87",
"87/87=1",
"74-1=73"
] | Current State: 73:[98, 11, 74, 87], Operations: []
Exploring Operation: 98-11=87, Resulting Numbers: [74, 87, 87]
Generated Node #2: [74, 87, 87] from Operation: 98-11=87
Current State: 73:[74, 87, 87], Operations: ['98-11=87']
Exploring Operation: 87/87=1, Resulting Numbers: [74, 1]
Generated Node #3: [74, 1] from Ope... | 4 |
[
64,
96,
6,
70
] | 99 | [
"96*70=6720",
"6720/64=105",
"105-6=99"
] | Current State: 99:[64, 96, 6, 70], Operations: []
Exploring Operation: 96*70=6720, Resulting Numbers: [64, 6, 6720]
Generated Node #2: [64, 6, 6720] from Operation: 96*70=6720
Current State: 99:[64, 6, 6720], Operations: ['96*70=6720']
Exploring Operation: 6720/64=105, Resulting Numbers: [6, 105]
Generated Node #3: [6,... | 4 |
[
30,
31,
15,
93
] | 78 | [
"31-30=1",
"93-15=78",
"1*78=78"
] | Current State: 78:[30, 31, 15, 93], Operations: []
Exploring Operation: 31-30=1, Resulting Numbers: [15, 93, 1]
Generated Node #2: [15, 93, 1] from Operation: 31-30=1
Current State: 78:[15, 93, 1], Operations: ['31-30=1']
Exploring Operation: 93-15=78, Resulting Numbers: [1, 78]
Generated Node #3: [1, 78] from Operatio... | 4 |
[
32,
80,
2,
5
] | 55 | [
"80-32=48",
"2+5=7",
"48+7=55"
] | Current State: 55:[32, 80, 2, 5], Operations: []
Exploring Operation: 80-32=48, Resulting Numbers: [2, 5, 48]
Generated Node #2: [2, 5, 48] from Operation: 80-32=48
Current State: 55:[2, 5, 48], Operations: ['80-32=48']
Exploring Operation: 2+5=7, Resulting Numbers: [48, 7]
Generated Node #3: [48, 7] from Operation: 2+... | 4 |
[
34,
76,
41,
6
] | 63 | [
"34+76=110",
"41+6=47",
"110-47=63"
] | Current State: 63:[34, 76, 41, 6], Operations: []
Exploring Operation: 34+76=110, Resulting Numbers: [41, 6, 110]
Generated Node #2: [41, 6, 110] from Operation: 34+76=110
Current State: 63:[41, 6, 110], Operations: ['34+76=110']
Exploring Operation: 41+6=47, Resulting Numbers: [110, 47]
Generated Node #3: [110, 47] fr... | 4 |
[
14,
7,
95,
32
] | 79 | [
"14/7=2",
"32/2=16",
"95-16=79"
] | Current State: 79:[14, 7, 95, 32], Operations: []
Exploring Operation: 14/7=2, Resulting Numbers: [95, 32, 2]
Generated Node #2: [95, 32, 2] from Operation: 14/7=2
Current State: 79:[95, 32, 2], Operations: ['14/7=2']
Exploring Operation: 32/2=16, Resulting Numbers: [95, 16]
Generated Node #3: [95, 16] from Operation: ... | 4 |
[
3,
48,
45,
81
] | 34 | [
"81-48=33",
"33/3=11",
"45-11=34"
] | Current State: 34:[3, 48, 45, 81], Operations: []
Exploring Operation: 81-48=33, Resulting Numbers: [3, 45, 33]
Generated Node #2: [3, 45, 33] from Operation: 81-48=33
Current State: 34:[3, 45, 33], Operations: ['81-48=33']
Exploring Operation: 33/3=11, Resulting Numbers: [45, 11]
Generated Node #3: [45, 11] from Opera... | 4 |
[
57,
15,
85,
8
] | 94 | [
"57+15=72",
"72/8=9",
"85+9=94"
] | Current State: 94:[57, 15, 85, 8], Operations: []
Exploring Operation: 57+15=72, Resulting Numbers: [85, 8, 72]
Generated Node #2: [85, 8, 72] from Operation: 57+15=72
Current State: 94:[85, 8, 72], Operations: ['57+15=72']
Exploring Operation: 72/8=9, Resulting Numbers: [85, 9]
Generated Node #3: [85, 9] from Operatio... | 4 |
[
39,
7,
59,
14
] | 100 | [
"39+59=98",
"14/7=2",
"98+2=100"
] | Current State: 100:[39, 7, 59, 14], Operations: []
Exploring Operation: 39+59=98, Resulting Numbers: [7, 14, 98]
Generated Node #2: [7, 14, 98] from Operation: 39+59=98
Current State: 100:[7, 14, 98], Operations: ['39+59=98']
Exploring Operation: 14/7=2, Resulting Numbers: [98, 2]
Generated Node #3: [98, 2] from Operat... | 4 |
[
13,
57,
42,
58
] | 29 | [
"57-13=44",
"44-42=2",
"58/2=29"
] | Current State: 29:[13, 57, 42, 58], Operations: []
Exploring Operation: 57-13=44, Resulting Numbers: [42, 58, 44]
Generated Node #2: [42, 58, 44] from Operation: 57-13=44
Current State: 29:[42, 58, 44], Operations: ['57-13=44']
Exploring Operation: 44-42=2, Resulting Numbers: [58, 2]
Generated Node #3: [58, 2] from Ope... | 4 |
[
69,
59,
15,
9
] | 56 | [
"69*15=1035",
"1035/9=115",
"115-59=56"
] | Current State: 56:[69, 59, 15, 9], Operations: []
Exploring Operation: 69*15=1035, Resulting Numbers: [59, 9, 1035]
Generated Node #2: [59, 9, 1035] from Operation: 69*15=1035
Current State: 56:[59, 9, 1035], Operations: ['69*15=1035']
Exploring Operation: 1035/9=115, Resulting Numbers: [59, 115]
Generated Node #3: [59... | 4 |
[
90,
94,
75,
12
] | 72 | [
"94-90=4",
"12/4=3",
"75-3=72"
] | Current State: 72:[90, 94, 75, 12], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [75, 12, 4]
Generated Node #2: [75, 12, 4] from Operation: 94-90=4
Current State: 72:[75, 12, 4], Operations: ['94-90=4']
Exploring Operation: 12/4=3, Resulting Numbers: [75, 3]
Generated Node #3: [75, 3] from Operation:... | 4 |
[
45,
78,
84,
30
] | 50 | [
"84-78=6",
"30/6=5",
"45+5=50"
] | Current State: 50:[45, 78, 84, 30], Operations: []
Exploring Operation: 84-78=6, Resulting Numbers: [45, 30, 6]
Generated Node #2: [45, 30, 6] from Operation: 84-78=6
Current State: 50:[45, 30, 6], Operations: ['84-78=6']
Exploring Operation: 30/6=5, Resulting Numbers: [45, 5]
Generated Node #3: [45, 5] from Operation:... | 4 |
[
2,
28,
41,
18
] | 73 | [
"28/2=14",
"41+18=59",
"14+59=73"
] | Current State: 73:[2, 28, 41, 18], Operations: []
Exploring Operation: 28/2=14, Resulting Numbers: [41, 18, 14]
Generated Node #2: [41, 18, 14] from Operation: 28/2=14
Current State: 73:[41, 18, 14], Operations: ['28/2=14']
Exploring Operation: 41+18=59, Resulting Numbers: [14, 59]
Generated Node #3: [14, 59] from Oper... | 4 |
[
36,
72,
63,
49
] | 84 | [
"36+72=108",
"49*108=5292",
"5292/63=84"
] | Current State: 84:[36, 72, 63, 49], Operations: []
Exploring Operation: 36+72=108, Resulting Numbers: [63, 49, 108]
Generated Node #2: [63, 49, 108] from Operation: 36+72=108
Current State: 84:[63, 49, 108], Operations: ['36+72=108']
Exploring Operation: 49*108=5292, Resulting Numbers: [63, 5292]
Generated Node #3: [63... | 4 |
[
4,
98,
57,
71
] | 88 | [
"4+98=102",
"71-57=14",
"102-14=88"
] | Current State: 88:[4, 98, 57, 71], Operations: []
Exploring Operation: 4+98=102, Resulting Numbers: [57, 71, 102]
Generated Node #2: [57, 71, 102] from Operation: 4+98=102
Current State: 88:[57, 71, 102], Operations: ['4+98=102']
Exploring Operation: 71-57=14, Resulting Numbers: [102, 14]
Generated Node #3: [102, 14] f... | 4 |
[
76,
57,
93,
4
] | 90 | [
"76/4=19",
"57/19=3",
"93-3=90"
] | Current State: 90:[76, 57, 93, 4], Operations: []
Exploring Operation: 76/4=19, Resulting Numbers: [57, 93, 19]
Generated Node #2: [57, 93, 19] from Operation: 76/4=19
Current State: 90:[57, 93, 19], Operations: ['76/4=19']
Exploring Operation: 57/19=3, Resulting Numbers: [93, 3]
Generated Node #3: [93, 3] from Operati... | 4 |
[
99,
39,
12,
20
] | 28 | [
"99-39=60",
"12+20=32",
"60-32=28"
] | Current State: 28:[99, 39, 12, 20], Operations: []
Exploring Operation: 99-39=60, Resulting Numbers: [12, 20, 60]
Generated Node #2: [12, 20, 60] from Operation: 99-39=60
Current State: 28:[12, 20, 60], Operations: ['99-39=60']
Exploring Operation: 12+20=32, Resulting Numbers: [60, 32]
Generated Node #3: [60, 32] from ... | 4 |
[
51,
55,
45,
85
] | 20 | [
"45*85=3825",
"3825/51=75",
"75-55=20"
] | Current State: 20:[51, 55, 45, 85], Operations: []
Exploring Operation: 45*85=3825, Resulting Numbers: [51, 55, 3825]
Generated Node #2: [51, 55, 3825] from Operation: 45*85=3825
Current State: 20:[51, 55, 3825], Operations: ['45*85=3825']
Exploring Operation: 3825/51=75, Resulting Numbers: [55, 75]
Generated Node #3: ... | 4 |
[
6,
12,
2,
13
] | 60 | [
"6+2=8",
"13-8=5",
"12*5=60"
] | Current State: 60:[6, 12, 2, 13], Operations: []
Exploring Operation: 6+2=8, Resulting Numbers: [12, 13, 8]
Generated Node #2: [12, 13, 8] from Operation: 6+2=8
Current State: 60:[12, 13, 8], Operations: ['6+2=8']
Exploring Operation: 13-8=5, Resulting Numbers: [12, 5]
Generated Node #3: [12, 5] from Operation: 13-8=5
... | 4 |
[
2,
78,
76,
51
] | 47 | [
"2+78=80",
"76+51=127",
"127-80=47"
] | Current State: 47:[2, 78, 76, 51], Operations: []
Exploring Operation: 2+78=80, Resulting Numbers: [76, 51, 80]
Generated Node #2: [76, 51, 80] from Operation: 2+78=80
Current State: 47:[76, 51, 80], Operations: ['2+78=80']
Exploring Operation: 76+51=127, Resulting Numbers: [80, 127]
Generated Node #3: [80, 127] from O... | 4 |
[
4,
62,
58,
48
] | 47 | [
"62-4=58",
"58/58=1",
"48-1=47"
] | Current State: 47:[4, 62, 58, 48], Operations: []
Exploring Operation: 62-4=58, Resulting Numbers: [58, 48, 58]
Generated Node #2: [58, 48, 58] from Operation: 62-4=58
Current State: 47:[58, 48, 58], Operations: ['62-4=58']
Exploring Operation: 58/58=1, Resulting Numbers: [48, 1]
Generated Node #3: [48, 1] from Operati... | 4 |
[
85,
3,
10,
70
] | 64 | [
"3*70=210",
"210/10=21",
"85-21=64"
] | Current State: 64:[85, 3, 10, 70], Operations: []
Exploring Operation: 3*70=210, Resulting Numbers: [85, 10, 210]
Generated Node #2: [85, 10, 210] from Operation: 3*70=210
Current State: 64:[85, 10, 210], Operations: ['3*70=210']
Exploring Operation: 210/10=21, Resulting Numbers: [85, 21]
Generated Node #3: [85, 21] fr... | 4 |
[
80,
31,
36,
4
] | 33 | [
"80+31=111",
"36*4=144",
"144-111=33"
] | Current State: 33:[80, 31, 36, 4], Operations: []
Exploring Operation: 80+31=111, Resulting Numbers: [36, 4, 111]
Generated Node #2: [36, 4, 111] from Operation: 80+31=111
Current State: 33:[36, 4, 111], Operations: ['80+31=111']
Exploring Operation: 36*4=144, Resulting Numbers: [111, 144]
Generated Node #3: [111, 144]... | 4 |
[
63,
84,
21,
38
] | 100 | [
"63-38=25",
"84/21=4",
"25*4=100"
] | Current State: 100:[63, 84, 21, 38], Operations: []
Exploring Operation: 63-38=25, Resulting Numbers: [84, 21, 25]
Generated Node #2: [84, 21, 25] from Operation: 63-38=25
Current State: 100:[84, 21, 25], Operations: ['63-38=25']
Exploring Operation: 84/21=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] from O... | 4 |
[
37,
9,
21,
74
] | 25 | [
"37-9=28",
"74-21=53",
"53-28=25"
] | Current State: 25:[37, 9, 21, 74], Operations: []
Exploring Operation: 37-9=28, Resulting Numbers: [21, 74, 28]
Generated Node #2: [21, 74, 28] from Operation: 37-9=28
Current State: 25:[21, 74, 28], Operations: ['37-9=28']
Exploring Operation: 74-21=53, Resulting Numbers: [28, 53]
Generated Node #3: [28, 53] from Oper... | 4 |
[
14,
50,
10,
84
] | 14 | [
"14*50=700",
"700/10=70",
"84-70=14"
] | Current State: 14:[14, 50, 10, 84], Operations: []
Exploring Operation: 14*50=700, Resulting Numbers: [10, 84, 700]
Generated Node #2: [10, 84, 700] from Operation: 14*50=700
Current State: 14:[10, 84, 700], Operations: ['14*50=700']
Exploring Operation: 700/10=70, Resulting Numbers: [84, 70]
Generated Node #3: [84, 70... | 4 |
[
60,
55,
48,
77
] | 24 | [
"60-55=5",
"77-48=29",
"29-5=24"
] | Current State: 24:[60, 55, 48, 77], Operations: []
Exploring Operation: 60-55=5, Resulting Numbers: [48, 77, 5]
Generated Node #2: [48, 77, 5] from Operation: 60-55=5
Current State: 24:[48, 77, 5], Operations: ['60-55=5']
Exploring Operation: 77-48=29, Resulting Numbers: [5, 29]
Generated Node #3: [5, 29] from Operatio... | 4 |
[
29,
12,
26,
6
] | 49 | [
"29-12=17",
"26+6=32",
"17+32=49"
] | Current State: 49:[29, 12, 26, 6], Operations: []
Exploring Operation: 29-12=17, Resulting Numbers: [26, 6, 17]
Generated Node #2: [26, 6, 17] from Operation: 29-12=17
Current State: 49:[26, 6, 17], Operations: ['29-12=17']
Exploring Operation: 26+6=32, Resulting Numbers: [17, 32]
Generated Node #3: [17, 32] from Opera... | 4 |
[
34,
53,
42,
70
] | 40 | [
"70-53=17",
"34/17=2",
"42-2=40"
] | Current State: 40:[34, 53, 42, 70], Operations: []
Exploring Operation: 70-53=17, Resulting Numbers: [34, 42, 17]
Generated Node #2: [34, 42, 17] from Operation: 70-53=17
Current State: 40:[34, 42, 17], Operations: ['70-53=17']
Exploring Operation: 34/17=2, Resulting Numbers: [42, 2]
Generated Node #3: [42, 2] from Ope... | 4 |
[
9,
23,
42,
37
] | 47 | [
"9+23=32",
"42+37=79",
"79-32=47"
] | Current State: 47:[9, 23, 42, 37], Operations: []
Exploring Operation: 9+23=32, Resulting Numbers: [42, 37, 32]
Generated Node #2: [42, 37, 32] from Operation: 9+23=32
Current State: 47:[42, 37, 32], Operations: ['9+23=32']
Exploring Operation: 42+37=79, Resulting Numbers: [32, 79]
Generated Node #3: [32, 79] from Oper... | 4 |
[
88,
30,
54,
20
] | 84 | [
"88+30=118",
"54-20=34",
"118-34=84"
] | Current State: 84:[88, 30, 54, 20], Operations: []
Exploring Operation: 88+30=118, Resulting Numbers: [54, 20, 118]
Generated Node #2: [54, 20, 118] from Operation: 88+30=118
Current State: 84:[54, 20, 118], Operations: ['88+30=118']
Exploring Operation: 54-20=34, Resulting Numbers: [118, 34]
Generated Node #3: [118, 3... | 4 |
[
7,
99,
9,
2
] | 36 | [
"99/9=11",
"7+11=18",
"2*18=36"
] | Current State: 36:[7, 99, 9, 2], Operations: []
Exploring Operation: 99/9=11, Resulting Numbers: [7, 2, 11]
Generated Node #2: [7, 2, 11] from Operation: 99/9=11
Current State: 36:[7, 2, 11], Operations: ['99/9=11']
Exploring Operation: 7+11=18, Resulting Numbers: [2, 18]
Generated Node #3: [2, 18] from Operation: 7+11... | 4 |
[
55,
46,
74,
65
] | 38 | [
"55+46=101",
"74+65=139",
"139-101=38"
] | Current State: 38:[55, 46, 74, 65], Operations: []
Exploring Operation: 55+46=101, Resulting Numbers: [74, 65, 101]
Generated Node #2: [74, 65, 101] from Operation: 55+46=101
Current State: 38:[74, 65, 101], Operations: ['55+46=101']
Exploring Operation: 74+65=139, Resulting Numbers: [101, 139]
Generated Node #3: [101,... | 4 |
[
47,
92,
98,
49
] | 94 | [
"92-47=45",
"98-49=49",
"45+49=94"
] | Current State: 94:[47, 92, 98, 49], Operations: []
Exploring Operation: 92-47=45, Resulting Numbers: [98, 49, 45]
Generated Node #2: [98, 49, 45] from Operation: 92-47=45
Current State: 94:[98, 49, 45], Operations: ['92-47=45']
Exploring Operation: 98-49=49, Resulting Numbers: [45, 49]
Generated Node #3: [45, 49] from ... | 4 |
[
16,
84,
87,
78
] | 10 | [
"87-84=3",
"78/3=26",
"26-16=10"
] | Current State: 10:[16, 84, 87, 78], Operations: []
Exploring Operation: 87-84=3, Resulting Numbers: [16, 78, 3]
Generated Node #2: [16, 78, 3] from Operation: 87-84=3
Current State: 10:[16, 78, 3], Operations: ['87-84=3']
Exploring Operation: 78/3=26, Resulting Numbers: [16, 26]
Generated Node #3: [16, 26] from Operati... | 4 |
[
40,
21,
7,
96
] | 53 | [
"96-40=56",
"21/7=3",
"56-3=53"
] | Current State: 53:[40, 21, 7, 96], Operations: []
Exploring Operation: 96-40=56, Resulting Numbers: [21, 7, 56]
Generated Node #2: [21, 7, 56] from Operation: 96-40=56
Current State: 53:[21, 7, 56], Operations: ['96-40=56']
Exploring Operation: 21/7=3, Resulting Numbers: [56, 3]
Generated Node #3: [56, 3] from Operatio... | 4 |
[
36,
45,
9,
60
] | 18 | [
"36*45=1620",
"1620/60=27",
"27-9=18"
] | Current State: 18:[36, 45, 9, 60], Operations: []
Exploring Operation: 36*45=1620, Resulting Numbers: [9, 60, 1620]
Generated Node #2: [9, 60, 1620] from Operation: 36*45=1620
Current State: 18:[9, 60, 1620], Operations: ['36*45=1620']
Exploring Operation: 1620/60=27, Resulting Numbers: [9, 27]
Generated Node #3: [9, 2... | 4 |
[
21,
6,
17,
43
] | 53 | [
"21+6=27",
"43-17=26",
"27+26=53"
] | Current State: 53:[21, 6, 17, 43], Operations: []
Exploring Operation: 21+6=27, Resulting Numbers: [17, 43, 27]
Generated Node #2: [17, 43, 27] from Operation: 21+6=27
Current State: 53:[17, 43, 27], Operations: ['21+6=27']
Exploring Operation: 43-17=26, Resulting Numbers: [27, 26]
Generated Node #3: [27, 26] from Oper... | 4 |
[
36,
53,
45,
79
] | 51 | [
"53-36=17",
"79-45=34",
"17+34=51"
] | Current State: 51:[36, 53, 45, 79], Operations: []
Exploring Operation: 53-36=17, Resulting Numbers: [45, 79, 17]
Generated Node #2: [45, 79, 17] from Operation: 53-36=17
Current State: 51:[45, 79, 17], Operations: ['53-36=17']
Exploring Operation: 79-45=34, Resulting Numbers: [17, 34]
Generated Node #3: [17, 34] from ... | 4 |
[
50,
65,
2,
43
] | 71 | [
"65-50=15",
"2*43=86",
"86-15=71"
] | Current State: 71:[50, 65, 2, 43], Operations: []
Exploring Operation: 65-50=15, Resulting Numbers: [2, 43, 15]
Generated Node #2: [2, 43, 15] from Operation: 65-50=15
Current State: 71:[2, 43, 15], Operations: ['65-50=15']
Exploring Operation: 2*43=86, Resulting Numbers: [15, 86]
Generated Node #3: [15, 86] from Opera... | 4 |
[
2,
82,
89,
58
] | 20 | [
"89-58=31",
"2*31=62",
"82-62=20"
] | Current State: 20:[2, 82, 89, 58], Operations: []
Exploring Operation: 89-58=31, Resulting Numbers: [2, 82, 31]
Generated Node #2: [2, 82, 31] from Operation: 89-58=31
Current State: 20:[2, 82, 31], Operations: ['89-58=31']
Exploring Operation: 2*31=62, Resulting Numbers: [82, 62]
Generated Node #3: [82, 62] from Opera... | 4 |
[
63,
53,
71,
3
] | 78 | [
"63-53=10",
"71-3=68",
"10+68=78"
] | Current State: 78:[63, 53, 71, 3], Operations: []
Exploring Operation: 63-53=10, Resulting Numbers: [71, 3, 10]
Generated Node #2: [71, 3, 10] from Operation: 63-53=10
Current State: 78:[71, 3, 10], Operations: ['63-53=10']
Exploring Operation: 71-3=68, Resulting Numbers: [10, 68]
Generated Node #3: [10, 68] from Opera... | 4 |
[
73,
10,
4,
31
] | 48 | [
"73+10=83",
"4+31=35",
"83-35=48"
] | Current State: 48:[73, 10, 4, 31], Operations: []
Exploring Operation: 73+10=83, Resulting Numbers: [4, 31, 83]
Generated Node #2: [4, 31, 83] from Operation: 73+10=83
Current State: 48:[4, 31, 83], Operations: ['73+10=83']
Exploring Operation: 4+31=35, Resulting Numbers: [83, 35]
Generated Node #3: [83, 35] from Opera... | 4 |
[
4,
53,
6,
20
] | 71 | [
"4+53=57",
"20-6=14",
"57+14=71"
] | Current State: 71:[4, 53, 6, 20], Operations: []
Exploring Operation: 4+53=57, Resulting Numbers: [6, 20, 57]
Generated Node #2: [6, 20, 57] from Operation: 4+53=57
Current State: 71:[6, 20, 57], Operations: ['4+53=57']
Exploring Operation: 20-6=14, Resulting Numbers: [57, 14]
Generated Node #3: [57, 14] from Operation... | 4 |
[
2,
7,
74,
62
] | 10 | [
"74-7=67",
"67-62=5",
"2*5=10"
] | Current State: 10:[2, 7, 74, 62], Operations: []
Exploring Operation: 74-7=67, Resulting Numbers: [2, 62, 67]
Generated Node #2: [2, 62, 67] from Operation: 74-7=67
Current State: 10:[2, 62, 67], Operations: ['74-7=67']
Exploring Operation: 67-62=5, Resulting Numbers: [2, 5]
Generated Node #3: [2, 5] from Operation: 67... | 4 |
[
55,
75,
14,
91
] | 53 | [
"55+75=130",
"91-14=77",
"130-77=53"
] | Current State: 53:[55, 75, 14, 91], Operations: []
Exploring Operation: 55+75=130, Resulting Numbers: [14, 91, 130]
Generated Node #2: [14, 91, 130] from Operation: 55+75=130
Current State: 53:[14, 91, 130], Operations: ['55+75=130']
Exploring Operation: 91-14=77, Resulting Numbers: [130, 77]
Generated Node #3: [130, 7... | 4 |
[
92,
91,
94,
11
] | 100 | [
"92+91=183",
"94-11=83",
"183-83=100"
] | Current State: 100:[92, 91, 94, 11], Operations: []
Exploring Operation: 92+91=183, Resulting Numbers: [94, 11, 183]
Generated Node #2: [94, 11, 183] from Operation: 92+91=183
Current State: 100:[94, 11, 183], Operations: ['92+91=183']
Exploring Operation: 94-11=83, Resulting Numbers: [183, 83]
Generated Node #3: [183,... | 4 |
[
66,
37,
88,
38
] | 53 | [
"66+37=103",
"88-38=50",
"103-50=53"
] | Current State: 53:[66, 37, 88, 38], Operations: []
Exploring Operation: 66+37=103, Resulting Numbers: [88, 38, 103]
Generated Node #2: [88, 38, 103] from Operation: 66+37=103
Current State: 53:[88, 38, 103], Operations: ['66+37=103']
Exploring Operation: 88-38=50, Resulting Numbers: [103, 50]
Generated Node #3: [103, 5... | 4 |
[
6,
24,
12,
52
] | 28 | [
"6*52=312",
"24+312=336",
"336/12=28"
] | Current State: 28:[6, 24, 12, 52], Operations: []
Exploring Operation: 6*52=312, Resulting Numbers: [24, 12, 312]
Generated Node #2: [24, 12, 312] from Operation: 6*52=312
Current State: 28:[24, 12, 312], Operations: ['6*52=312']
Exploring Operation: 24+312=336, Resulting Numbers: [12, 336]
Generated Node #3: [12, 336]... | 4 |
[
37,
5,
39,
72
] | 79 | [
"37-5=32",
"39+72=111",
"111-32=79"
] | Current State: 79:[37, 5, 39, 72], Operations: []
Exploring Operation: 37-5=32, Resulting Numbers: [39, 72, 32]
Generated Node #2: [39, 72, 32] from Operation: 37-5=32
Current State: 79:[39, 72, 32], Operations: ['37-5=32']
Exploring Operation: 39+72=111, Resulting Numbers: [32, 111]
Generated Node #3: [32, 111] from O... | 4 |
[
27,
38,
41,
19
] | 71 | [
"38-27=11",
"41+19=60",
"11+60=71"
] | Current State: 71:[27, 38, 41, 19], Operations: []
Exploring Operation: 38-27=11, Resulting Numbers: [41, 19, 11]
Generated Node #2: [41, 19, 11] from Operation: 38-27=11
Current State: 71:[41, 19, 11], Operations: ['38-27=11']
Exploring Operation: 41+19=60, Resulting Numbers: [11, 60]
Generated Node #3: [11, 60] from ... | 4 |
[
44,
26,
12,
53
] | 59 | [
"44-26=18",
"53-12=41",
"18+41=59"
] | Current State: 59:[44, 26, 12, 53], Operations: []
Exploring Operation: 44-26=18, Resulting Numbers: [12, 53, 18]
Generated Node #2: [12, 53, 18] from Operation: 44-26=18
Current State: 59:[12, 53, 18], Operations: ['44-26=18']
Exploring Operation: 53-12=41, Resulting Numbers: [18, 41]
Generated Node #3: [18, 41] from ... | 4 |
[
81,
75,
8,
52
] | 11 | [
"81+75=156",
"156/52=3",
"8+3=11"
] | Current State: 11:[81, 75, 8, 52], Operations: []
Exploring Operation: 81+75=156, Resulting Numbers: [8, 52, 156]
Generated Node #2: [8, 52, 156] from Operation: 81+75=156
Current State: 11:[8, 52, 156], Operations: ['81+75=156']
Exploring Operation: 156/52=3, Resulting Numbers: [8, 3]
Generated Node #3: [8, 3] from Op... | 4 |
[
19,
36,
58,
49
] | 64 | [
"19+36=55",
"58-49=9",
"55+9=64"
] | Current State: 64:[19, 36, 58, 49], Operations: []
Exploring Operation: 19+36=55, Resulting Numbers: [58, 49, 55]
Generated Node #2: [58, 49, 55] from Operation: 19+36=55
Current State: 64:[58, 49, 55], Operations: ['19+36=55']
Exploring Operation: 58-49=9, Resulting Numbers: [55, 9]
Generated Node #3: [55, 9] from Ope... | 4 |
[
87,
18,
40,
52
] | 81 | [
"87-18=69",
"52-40=12",
"69+12=81"
] | Current State: 81:[87, 18, 40, 52], Operations: []
Exploring Operation: 87-18=69, Resulting Numbers: [40, 52, 69]
Generated Node #2: [40, 52, 69] from Operation: 87-18=69
Current State: 81:[40, 52, 69], Operations: ['87-18=69']
Exploring Operation: 52-40=12, Resulting Numbers: [69, 12]
Generated Node #3: [69, 12] from ... | 4 |
[
20,
88,
32,
9
] | 64 | [
"20*88=1760",
"1760/32=55",
"9+55=64"
] | Current State: 64:[20, 88, 32, 9], Operations: []
Exploring Operation: 20*88=1760, Resulting Numbers: [32, 9, 1760]
Generated Node #2: [32, 9, 1760] from Operation: 20*88=1760
Current State: 64:[32, 9, 1760], Operations: ['20*88=1760']
Exploring Operation: 1760/32=55, Resulting Numbers: [9, 55]
Generated Node #3: [9, 5... | 4 |
[
5,
81,
88,
27
] | 31 | [
"5+88=93",
"81/27=3",
"93/3=31"
] | Current State: 31:[5, 81, 88, 27], Operations: []
Exploring Operation: 5+88=93, Resulting Numbers: [81, 27, 93]
Generated Node #2: [81, 27, 93] from Operation: 5+88=93
Current State: 31:[81, 27, 93], Operations: ['5+88=93']
Exploring Operation: 81/27=3, Resulting Numbers: [93, 3]
Generated Node #3: [93, 3] from Operati... | 4 |
[
63,
81,
45,
40
] | 30 | [
"63+45=108",
"81*40=3240",
"3240/108=30"
] | Current State: 30:[63, 81, 45, 40], Operations: []
Exploring Operation: 63+45=108, Resulting Numbers: [81, 40, 108]
Generated Node #2: [81, 40, 108] from Operation: 63+45=108
Current State: 30:[81, 40, 108], Operations: ['63+45=108']
Exploring Operation: 81*40=3240, Resulting Numbers: [108, 3240]
Generated Node #3: [10... | 4 |
[
27,
59,
93,
19
] | 35 | [
"59+93=152",
"152/19=8",
"27+8=35"
] | Current State: 35:[27, 59, 93, 19], Operations: []
Exploring Operation: 59+93=152, Resulting Numbers: [27, 19, 152]
Generated Node #2: [27, 19, 152] from Operation: 59+93=152
Current State: 35:[27, 19, 152], Operations: ['59+93=152']
Exploring Operation: 152/19=8, Resulting Numbers: [27, 8]
Generated Node #3: [27, 8] f... | 4 |
[
71,
81,
36,
97
] | 91 | [
"71+81=152",
"97-36=61",
"152-61=91"
] | Current State: 91:[71, 81, 36, 97], Operations: []
Exploring Operation: 71+81=152, Resulting Numbers: [36, 97, 152]
Generated Node #2: [36, 97, 152] from Operation: 71+81=152
Current State: 91:[36, 97, 152], Operations: ['71+81=152']
Exploring Operation: 97-36=61, Resulting Numbers: [152, 61]
Generated Node #3: [152, 6... | 4 |
[
58,
80,
56,
22
] | 55 | [
"80-58=22",
"22/22=1",
"56-1=55"
] | Current State: 55:[58, 80, 56, 22], Operations: []
Exploring Operation: 80-58=22, Resulting Numbers: [56, 22, 22]
Generated Node #2: [56, 22, 22] from Operation: 80-58=22
Current State: 55:[56, 22, 22], Operations: ['80-58=22']
Exploring Operation: 22/22=1, Resulting Numbers: [56, 1]
Generated Node #3: [56, 1] from Ope... | 4 |
[
62,
70,
30,
14
] | 27 | [
"62-30=32",
"70/14=5",
"32-5=27"
] | Current State: 27:[62, 70, 30, 14], Operations: []
Exploring Operation: 62-30=32, Resulting Numbers: [70, 14, 32]
Generated Node #2: [70, 14, 32] from Operation: 62-30=32
Current State: 27:[70, 14, 32], Operations: ['62-30=32']
Exploring Operation: 70/14=5, Resulting Numbers: [32, 5]
Generated Node #3: [32, 5] from Ope... | 4 |
[
11,
10,
79,
72
] | 59 | [
"79-72=7",
"10*7=70",
"70-11=59"
] | Current State: 59:[11, 10, 79, 72], Operations: []
Exploring Operation: 79-72=7, Resulting Numbers: [11, 10, 7]
Generated Node #2: [11, 10, 7] from Operation: 79-72=7
Current State: 59:[11, 10, 7], Operations: ['79-72=7']
Exploring Operation: 10*7=70, Resulting Numbers: [11, 70]
Generated Node #3: [11, 70] from Operati... | 4 |
[
9,
27,
12,
66
] | 49 | [
"12-9=3",
"66/3=22",
"27+22=49"
] | Current State: 49:[9, 27, 12, 66], Operations: []
Exploring Operation: 12-9=3, Resulting Numbers: [27, 66, 3]
Generated Node #2: [27, 66, 3] from Operation: 12-9=3
Current State: 49:[27, 66, 3], Operations: ['12-9=3']
Exploring Operation: 66/3=22, Resulting Numbers: [27, 22]
Generated Node #3: [27, 22] from Operation: ... | 4 |
[
13,
86,
7,
30
] | 44 | [
"86*7=602",
"602-30=572",
"572/13=44"
] | Current State: 44:[13, 86, 7, 30], Operations: []
Exploring Operation: 86*7=602, Resulting Numbers: [13, 30, 602]
Generated Node #2: [13, 30, 602] from Operation: 86*7=602
Current State: 44:[13, 30, 602], Operations: ['86*7=602']
Exploring Operation: 602-30=572, Resulting Numbers: [13, 572]
Generated Node #3: [13, 572]... | 4 |
[
59,
74,
71,
30
] | 32 | [
"59+74=133",
"71+30=101",
"133-101=32"
] | Current State: 32:[59, 74, 71, 30], Operations: []
Exploring Operation: 59+74=133, Resulting Numbers: [71, 30, 133]
Generated Node #2: [71, 30, 133] from Operation: 59+74=133
Current State: 32:[71, 30, 133], Operations: ['59+74=133']
Exploring Operation: 71+30=101, Resulting Numbers: [133, 101]
Generated Node #3: [133,... | 4 |
[
2,
27,
72,
75
] | 11 | [
"75-72=3",
"27/3=9",
"2+9=11"
] | Current State: 11:[2, 27, 72, 75], Operations: []
Exploring Operation: 75-72=3, Resulting Numbers: [2, 27, 3]
Generated Node #2: [2, 27, 3] from Operation: 75-72=3
Current State: 11:[2, 27, 3], Operations: ['75-72=3']
Exploring Operation: 27/3=9, Resulting Numbers: [2, 9]
Generated Node #3: [2, 9] from Operation: 27/3=... | 4 |
[
16,
92,
78,
7
] | 14 | [
"92-16=76",
"78-76=2",
"7*2=14"
] | Current State: 14:[16, 92, 78, 7], Operations: []
Exploring Operation: 92-16=76, Resulting Numbers: [78, 7, 76]
Generated Node #2: [78, 7, 76] from Operation: 92-16=76
Current State: 14:[78, 7, 76], Operations: ['92-16=76']
Exploring Operation: 78-76=2, Resulting Numbers: [7, 2]
Generated Node #3: [7, 2] from Operation... | 4 |
[
8,
23,
6,
65
] | 40 | [
"8+23=31",
"6+65=71",
"71-31=40"
] | Current State: 40:[8, 23, 6, 65], Operations: []
Exploring Operation: 8+23=31, Resulting Numbers: [6, 65, 31]
Generated Node #2: [6, 65, 31] from Operation: 8+23=31
Current State: 40:[6, 65, 31], Operations: ['8+23=31']
Exploring Operation: 6+65=71, Resulting Numbers: [31, 71]
Generated Node #3: [31, 71] from Operation... | 4 |
[
18,
21,
50,
14
] | 75 | [
"18+21=39",
"50-14=36",
"39+36=75"
] | Current State: 75:[18, 21, 50, 14], Operations: []
Exploring Operation: 18+21=39, Resulting Numbers: [50, 14, 39]
Generated Node #2: [50, 14, 39] from Operation: 18+21=39
Current State: 75:[50, 14, 39], Operations: ['18+21=39']
Exploring Operation: 50-14=36, Resulting Numbers: [39, 36]
Generated Node #3: [39, 36] from ... | 4 |
[
50,
54,
16,
52
] | 64 | [
"54-50=4",
"16+52=68",
"68-4=64"
] | Current State: 64:[50, 54, 16, 52], Operations: []
Exploring Operation: 54-50=4, Resulting Numbers: [16, 52, 4]
Generated Node #2: [16, 52, 4] from Operation: 54-50=4
Current State: 64:[16, 52, 4], Operations: ['54-50=4']
Exploring Operation: 16+52=68, Resulting Numbers: [4, 68]
Generated Node #3: [4, 68] from Operatio... | 4 |
[
54,
15,
52,
73
] | 29 | [
"54-52=2",
"73-15=58",
"58/2=29"
] | Current State: 29:[54, 15, 52, 73], Operations: []
Exploring Operation: 54-52=2, Resulting Numbers: [15, 73, 2]
Generated Node #2: [15, 73, 2] from Operation: 54-52=2
Current State: 29:[15, 73, 2], Operations: ['54-52=2']
Exploring Operation: 73-15=58, Resulting Numbers: [2, 58]
Generated Node #3: [2, 58] from Operatio... | 4 |
[
5,
46,
3,
70
] | 21 | [
"5+70=75",
"75/3=25",
"46-25=21"
] | Current State: 21:[5, 46, 3, 70], Operations: []
Exploring Operation: 5+70=75, Resulting Numbers: [46, 3, 75]
Generated Node #2: [46, 3, 75] from Operation: 5+70=75
Current State: 21:[46, 3, 75], Operations: ['5+70=75']
Exploring Operation: 75/3=25, Resulting Numbers: [46, 25]
Generated Node #3: [46, 25] from Operation... | 4 |
[
71,
21,
75,
80
] | 63 | [
"71+21=92",
"75+80=155",
"155-92=63"
] | Current State: 63:[71, 21, 75, 80], Operations: []
Exploring Operation: 71+21=92, Resulting Numbers: [75, 80, 92]
Generated Node #2: [75, 80, 92] from Operation: 71+21=92
Current State: 63:[75, 80, 92], Operations: ['71+21=92']
Exploring Operation: 75+80=155, Resulting Numbers: [92, 155]
Generated Node #3: [92, 155] fr... | 4 |
[
19,
60,
31,
38
] | 72 | [
"19+60=79",
"38-31=7",
"79-7=72"
] | Current State: 72:[19, 60, 31, 38], Operations: []
Exploring Operation: 19+60=79, Resulting Numbers: [31, 38, 79]
Generated Node #2: [31, 38, 79] from Operation: 19+60=79
Current State: 72:[31, 38, 79], Operations: ['19+60=79']
Exploring Operation: 38-31=7, Resulting Numbers: [79, 7]
Generated Node #3: [79, 7] from Ope... | 4 |
[
59,
60,
69,
70
] | 100 | [
"69-59=10",
"70-60=10",
"10*10=100"
] | Current State: 100:[59, 60, 69, 70], Operations: []
Exploring Operation: 69-59=10, Resulting Numbers: [60, 70, 10]
Generated Node #2: [60, 70, 10] from Operation: 69-59=10
Current State: 100:[60, 70, 10], Operations: ['69-59=10']
Exploring Operation: 70-60=10, Resulting Numbers: [10, 10]
Generated Node #3: [10, 10] fro... | 4 |
[
67,
50,
73,
78
] | 63 | [
"73-67=6",
"78/6=13",
"50+13=63"
] | Current State: 63:[67, 50, 73, 78], Operations: []
Exploring Operation: 73-67=6, Resulting Numbers: [50, 78, 6]
Generated Node #2: [50, 78, 6] from Operation: 73-67=6
Current State: 63:[50, 78, 6], Operations: ['73-67=6']
Exploring Operation: 78/6=13, Resulting Numbers: [50, 13]
Generated Node #3: [50, 13] from Operati... | 4 |
[
6,
35,
3,
35
] | 68 | [
"6/3=2",
"35+35=70",
"70-2=68"
] | Current State: 68:[6, 35, 3, 35], Operations: []
Exploring Operation: 6/3=2, Resulting Numbers: [35, 35, 2]
Generated Node #2: [35, 35, 2] from Operation: 6/3=2
Current State: 68:[35, 35, 2], Operations: ['6/3=2']
Exploring Operation: 35+35=70, Resulting Numbers: [2, 70]
Generated Node #3: [2, 70] from Operation: 35+35... | 4 |
[
36,
73,
88,
45
] | 39 | [
"88-73=15",
"45/15=3",
"36+3=39"
] | Current State: 39:[36, 73, 88, 45], Operations: []
Exploring Operation: 88-73=15, Resulting Numbers: [36, 45, 15]
Generated Node #2: [36, 45, 15] from Operation: 88-73=15
Current State: 39:[36, 45, 15], Operations: ['88-73=15']
Exploring Operation: 45/15=3, Resulting Numbers: [36, 3]
Generated Node #3: [36, 3] from Ope... | 4 |
[
90,
54,
3,
14
] | 19 | [
"90-54=36",
"3+14=17",
"36-17=19"
] | Current State: 19:[90, 54, 3, 14], Operations: []
Exploring Operation: 90-54=36, Resulting Numbers: [3, 14, 36]
Generated Node #2: [3, 14, 36] from Operation: 90-54=36
Current State: 19:[3, 14, 36], Operations: ['90-54=36']
Exploring Operation: 3+14=17, Resulting Numbers: [36, 17]
Generated Node #3: [36, 17] from Opera... | 4 |
[
73,
27,
48,
26
] | 26 | [
"73+27=100",
"48+26=74",
"100-74=26"
] | Current State: 26:[73, 27, 48, 26], Operations: []
Exploring Operation: 73+27=100, Resulting Numbers: [48, 26, 100]
Generated Node #2: [48, 26, 100] from Operation: 73+27=100
Current State: 26:[48, 26, 100], Operations: ['73+27=100']
Exploring Operation: 48+26=74, Resulting Numbers: [100, 74]
Generated Node #3: [100, 7... | 4 |
[
92,
99,
53,
42
] | 33 | [
"92-53=39",
"42-39=3",
"99/3=33"
] | Current State: 33:[92, 99, 53, 42], Operations: []
Exploring Operation: 92-53=39, Resulting Numbers: [99, 42, 39]
Generated Node #2: [99, 42, 39] from Operation: 92-53=39
Current State: 33:[99, 42, 39], Operations: ['92-53=39']
Exploring Operation: 42-39=3, Resulting Numbers: [99, 3]
Generated Node #3: [99, 3] from Ope... | 4 |
[
50,
38,
91,
89
] | 63 | [
"91-89=2",
"50/2=25",
"38+25=63"
] | Current State: 63:[50, 38, 91, 89], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [50, 38, 2]
Generated Node #2: [50, 38, 2] from Operation: 91-89=2
Current State: 63:[50, 38, 2], Operations: ['91-89=2']
Exploring Operation: 50/2=25, Resulting Numbers: [38, 25]
Generated Node #3: [38, 25] from Operati... | 4 |
[
75,
84,
89,
60
] | 10 | [
"75+84=159",
"89+60=149",
"159-149=10"
] | Current State: 10:[75, 84, 89, 60], Operations: []
Exploring Operation: 75+84=159, Resulting Numbers: [89, 60, 159]
Generated Node #2: [89, 60, 159] from Operation: 75+84=159
Current State: 10:[89, 60, 159], Operations: ['75+84=159']
Exploring Operation: 89+60=149, Resulting Numbers: [159, 149]
Generated Node #3: [159,... | 4 |
[
26,
24,
78,
70
] | 10 | [
"26-24=2",
"78-70=8",
"2+8=10"
] | Current State: 10:[26, 24, 78, 70], Operations: []
Exploring Operation: 26-24=2, Resulting Numbers: [78, 70, 2]
Generated Node #2: [78, 70, 2] from Operation: 26-24=2
Current State: 10:[78, 70, 2], Operations: ['26-24=2']
Exploring Operation: 78-70=8, Resulting Numbers: [2, 8]
Generated Node #3: [2, 8] from Operation: ... | 4 |
[
40,
38,
74,
12
] | 16 | [
"40+38=78",
"74-12=62",
"78-62=16"
] | Current State: 16:[40, 38, 74, 12], Operations: []
Exploring Operation: 40+38=78, Resulting Numbers: [74, 12, 78]
Generated Node #2: [74, 12, 78] from Operation: 40+38=78
Current State: 16:[74, 12, 78], Operations: ['40+38=78']
Exploring Operation: 74-12=62, Resulting Numbers: [78, 62]
Generated Node #3: [78, 62] from ... | 4 |
[
34,
54,
99,
30
] | 89 | [
"54-34=20",
"99-30=69",
"20+69=89"
] | Current State: 89:[34, 54, 99, 30], Operations: []
Exploring Operation: 54-34=20, Resulting Numbers: [99, 30, 20]
Generated Node #2: [99, 30, 20] from Operation: 54-34=20
Current State: 89:[99, 30, 20], Operations: ['54-34=20']
Exploring Operation: 99-30=69, Resulting Numbers: [20, 69]
Generated Node #3: [20, 69] from ... | 4 |
[
72,
36,
55,
51
] | 63 | [
"55-51=4",
"36/4=9",
"72-9=63"
] | Current State: 63:[72, 36, 55, 51], Operations: []
Exploring Operation: 55-51=4, Resulting Numbers: [72, 36, 4]
Generated Node #2: [72, 36, 4] from Operation: 55-51=4
Current State: 63:[72, 36, 4], Operations: ['55-51=4']
Exploring Operation: 36/4=9, Resulting Numbers: [72, 9]
Generated Node #3: [72, 9] from Operation:... | 4 |
[
33,
45,
85,
66
] | 31 | [
"45-33=12",
"85-66=19",
"12+19=31"
] | Current State: 31:[33, 45, 85, 66], Operations: []
Exploring Operation: 45-33=12, Resulting Numbers: [85, 66, 12]
Generated Node #2: [85, 66, 12] from Operation: 45-33=12
Current State: 31:[85, 66, 12], Operations: ['45-33=12']
Exploring Operation: 85-66=19, Resulting Numbers: [12, 19]
Generated Node #3: [12, 19] from ... | 4 |
[
60,
64,
40,
13
] | 68 | [
"64+40=104",
"104/13=8",
"60+8=68"
] | Current State: 68:[60, 64, 40, 13], Operations: []
Exploring Operation: 64+40=104, Resulting Numbers: [60, 13, 104]
Generated Node #2: [60, 13, 104] from Operation: 64+40=104
Current State: 68:[60, 13, 104], Operations: ['64+40=104']
Exploring Operation: 104/13=8, Resulting Numbers: [60, 8]
Generated Node #3: [60, 8] f... | 4 |
[
38,
74,
9,
28
] | 72 | [
"74-38=36",
"36-28=8",
"9*8=72"
] | Current State: 72:[38, 74, 9, 28], Operations: []
Exploring Operation: 74-38=36, Resulting Numbers: [9, 28, 36]
Generated Node #2: [9, 28, 36] from Operation: 74-38=36
Current State: 72:[9, 28, 36], Operations: ['74-38=36']
Exploring Operation: 36-28=8, Resulting Numbers: [9, 8]
Generated Node #3: [9, 8] from Operation... | 4 |
[
92,
32,
1,
4
] | 32 | [
"92+32=124",
"124/4=31",
"1+31=32"
] | Current State: 32:[92, 32, 1, 4], Operations: []
Exploring Operation: 92+32=124, Resulting Numbers: [1, 4, 124]
Generated Node #2: [1, 4, 124] from Operation: 92+32=124
Current State: 32:[1, 4, 124], Operations: ['92+32=124']
Exploring Operation: 124/4=31, Resulting Numbers: [1, 31]
Generated Node #3: [1, 31] from Oper... | 4 |
[
48,
33,
2,
64
] | 42 | [
"33*64=2112",
"2112/48=44",
"44-2=42"
] | Current State: 42:[48, 33, 2, 64], Operations: []
Exploring Operation: 33*64=2112, Resulting Numbers: [48, 2, 2112]
Generated Node #2: [48, 2, 2112] from Operation: 33*64=2112
Current State: 42:[48, 2, 2112], Operations: ['33*64=2112']
Exploring Operation: 2112/48=44, Resulting Numbers: [2, 44]
Generated Node #3: [2, 4... | 4 |
[
5,
33,
9,
75
] | 99 | [
"5*33=165",
"75-9=66",
"165-66=99"
] | Current State: 99:[5, 33, 9, 75], Operations: []
Exploring Operation: 5*33=165, Resulting Numbers: [9, 75, 165]
Generated Node #2: [9, 75, 165] from Operation: 5*33=165
Current State: 99:[9, 75, 165], Operations: ['5*33=165']
Exploring Operation: 75-9=66, Resulting Numbers: [165, 66]
Generated Node #3: [165, 66] from O... | 4 |
[
51,
20,
43,
22
] | 34 | [
"51-20=31",
"43+22=65",
"65-31=34"
] | Current State: 34:[51, 20, 43, 22], Operations: []
Exploring Operation: 51-20=31, Resulting Numbers: [43, 22, 31]
Generated Node #2: [43, 22, 31] from Operation: 51-20=31
Current State: 34:[43, 22, 31], Operations: ['51-20=31']
Exploring Operation: 43+22=65, Resulting Numbers: [31, 65]
Generated Node #3: [31, 65] from ... | 4 |
[
20,
44,
10,
53
] | 90 | [
"20-10=10",
"53-44=9",
"10*9=90"
] | Current State: 90:[20, 44, 10, 53], Operations: []
Exploring Operation: 20-10=10, Resulting Numbers: [44, 53, 10]
Generated Node #2: [44, 53, 10] from Operation: 20-10=10
Current State: 90:[44, 53, 10], Operations: ['20-10=10']
Exploring Operation: 53-44=9, Resulting Numbers: [10, 9]
Generated Node #3: [10, 9] from Ope... | 4 |
[
48,
87,
87,
37
] | 48 | [
"87-87=0",
"37*0=0",
"48+0=48"
] | Current State: 48:[48, 87, 87, 37], Operations: []
Exploring Operation: 87-87=0, Resulting Numbers: [48, 37, 0]
Generated Node #2: [48, 37, 0] from Operation: 87-87=0
Current State: 48:[48, 37, 0], Operations: ['87-87=0']
Exploring Operation: 37*0=0, Resulting Numbers: [48, 0]
Generated Node #3: [48, 0] from Operation:... | 4 |
[
42,
16,
8,
11
] | 32 | [
"42*8=336",
"16+336=352",
"352/11=32"
] | Current State: 32:[42, 16, 8, 11], Operations: []
Exploring Operation: 42*8=336, Resulting Numbers: [16, 11, 336]
Generated Node #2: [16, 11, 336] from Operation: 42*8=336
Current State: 32:[16, 11, 336], Operations: ['42*8=336']
Exploring Operation: 16+336=352, Resulting Numbers: [11, 352]
Generated Node #3: [11, 352]... | 4 |
[
46,
20,
10,
91
] | 55 | [
"46-20=26",
"91-10=81",
"81-26=55"
] | Current State: 55:[46, 20, 10, 91], Operations: []
Exploring Operation: 46-20=26, Resulting Numbers: [10, 91, 26]
Generated Node #2: [10, 91, 26] from Operation: 46-20=26
Current State: 55:[10, 91, 26], Operations: ['46-20=26']
Exploring Operation: 91-10=81, Resulting Numbers: [26, 81]
Generated Node #3: [26, 81] from ... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.