nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 |
|---|---|---|---|---|
[
1,
35,
38,
38
] | 13 | [
"1+38=39",
"38-35=3",
"39/3=13"
] | Current State: 13:[1, 35, 38, 38], Operations: []
Exploring Operation: 1+38=39, Resulting Numbers: [35, 39]
Generated Node #2: [35, 39] from Operation: 1+38=39
Current State: 13:[35, 39], Operations: ['1+38=39']
Exploring Operation: 38-35=3, Resulting Numbers: [39, 3]
Generated Node #3: [39, 3] from Operation: 38-35=3
... | 4 |
[
52,
42,
29,
58
] | 32 | [
"42*58=2436",
"2436/29=84",
"84-52=32"
] | Current State: 32:[52, 42, 29, 58], Operations: []
Exploring Operation: 42*58=2436, Resulting Numbers: [52, 29, 2436]
Generated Node #2: [52, 29, 2436] from Operation: 42*58=2436
Current State: 32:[52, 29, 2436], Operations: ['42*58=2436']
Exploring Operation: 2436/29=84, Resulting Numbers: [52, 84]
Generated Node #3: ... | 4 |
[
30,
15,
4,
52
] | 54 | [
"30/15=2",
"4+52=56",
"56-2=54"
] | Current State: 54:[30, 15, 4, 52], Operations: []
Exploring Operation: 30/15=2, Resulting Numbers: [4, 52, 2]
Generated Node #2: [4, 52, 2] from Operation: 30/15=2
Current State: 54:[4, 52, 2], Operations: ['30/15=2']
Exploring Operation: 4+52=56, Resulting Numbers: [2, 56]
Generated Node #3: [2, 56] from Operation: 4+... | 4 |
[
14,
16,
29,
86
] | 87 | [
"14+16=30",
"86-29=57",
"30+57=87"
] | Current State: 87:[14, 16, 29, 86], Operations: []
Exploring Operation: 14+16=30, Resulting Numbers: [29, 86, 30]
Generated Node #2: [29, 86, 30] from Operation: 14+16=30
Current State: 87:[29, 86, 30], Operations: ['14+16=30']
Exploring Operation: 86-29=57, Resulting Numbers: [30, 57]
Generated Node #3: [30, 57] from ... | 4 |
[
74,
99,
62,
21
] | 19 | [
"99-62=37",
"74/37=2",
"21-2=19"
] | Current State: 19:[74, 99, 62, 21], Operations: []
Exploring Operation: 99-62=37, Resulting Numbers: [74, 21, 37]
Generated Node #2: [74, 21, 37] from Operation: 99-62=37
Current State: 19:[74, 21, 37], Operations: ['99-62=37']
Exploring Operation: 74/37=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Ope... | 4 |
[
56,
21,
2,
59
] | 37 | [
"59-21=38",
"38/2=19",
"56-19=37"
] | Current State: 37:[56, 21, 2, 59], Operations: []
Exploring Operation: 59-21=38, Resulting Numbers: [56, 2, 38]
Generated Node #2: [56, 2, 38] from Operation: 59-21=38
Current State: 37:[56, 2, 38], Operations: ['59-21=38']
Exploring Operation: 38/2=19, Resulting Numbers: [56, 19]
Generated Node #3: [56, 19] from Opera... | 4 |
[
28,
86,
84,
87
] | 73 | [
"86-84=2",
"28/2=14",
"87-14=73"
] | Current State: 73:[28, 86, 84, 87], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [28, 87, 2]
Generated Node #2: [28, 87, 2] from Operation: 86-84=2
Current State: 73:[28, 87, 2], Operations: ['86-84=2']
Exploring Operation: 28/2=14, Resulting Numbers: [87, 14]
Generated Node #3: [87, 14] from Operati... | 4 |
[
4,
93,
66,
27
] | 81 | [
"4*27=108",
"93-66=27",
"108-27=81"
] | Current State: 81:[4, 93, 66, 27], Operations: []
Exploring Operation: 4*27=108, Resulting Numbers: [93, 66, 108]
Generated Node #2: [93, 66, 108] from Operation: 4*27=108
Current State: 81:[93, 66, 108], Operations: ['4*27=108']
Exploring Operation: 93-66=27, Resulting Numbers: [108, 27]
Generated Node #3: [108, 27] f... | 4 |
[
47,
92,
42,
20
] | 77 | [
"47+92=139",
"42+20=62",
"139-62=77"
] | Current State: 77:[47, 92, 42, 20], Operations: []
Exploring Operation: 47+92=139, Resulting Numbers: [42, 20, 139]
Generated Node #2: [42, 20, 139] from Operation: 47+92=139
Current State: 77:[42, 20, 139], Operations: ['47+92=139']
Exploring Operation: 42+20=62, Resulting Numbers: [139, 62]
Generated Node #3: [139, 6... | 4 |
[
26,
87,
10,
57
] | 66 | [
"26+87=113",
"57-10=47",
"113-47=66"
] | Current State: 66:[26, 87, 10, 57], Operations: []
Exploring Operation: 26+87=113, Resulting Numbers: [10, 57, 113]
Generated Node #2: [10, 57, 113] from Operation: 26+87=113
Current State: 66:[10, 57, 113], Operations: ['26+87=113']
Exploring Operation: 57-10=47, Resulting Numbers: [113, 47]
Generated Node #3: [113, 4... | 4 |
[
77,
85,
48,
75
] | 51 | [
"77+48=125",
"85*75=6375",
"6375/125=51"
] | Current State: 51:[77, 85, 48, 75], Operations: []
Exploring Operation: 77+48=125, Resulting Numbers: [85, 75, 125]
Generated Node #2: [85, 75, 125] from Operation: 77+48=125
Current State: 51:[85, 75, 125], Operations: ['77+48=125']
Exploring Operation: 85*75=6375, Resulting Numbers: [125, 6375]
Generated Node #3: [12... | 4 |
[
68,
30,
47,
84
] | 61 | [
"68+30=98",
"84-47=37",
"98-37=61"
] | Current State: 61:[68, 30, 47, 84], Operations: []
Exploring Operation: 68+30=98, Resulting Numbers: [47, 84, 98]
Generated Node #2: [47, 84, 98] from Operation: 68+30=98
Current State: 61:[47, 84, 98], Operations: ['68+30=98']
Exploring Operation: 84-47=37, Resulting Numbers: [98, 37]
Generated Node #3: [98, 37] from ... | 4 |
[
48,
2,
15,
41
] | 49 | [
"48-15=33",
"2*41=82",
"82-33=49"
] | Current State: 49:[48, 2, 15, 41], Operations: []
Exploring Operation: 48-15=33, Resulting Numbers: [2, 41, 33]
Generated Node #2: [2, 41, 33] from Operation: 48-15=33
Current State: 49:[2, 41, 33], Operations: ['48-15=33']
Exploring Operation: 2*41=82, Resulting Numbers: [33, 82]
Generated Node #3: [33, 82] from Opera... | 4 |
[
67,
25,
65,
87
] | 31 | [
"67-65=2",
"87-25=62",
"62/2=31"
] | Current State: 31:[67, 25, 65, 87], Operations: []
Exploring Operation: 67-65=2, Resulting Numbers: [25, 87, 2]
Generated Node #2: [25, 87, 2] from Operation: 67-65=2
Current State: 31:[25, 87, 2], Operations: ['67-65=2']
Exploring Operation: 87-25=62, Resulting Numbers: [2, 62]
Generated Node #3: [2, 62] from Operatio... | 4 |
[
10,
37,
3,
12
] | 32 | [
"10+37=47",
"3+12=15",
"47-15=32"
] | Current State: 32:[10, 37, 3, 12], Operations: []
Exploring Operation: 10+37=47, Resulting Numbers: [3, 12, 47]
Generated Node #2: [3, 12, 47] from Operation: 10+37=47
Current State: 32:[3, 12, 47], Operations: ['10+37=47']
Exploring Operation: 3+12=15, Resulting Numbers: [47, 15]
Generated Node #3: [47, 15] from Opera... | 4 |
[
19,
8,
3,
19
] | 32 | [
"19/19=1",
"3+1=4",
"8*4=32"
] | Current State: 32:[19, 8, 3, 19], Operations: []
Exploring Operation: 19/19=1, Resulting Numbers: [8, 3, 1]
Generated Node #2: [8, 3, 1] from Operation: 19/19=1
Current State: 32:[8, 3, 1], Operations: ['19/19=1']
Exploring Operation: 3+1=4, Resulting Numbers: [8, 4]
Generated Node #3: [8, 4] from Operation: 3+1=4
Curr... | 4 |
[
57,
46,
22,
9
] | 95 | [
"57+46=103",
"22*9=198",
"198-103=95"
] | Current State: 95:[57, 46, 22, 9], Operations: []
Exploring Operation: 57+46=103, Resulting Numbers: [22, 9, 103]
Generated Node #2: [22, 9, 103] from Operation: 57+46=103
Current State: 95:[22, 9, 103], Operations: ['57+46=103']
Exploring Operation: 22*9=198, Resulting Numbers: [103, 198]
Generated Node #3: [103, 198]... | 4 |
[
83,
31,
47,
46
] | 52 | [
"83-31=52",
"47-46=1",
"52*1=52"
] | Current State: 52:[83, 31, 47, 46], Operations: []
Exploring Operation: 83-31=52, Resulting Numbers: [47, 46, 52]
Generated Node #2: [47, 46, 52] from Operation: 83-31=52
Current State: 52:[47, 46, 52], Operations: ['83-31=52']
Exploring Operation: 47-46=1, Resulting Numbers: [52, 1]
Generated Node #3: [52, 1] from Ope... | 4 |
[
54,
89,
76,
29
] | 70 | [
"89-54=35",
"76+29=105",
"105-35=70"
] | Current State: 70:[54, 89, 76, 29], Operations: []
Exploring Operation: 89-54=35, Resulting Numbers: [76, 29, 35]
Generated Node #2: [76, 29, 35] from Operation: 89-54=35
Current State: 70:[76, 29, 35], Operations: ['89-54=35']
Exploring Operation: 76+29=105, Resulting Numbers: [35, 105]
Generated Node #3: [35, 105] fr... | 4 |
[
60,
44,
20,
20
] | 22 | [
"60-20=40",
"44*20=880",
"880/40=22"
] | Current State: 22:[60, 44, 20, 20], Operations: []
Exploring Operation: 60-20=40, Resulting Numbers: [44, 40]
Generated Node #2: [44, 40] from Operation: 60-20=40
Current State: 22:[44, 40], Operations: ['60-20=40']
Exploring Operation: 44*20=880, Resulting Numbers: [40, 880]
Generated Node #3: [40, 880] from Operation... | 4 |
[
72,
33,
72,
77
] | 34 | [
"72-33=39",
"77-72=5",
"39-5=34"
] | Current State: 34:[72, 33, 72, 77], Operations: []
Exploring Operation: 72-33=39, Resulting Numbers: [77, 39]
Generated Node #2: [77, 39] from Operation: 72-33=39
Current State: 34:[77, 39], Operations: ['72-33=39']
Exploring Operation: 77-72=5, Resulting Numbers: [39, 5]
Generated Node #3: [39, 5] from Operation: 77-7... | 4 |
[
73,
31,
44,
51
] | 48 | [
"73+51=124",
"124/31=4",
"44+4=48"
] | Current State: 48:[73, 31, 44, 51], Operations: []
Exploring Operation: 73+51=124, Resulting Numbers: [31, 44, 124]
Generated Node #2: [31, 44, 124] from Operation: 73+51=124
Current State: 48:[31, 44, 124], Operations: ['73+51=124']
Exploring Operation: 124/31=4, Resulting Numbers: [44, 4]
Generated Node #3: [44, 4] f... | 4 |
[
60,
32,
22,
47
] | 88 | [
"60*22=1320",
"47-32=15",
"1320/15=88"
] | Current State: 88:[60, 32, 22, 47], Operations: []
Exploring Operation: 60*22=1320, Resulting Numbers: [32, 47, 1320]
Generated Node #2: [32, 47, 1320] from Operation: 60*22=1320
Current State: 88:[32, 47, 1320], Operations: ['60*22=1320']
Exploring Operation: 47-32=15, Resulting Numbers: [1320, 15]
Generated Node #3: ... | 4 |
[
1,
8,
44,
95
] | 42 | [
"1+8=9",
"95-44=51",
"51-9=42"
] | Current State: 42:[1, 8, 44, 95], Operations: []
Exploring Operation: 1+8=9, Resulting Numbers: [44, 95, 9]
Generated Node #2: [44, 95, 9] from Operation: 1+8=9
Current State: 42:[44, 95, 9], Operations: ['1+8=9']
Exploring Operation: 95-44=51, Resulting Numbers: [9, 51]
Generated Node #3: [9, 51] from Operation: 95-44... | 4 |
[
7,
55,
85,
20
] | 57 | [
"55-7=48",
"85+20=105",
"105-48=57"
] | Current State: 57:[7, 55, 85, 20], Operations: []
Exploring Operation: 55-7=48, Resulting Numbers: [85, 20, 48]
Generated Node #2: [85, 20, 48] from Operation: 55-7=48
Current State: 57:[85, 20, 48], Operations: ['55-7=48']
Exploring Operation: 85+20=105, Resulting Numbers: [48, 105]
Generated Node #3: [48, 105] from O... | 4 |
[
9,
96,
91,
13
] | 15 | [
"9+96=105",
"91/13=7",
"105/7=15"
] | Current State: 15:[9, 96, 91, 13], Operations: []
Exploring Operation: 9+96=105, Resulting Numbers: [91, 13, 105]
Generated Node #2: [91, 13, 105] from Operation: 9+96=105
Current State: 15:[91, 13, 105], Operations: ['9+96=105']
Exploring Operation: 91/13=7, Resulting Numbers: [105, 7]
Generated Node #3: [105, 7] from... | 4 |
[
49,
10,
39,
57
] | 57 | [
"49-10=39",
"39+57=96",
"96-39=57"
] | Current State: 57:[49, 10, 39, 57], Operations: []
Exploring Operation: 49-10=39, Resulting Numbers: [39, 57, 39]
Generated Node #2: [39, 57, 39] from Operation: 49-10=39
Current State: 57:[39, 57, 39], Operations: ['49-10=39']
Exploring Operation: 39+57=96, Resulting Numbers: [96]
96,57 equal: Goal Reached
Exploring O... | 4 |
[
45,
26,
76,
37
] | 94 | [
"45-26=19",
"76+37=113",
"113-19=94"
] | Current State: 94:[45, 26, 76, 37], Operations: []
Exploring Operation: 45-26=19, Resulting Numbers: [76, 37, 19]
Generated Node #2: [76, 37, 19] from Operation: 45-26=19
Current State: 94:[76, 37, 19], Operations: ['45-26=19']
Exploring Operation: 76+37=113, Resulting Numbers: [19, 113]
Generated Node #3: [19, 113] fr... | 4 |
[
69,
11,
46,
23
] | 54 | [
"69/23=3",
"11+46=57",
"57-3=54"
] | Current State: 54:[69, 11, 46, 23], Operations: []
Exploring Operation: 69/23=3, Resulting Numbers: [11, 46, 3]
Generated Node #2: [11, 46, 3] from Operation: 69/23=3
Current State: 54:[11, 46, 3], Operations: ['69/23=3']
Exploring Operation: 11+46=57, Resulting Numbers: [3, 57]
Generated Node #3: [3, 57] from Operatio... | 4 |
[
46,
46,
3,
13
] | 53 | [
"46+46=92",
"3*13=39",
"92-39=53"
] | Current State: 53:[46, 46, 3, 13], Operations: []
Exploring Operation: 46+46=92, Resulting Numbers: [3, 13, 92]
Generated Node #2: [3, 13, 92] from Operation: 46+46=92
Current State: 53:[3, 13, 92], Operations: ['46+46=92']
Exploring Operation: 3*13=39, Resulting Numbers: [92, 39]
Generated Node #3: [92, 39] from Opera... | 4 |
[
14,
4,
28,
90
] | 15 | [
"28/14=2",
"4+2=6",
"90/6=15"
] | Current State: 15:[14, 4, 28, 90], Operations: []
Exploring Operation: 28/14=2, Resulting Numbers: [4, 90, 2]
Generated Node #2: [4, 90, 2] from Operation: 28/14=2
Current State: 15:[4, 90, 2], Operations: ['28/14=2']
Exploring Operation: 4+2=6, Resulting Numbers: [90, 6]
Generated Node #3: [90, 6] from Operation: 4+2=... | 4 |
[
28,
30,
17,
46
] | 31 | [
"30-28=2",
"46-17=29",
"2+29=31"
] | Current State: 31:[28, 30, 17, 46], Operations: []
Exploring Operation: 30-28=2, Resulting Numbers: [17, 46, 2]
Generated Node #2: [17, 46, 2] from Operation: 30-28=2
Current State: 31:[17, 46, 2], Operations: ['30-28=2']
Exploring Operation: 46-17=29, Resulting Numbers: [2, 29]
Generated Node #3: [2, 29] from Operatio... | 4 |
[
61,
61,
27,
6
] | 27 | [
"61-61=0",
"6*0=0",
"27+0=27"
] | Current State: 27:[61, 61, 27, 6], Operations: []
Exploring Operation: 61-61=0, Resulting Numbers: [27, 6, 0]
Generated Node #2: [27, 6, 0] from Operation: 61-61=0
Current State: 27:[27, 6, 0], Operations: ['61-61=0']
Exploring Operation: 6*0=0, Resulting Numbers: [27, 0]
Generated Node #3: [27, 0] from Operation: 6*0=... | 4 |
[
12,
6,
19,
54
] | 89 | [
"12/6=2",
"54*2=108",
"108-19=89"
] | Current State: 89:[12, 6, 19, 54], Operations: []
Exploring Operation: 12/6=2, Resulting Numbers: [19, 54, 2]
Generated Node #2: [19, 54, 2] from Operation: 12/6=2
Current State: 89:[19, 54, 2], Operations: ['12/6=2']
Exploring Operation: 54*2=108, Resulting Numbers: [19, 108]
Generated Node #3: [19, 108] from Operatio... | 4 |
[
7,
63,
60,
28
] | 32 | [
"63-7=56",
"60+28=88",
"88-56=32"
] | Current State: 32:[7, 63, 60, 28], Operations: []
Exploring Operation: 63-7=56, Resulting Numbers: [60, 28, 56]
Generated Node #2: [60, 28, 56] from Operation: 63-7=56
Current State: 32:[60, 28, 56], Operations: ['63-7=56']
Exploring Operation: 60+28=88, Resulting Numbers: [56, 88]
Generated Node #3: [56, 88] from Oper... | 4 |
[
10,
18,
11,
77
] | 92 | [
"10*18=180",
"11+77=88",
"180-88=92"
] | Current State: 92:[10, 18, 11, 77], Operations: []
Exploring Operation: 10*18=180, Resulting Numbers: [11, 77, 180]
Generated Node #2: [11, 77, 180] from Operation: 10*18=180
Current State: 92:[11, 77, 180], Operations: ['10*18=180']
Exploring Operation: 11+77=88, Resulting Numbers: [180, 88]
Generated Node #3: [180, 8... | 4 |
[
60,
98,
82,
96
] | 99 | [
"98+82=180",
"180/60=3",
"96+3=99"
] | Current State: 99:[60, 98, 82, 96], Operations: []
Exploring Operation: 98+82=180, Resulting Numbers: [60, 96, 180]
Generated Node #2: [60, 96, 180] from Operation: 98+82=180
Current State: 99:[60, 96, 180], Operations: ['98+82=180']
Exploring Operation: 180/60=3, Resulting Numbers: [96, 3]
Generated Node #3: [96, 3] f... | 4 |
[
2,
38,
10,
76
] | 52 | [
"38+10=48",
"48/2=24",
"76-24=52"
] | Current State: 52:[2, 38, 10, 76], Operations: []
Exploring Operation: 38+10=48, Resulting Numbers: [2, 76, 48]
Generated Node #2: [2, 76, 48] from Operation: 38+10=48
Current State: 52:[2, 76, 48], Operations: ['38+10=48']
Exploring Operation: 48/2=24, Resulting Numbers: [76, 24]
Generated Node #3: [76, 24] from Opera... | 4 |
[
3,
95,
97,
11
] | 27 | [
"97-95=2",
"11-2=9",
"3*9=27"
] | Current State: 27:[3, 95, 97, 11], Operations: []
Exploring Operation: 97-95=2, Resulting Numbers: [3, 11, 2]
Generated Node #2: [3, 11, 2] from Operation: 97-95=2
Current State: 27:[3, 11, 2], Operations: ['97-95=2']
Exploring Operation: 11-2=9, Resulting Numbers: [3, 9]
Generated Node #3: [3, 9] from Operation: 11-2=... | 4 |
[
64,
59,
48,
24
] | 67 | [
"64-59=5",
"48+24=72",
"72-5=67"
] | Current State: 67:[64, 59, 48, 24], Operations: []
Exploring Operation: 64-59=5, Resulting Numbers: [48, 24, 5]
Generated Node #2: [48, 24, 5] from Operation: 64-59=5
Current State: 67:[48, 24, 5], Operations: ['64-59=5']
Exploring Operation: 48+24=72, Resulting Numbers: [5, 72]
Generated Node #3: [5, 72] from Operatio... | 4 |
[
77,
17,
95,
17
] | 52 | [
"77-17=60",
"95+17=112",
"112-60=52"
] | Current State: 52:[77, 17, 95, 17], Operations: []
Exploring Operation: 77-17=60, Resulting Numbers: [95, 60]
Generated Node #2: [95, 60] from Operation: 77-17=60
Current State: 52:[95, 60], Operations: ['77-17=60']
Exploring Operation: 95+17=112, Resulting Numbers: [60, 112]
Generated Node #3: [60, 112] from Operation... | 4 |
[
22,
46,
2,
41
] | 75 | [
"22+46=68",
"68/2=34",
"41+34=75"
] | Current State: 75:[22, 46, 2, 41], Operations: []
Exploring Operation: 22+46=68, Resulting Numbers: [2, 41, 68]
Generated Node #2: [2, 41, 68] from Operation: 22+46=68
Current State: 75:[2, 41, 68], Operations: ['22+46=68']
Exploring Operation: 68/2=34, Resulting Numbers: [41, 34]
Generated Node #3: [41, 34] from Opera... | 4 |
[
19,
2,
37,
64
] | 53 | [
"64-19=45",
"2*45=90",
"90-37=53"
] | Current State: 53:[19, 2, 37, 64], Operations: []
Exploring Operation: 64-19=45, Resulting Numbers: [2, 37, 45]
Generated Node #2: [2, 37, 45] from Operation: 64-19=45
Current State: 53:[2, 37, 45], Operations: ['64-19=45']
Exploring Operation: 2*45=90, Resulting Numbers: [37, 90]
Generated Node #3: [37, 90] from Opera... | 4 |
[
84,
82,
64,
34
] | 28 | [
"84-82=2",
"64-34=30",
"30-2=28"
] | Current State: 28:[84, 82, 64, 34], Operations: []
Exploring Operation: 84-82=2, Resulting Numbers: [64, 34, 2]
Generated Node #2: [64, 34, 2] from Operation: 84-82=2
Current State: 28:[64, 34, 2], Operations: ['84-82=2']
Exploring Operation: 64-34=30, Resulting Numbers: [2, 30]
Generated Node #3: [2, 30] from Operatio... | 4 |
[
10,
72,
99,
6
] | 21 | [
"10*72=720",
"720/6=120",
"120-99=21"
] | Current State: 21:[10, 72, 99, 6], Operations: []
Exploring Operation: 10*72=720, Resulting Numbers: [99, 6, 720]
Generated Node #2: [99, 6, 720] from Operation: 10*72=720
Current State: 21:[99, 6, 720], Operations: ['10*72=720']
Exploring Operation: 720/6=120, Resulting Numbers: [99, 120]
Generated Node #3: [99, 120] ... | 4 |
[
16,
28,
95,
5
] | 84 | [
"95/5=19",
"19-16=3",
"28*3=84"
] | Current State: 84:[16, 28, 95, 5], Operations: []
Exploring Operation: 95/5=19, Resulting Numbers: [16, 28, 19]
Generated Node #2: [16, 28, 19] from Operation: 95/5=19
Current State: 84:[16, 28, 19], Operations: ['95/5=19']
Exploring Operation: 19-16=3, Resulting Numbers: [28, 3]
Generated Node #3: [28, 3] from Operati... | 4 |
[
65,
26,
56,
70
] | 35 | [
"65+26=91",
"56+70=126",
"126-91=35"
] | Current State: 35:[65, 26, 56, 70], Operations: []
Exploring Operation: 65+26=91, Resulting Numbers: [56, 70, 91]
Generated Node #2: [56, 70, 91] from Operation: 65+26=91
Current State: 35:[56, 70, 91], Operations: ['65+26=91']
Exploring Operation: 56+70=126, Resulting Numbers: [91, 126]
Generated Node #3: [91, 126] fr... | 4 |
[
27,
72,
88,
3
] | 30 | [
"27*88=2376",
"2376/72=33",
"33-3=30"
] | Current State: 30:[27, 72, 88, 3], Operations: []
Exploring Operation: 27*88=2376, Resulting Numbers: [72, 3, 2376]
Generated Node #2: [72, 3, 2376] from Operation: 27*88=2376
Current State: 30:[72, 3, 2376], Operations: ['27*88=2376']
Exploring Operation: 2376/72=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 3... | 4 |
[
48,
62,
9,
87
] | 82 | [
"62-48=14",
"9+87=96",
"96-14=82"
] | Current State: 82:[48, 62, 9, 87], Operations: []
Exploring Operation: 62-48=14, Resulting Numbers: [9, 87, 14]
Generated Node #2: [9, 87, 14] from Operation: 62-48=14
Current State: 82:[9, 87, 14], Operations: ['62-48=14']
Exploring Operation: 9+87=96, Resulting Numbers: [14, 96]
Generated Node #3: [14, 96] from Opera... | 4 |
[
94,
38,
61,
50
] | 45 | [
"94-38=56",
"61-50=11",
"56-11=45"
] | Current State: 45:[94, 38, 61, 50], Operations: []
Exploring Operation: 94-38=56, Resulting Numbers: [61, 50, 56]
Generated Node #2: [61, 50, 56] from Operation: 94-38=56
Current State: 45:[61, 50, 56], Operations: ['94-38=56']
Exploring Operation: 61-50=11, Resulting Numbers: [56, 11]
Generated Node #3: [56, 11] from ... | 4 |
[
62,
62,
43,
93
] | 74 | [
"62+62=124",
"93-43=50",
"124-50=74"
] | Current State: 74:[62, 62, 43, 93], Operations: []
Exploring Operation: 62+62=124, Resulting Numbers: [43, 93, 124]
Generated Node #2: [43, 93, 124] from Operation: 62+62=124
Current State: 74:[43, 93, 124], Operations: ['62+62=124']
Exploring Operation: 93-43=50, Resulting Numbers: [124, 50]
Generated Node #3: [124, 5... | 4 |
[
5,
60,
28,
85
] | 75 | [
"60-28=32",
"5*32=160",
"160-85=75"
] | Current State: 75:[5, 60, 28, 85], Operations: []
Exploring Operation: 60-28=32, Resulting Numbers: [5, 85, 32]
Generated Node #2: [5, 85, 32] from Operation: 60-28=32
Current State: 75:[5, 85, 32], Operations: ['60-28=32']
Exploring Operation: 5*32=160, Resulting Numbers: [85, 160]
Generated Node #3: [85, 160] from Op... | 4 |
[
27,
57,
85,
52
] | 53 | [
"27+57=84",
"85+52=137",
"137-84=53"
] | Current State: 53:[27, 57, 85, 52], Operations: []
Exploring Operation: 27+57=84, Resulting Numbers: [85, 52, 84]
Generated Node #2: [85, 52, 84] from Operation: 27+57=84
Current State: 53:[85, 52, 84], Operations: ['27+57=84']
Exploring Operation: 85+52=137, Resulting Numbers: [84, 137]
Generated Node #3: [84, 137] fr... | 4 |
[
15,
54,
5,
43
] | 64 | [
"15*5=75",
"54-43=11",
"75-11=64"
] | Current State: 64:[15, 54, 5, 43], Operations: []
Exploring Operation: 15*5=75, Resulting Numbers: [54, 43, 75]
Generated Node #2: [54, 43, 75] from Operation: 15*5=75
Current State: 64:[54, 43, 75], Operations: ['15*5=75']
Exploring Operation: 54-43=11, Resulting Numbers: [75, 11]
Generated Node #3: [75, 11] from Oper... | 4 |
[
60,
98,
79,
6
] | 47 | [
"98-60=38",
"79+6=85",
"85-38=47"
] | Current State: 47:[60, 98, 79, 6], Operations: []
Exploring Operation: 98-60=38, Resulting Numbers: [79, 6, 38]
Generated Node #2: [79, 6, 38] from Operation: 98-60=38
Current State: 47:[79, 6, 38], Operations: ['98-60=38']
Exploring Operation: 79+6=85, Resulting Numbers: [38, 85]
Generated Node #3: [38, 85] from Opera... | 4 |
[
90,
68,
73,
34
] | 61 | [
"90-68=22",
"73-34=39",
"22+39=61"
] | Current State: 61:[90, 68, 73, 34], Operations: []
Exploring Operation: 90-68=22, Resulting Numbers: [73, 34, 22]
Generated Node #2: [73, 34, 22] from Operation: 90-68=22
Current State: 61:[73, 34, 22], Operations: ['90-68=22']
Exploring Operation: 73-34=39, Resulting Numbers: [22, 39]
Generated Node #3: [22, 39] from ... | 4 |
[
2,
34,
83,
35
] | 21 | [
"2*35=70",
"83-34=49",
"70-49=21"
] | Current State: 21:[2, 34, 83, 35], Operations: []
Exploring Operation: 2*35=70, Resulting Numbers: [34, 83, 70]
Generated Node #2: [34, 83, 70] from Operation: 2*35=70
Current State: 21:[34, 83, 70], Operations: ['2*35=70']
Exploring Operation: 83-34=49, Resulting Numbers: [70, 49]
Generated Node #3: [70, 49] from Oper... | 4 |
[
85,
29,
97,
40
] | 50 | [
"85*40=3400",
"97-29=68",
"3400/68=50"
] | Current State: 50:[85, 29, 97, 40], Operations: []
Exploring Operation: 85*40=3400, Resulting Numbers: [29, 97, 3400]
Generated Node #2: [29, 97, 3400] from Operation: 85*40=3400
Current State: 50:[29, 97, 3400], Operations: ['85*40=3400']
Exploring Operation: 97-29=68, Resulting Numbers: [3400, 68]
Generated Node #3: ... | 4 |
[
29,
16,
79,
41
] | 51 | [
"29-16=13",
"79-41=38",
"13+38=51"
] | Current State: 51:[29, 16, 79, 41], Operations: []
Exploring Operation: 29-16=13, Resulting Numbers: [79, 41, 13]
Generated Node #2: [79, 41, 13] from Operation: 29-16=13
Current State: 51:[79, 41, 13], Operations: ['29-16=13']
Exploring Operation: 79-41=38, Resulting Numbers: [13, 38]
Generated Node #3: [13, 38] from ... | 4 |
[
20,
58,
12,
17
] | 73 | [
"20+58=78",
"17-12=5",
"78-5=73"
] | Current State: 73:[20, 58, 12, 17], Operations: []
Exploring Operation: 20+58=78, Resulting Numbers: [12, 17, 78]
Generated Node #2: [12, 17, 78] from Operation: 20+58=78
Current State: 73:[12, 17, 78], Operations: ['20+58=78']
Exploring Operation: 17-12=5, Resulting Numbers: [78, 5]
Generated Node #3: [78, 5] from Ope... | 4 |
[
45,
86,
13,
15
] | 82 | [
"86-45=41",
"15-13=2",
"41*2=82"
] | Current State: 82:[45, 86, 13, 15], Operations: []
Exploring Operation: 86-45=41, Resulting Numbers: [13, 15, 41]
Generated Node #2: [13, 15, 41] from Operation: 86-45=41
Current State: 82:[13, 15, 41], Operations: ['86-45=41']
Exploring Operation: 15-13=2, Resulting Numbers: [41, 2]
Generated Node #3: [41, 2] from Ope... | 4 |
[
28,
46,
54,
2
] | 86 | [
"28/2=14",
"46+54=100",
"100-14=86"
] | Current State: 86:[28, 46, 54, 2], Operations: []
Exploring Operation: 28/2=14, Resulting Numbers: [46, 54, 14]
Generated Node #2: [46, 54, 14] from Operation: 28/2=14
Current State: 86:[46, 54, 14], Operations: ['28/2=14']
Exploring Operation: 46+54=100, Resulting Numbers: [14, 100]
Generated Node #3: [14, 100] from O... | 4 |
[
17,
38,
49,
49
] | 38 | [
"49-49=0",
"17*0=0",
"38+0=38"
] | Current State: 38:[17, 38, 49, 49], Operations: []
Exploring Operation: 49-49=0, Resulting Numbers: [17, 38, 0]
Generated Node #2: [17, 38, 0] from Operation: 49-49=0
Current State: 38:[17, 38, 0], Operations: ['49-49=0']
Exploring Operation: 17*0=0, Resulting Numbers: [38, 0]
Generated Node #3: [38, 0] from Operation:... | 4 |
[
49,
2,
53,
21
] | 99 | [
"53+21=74",
"2*74=148",
"148-49=99"
] | Current State: 99:[49, 2, 53, 21], Operations: []
Exploring Operation: 53+21=74, Resulting Numbers: [49, 2, 74]
Generated Node #2: [49, 2, 74] from Operation: 53+21=74
Current State: 99:[49, 2, 74], Operations: ['53+21=74']
Exploring Operation: 2*74=148, Resulting Numbers: [49, 148]
Generated Node #3: [49, 148] from Op... | 4 |
[
2,
27,
5,
51
] | 93 | [
"27*5=135",
"51+135=186",
"186/2=93"
] | Current State: 93:[2, 27, 5, 51], Operations: []
Exploring Operation: 27*5=135, Resulting Numbers: [2, 51, 135]
Generated Node #2: [2, 51, 135] from Operation: 27*5=135
Current State: 93:[2, 51, 135], Operations: ['27*5=135']
Exploring Operation: 51+135=186, Resulting Numbers: [2, 186]
Generated Node #3: [2, 186] from ... | 4 |
[
36,
26,
84,
93
] | 90 | [
"36-26=10",
"93-84=9",
"10*9=90"
] | Current State: 90:[36, 26, 84, 93], Operations: []
Exploring Operation: 36-26=10, Resulting Numbers: [84, 93, 10]
Generated Node #2: [84, 93, 10] from Operation: 36-26=10
Current State: 90:[84, 93, 10], Operations: ['36-26=10']
Exploring Operation: 93-84=9, Resulting Numbers: [10, 9]
Generated Node #3: [10, 9] from Ope... | 4 |
[
39,
56,
53,
74
] | 78 | [
"53-39=14",
"56/14=4",
"74+4=78"
] | Current State: 78:[39, 56, 53, 74], Operations: []
Exploring Operation: 53-39=14, Resulting Numbers: [56, 74, 14]
Generated Node #2: [56, 74, 14] from Operation: 53-39=14
Current State: 78:[56, 74, 14], Operations: ['53-39=14']
Exploring Operation: 56/14=4, Resulting Numbers: [74, 4]
Generated Node #3: [74, 4] from Ope... | 4 |
[
62,
86,
76,
48
] | 84 | [
"76+48=124",
"124/62=2",
"86-2=84"
] | Current State: 84:[62, 86, 76, 48], Operations: []
Exploring Operation: 76+48=124, Resulting Numbers: [62, 86, 124]
Generated Node #2: [62, 86, 124] from Operation: 76+48=124
Current State: 84:[62, 86, 124], Operations: ['76+48=124']
Exploring Operation: 124/62=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] f... | 4 |
[
43,
14,
49,
6
] | 84 | [
"43-14=29",
"49+6=55",
"29+55=84"
] | Current State: 84:[43, 14, 49, 6], Operations: []
Exploring Operation: 43-14=29, Resulting Numbers: [49, 6, 29]
Generated Node #2: [49, 6, 29] from Operation: 43-14=29
Current State: 84:[49, 6, 29], Operations: ['43-14=29']
Exploring Operation: 49+6=55, Resulting Numbers: [29, 55]
Generated Node #3: [29, 55] from Opera... | 4 |
[
8,
58,
11,
16
] | 77 | [
"58-8=50",
"11+16=27",
"50+27=77"
] | Current State: 77:[8, 58, 11, 16], Operations: []
Exploring Operation: 58-8=50, Resulting Numbers: [11, 16, 50]
Generated Node #2: [11, 16, 50] from Operation: 58-8=50
Current State: 77:[11, 16, 50], Operations: ['58-8=50']
Exploring Operation: 11+16=27, Resulting Numbers: [50, 27]
Generated Node #3: [50, 27] from Oper... | 4 |
[
64,
16,
74,
32
] | 54 | [
"64/16=4",
"32*4=128",
"128-74=54"
] | Current State: 54:[64, 16, 74, 32], Operations: []
Exploring Operation: 64/16=4, Resulting Numbers: [74, 32, 4]
Generated Node #2: [74, 32, 4] from Operation: 64/16=4
Current State: 54:[74, 32, 4], Operations: ['64/16=4']
Exploring Operation: 32*4=128, Resulting Numbers: [74, 128]
Generated Node #3: [74, 128] from Oper... | 4 |
[
71,
94,
46,
55
] | 57 | [
"94-71=23",
"46/23=2",
"55+2=57"
] | Current State: 57:[71, 94, 46, 55], Operations: []
Exploring Operation: 94-71=23, Resulting Numbers: [46, 55, 23]
Generated Node #2: [46, 55, 23] from Operation: 94-71=23
Current State: 57:[46, 55, 23], Operations: ['94-71=23']
Exploring Operation: 46/23=2, Resulting Numbers: [55, 2]
Generated Node #3: [55, 2] from Ope... | 4 |
[
28,
51,
51,
94
] | 66 | [
"28+51=79",
"51+94=145",
"145-79=66"
] | Current State: 66:[28, 51, 51, 94], Operations: []
Exploring Operation: 28+51=79, Resulting Numbers: [94, 79]
Generated Node #2: [94, 79] from Operation: 28+51=79
Current State: 66:[94, 79], Operations: ['28+51=79']
Exploring Operation: 51+94=145, Resulting Numbers: [79, 145]
Generated Node #3: [79, 145] from Operation... | 4 |
[
25,
81,
97,
75
] | 70 | [
"25*81=2025",
"2025/75=27",
"97-27=70"
] | Current State: 70:[25, 81, 97, 75], Operations: []
Exploring Operation: 25*81=2025, Resulting Numbers: [97, 75, 2025]
Generated Node #2: [97, 75, 2025] from Operation: 25*81=2025
Current State: 70:[97, 75, 2025], Operations: ['25*81=2025']
Exploring Operation: 2025/75=27, Resulting Numbers: [97, 27]
Generated Node #3: ... | 4 |
[
94,
92,
42,
98
] | 91 | [
"94-92=2",
"98/2=49",
"42+49=91"
] | Current State: 91:[94, 92, 42, 98], Operations: []
Exploring Operation: 94-92=2, Resulting Numbers: [42, 98, 2]
Generated Node #2: [42, 98, 2] from Operation: 94-92=2
Current State: 91:[42, 98, 2], Operations: ['94-92=2']
Exploring Operation: 98/2=49, Resulting Numbers: [42, 49]
Generated Node #3: [42, 49] from Operati... | 4 |
[
68,
1,
1,
57
] | 91 | [
"1+1=2",
"68/2=34",
"57+34=91"
] | Current State: 91:[68, 1, 1, 57], Operations: []
Exploring Operation: 1+1=2, Resulting Numbers: [68, 57, 2]
Generated Node #2: [68, 57, 2] from Operation: 1+1=2
Current State: 91:[68, 57, 2], Operations: ['1+1=2']
Exploring Operation: 68/2=34, Resulting Numbers: [57, 34]
Generated Node #3: [57, 34] from Operation: 68/2... | 4 |
[
72,
5,
10,
56
] | 30 | [
"72-10=62",
"62-56=6",
"5*6=30"
] | Current State: 30:[72, 5, 10, 56], Operations: []
Exploring Operation: 72-10=62, Resulting Numbers: [5, 56, 62]
Generated Node #2: [5, 56, 62] from Operation: 72-10=62
Current State: 30:[5, 56, 62], Operations: ['72-10=62']
Exploring Operation: 62-56=6, Resulting Numbers: [5, 6]
Generated Node #3: [5, 6] from Operation... | 4 |
[
97,
58,
86,
50
] | 97 | [
"97-58=39",
"86+50=136",
"136-39=97"
] | Current State: 97:[97, 58, 86, 50], Operations: []
Exploring Operation: 97-58=39, Resulting Numbers: [86, 50, 39]
Generated Node #2: [86, 50, 39] from Operation: 97-58=39
Current State: 97:[86, 50, 39], Operations: ['97-58=39']
Exploring Operation: 86+50=136, Resulting Numbers: [39, 136]
Generated Node #3: [39, 136] fr... | 4 |
[
16,
73,
3,
1
] | 20 | [
"73-16=57",
"57/3=19",
"1+19=20"
] | Current State: 20:[16, 73, 3, 1], Operations: []
Exploring Operation: 73-16=57, Resulting Numbers: [3, 1, 57]
Generated Node #2: [3, 1, 57] from Operation: 73-16=57
Current State: 20:[3, 1, 57], Operations: ['73-16=57']
Exploring Operation: 57/3=19, Resulting Numbers: [1, 19]
Generated Node #3: [1, 19] from Operation: ... | 4 |
[
1,
48,
4,
95
] | 93 | [
"48-1=47",
"4*47=188",
"188-95=93"
] | Current State: 93:[1, 48, 4, 95], Operations: []
Exploring Operation: 48-1=47, Resulting Numbers: [4, 95, 47]
Generated Node #2: [4, 95, 47] from Operation: 48-1=47
Current State: 93:[4, 95, 47], Operations: ['48-1=47']
Exploring Operation: 4*47=188, Resulting Numbers: [95, 188]
Generated Node #3: [95, 188] from Operat... | 4 |
[
53,
54,
15,
50
] | 42 | [
"53+54=107",
"15+50=65",
"107-65=42"
] | Current State: 42:[53, 54, 15, 50], Operations: []
Exploring Operation: 53+54=107, Resulting Numbers: [15, 50, 107]
Generated Node #2: [15, 50, 107] from Operation: 53+54=107
Current State: 42:[15, 50, 107], Operations: ['53+54=107']
Exploring Operation: 15+50=65, Resulting Numbers: [107, 65]
Generated Node #3: [107, 6... | 4 |
[
29,
87,
21,
43
] | 58 | [
"43-29=14",
"87*14=1218",
"1218/21=58"
] | Current State: 58:[29, 87, 21, 43], Operations: []
Exploring Operation: 43-29=14, Resulting Numbers: [87, 21, 14]
Generated Node #2: [87, 21, 14] from Operation: 43-29=14
Current State: 58:[87, 21, 14], Operations: ['43-29=14']
Exploring Operation: 87*14=1218, Resulting Numbers: [21, 1218]
Generated Node #3: [21, 1218]... | 4 |
[
34,
62,
67,
20
] | 19 | [
"62-34=28",
"67-20=47",
"47-28=19"
] | Current State: 19:[34, 62, 67, 20], Operations: []
Exploring Operation: 62-34=28, Resulting Numbers: [67, 20, 28]
Generated Node #2: [67, 20, 28] from Operation: 62-34=28
Current State: 19:[67, 20, 28], Operations: ['62-34=28']
Exploring Operation: 67-20=47, Resulting Numbers: [28, 47]
Generated Node #3: [28, 47] from ... | 4 |
[
15,
75,
22,
18
] | 20 | [
"75-15=60",
"22+18=40",
"60-40=20"
] | Current State: 20:[15, 75, 22, 18], Operations: []
Exploring Operation: 75-15=60, Resulting Numbers: [22, 18, 60]
Generated Node #2: [22, 18, 60] from Operation: 75-15=60
Current State: 20:[22, 18, 60], Operations: ['75-15=60']
Exploring Operation: 22+18=40, Resulting Numbers: [60, 40]
Generated Node #3: [60, 40] from ... | 4 |
[
52,
49,
74,
87
] | 88 | [
"52+49=101",
"87-74=13",
"101-13=88"
] | Current State: 88:[52, 49, 74, 87], Operations: []
Exploring Operation: 52+49=101, Resulting Numbers: [74, 87, 101]
Generated Node #2: [74, 87, 101] from Operation: 52+49=101
Current State: 88:[74, 87, 101], Operations: ['52+49=101']
Exploring Operation: 87-74=13, Resulting Numbers: [101, 13]
Generated Node #3: [101, 1... | 4 |
[
51,
43,
6,
55
] | 69 | [
"51-43=8",
"6+55=61",
"8+61=69"
] | Current State: 69:[51, 43, 6, 55], Operations: []
Exploring Operation: 51-43=8, Resulting Numbers: [6, 55, 8]
Generated Node #2: [6, 55, 8] from Operation: 51-43=8
Current State: 69:[6, 55, 8], Operations: ['51-43=8']
Exploring Operation: 6+55=61, Resulting Numbers: [8, 61]
Generated Node #3: [8, 61] from Operation: 6+... | 4 |
[
29,
70,
3,
14
] | 82 | [
"29+70=99",
"3+14=17",
"99-17=82"
] | Current State: 82:[29, 70, 3, 14], Operations: []
Exploring Operation: 29+70=99, Resulting Numbers: [3, 14, 99]
Generated Node #2: [3, 14, 99] from Operation: 29+70=99
Current State: 82:[3, 14, 99], Operations: ['29+70=99']
Exploring Operation: 3+14=17, Resulting Numbers: [99, 17]
Generated Node #3: [99, 17] from Opera... | 4 |
[
24,
27,
12,
31
] | 84 | [
"31-27=4",
"24*4=96",
"96-12=84"
] | Current State: 84:[24, 27, 12, 31], Operations: []
Exploring Operation: 31-27=4, Resulting Numbers: [24, 12, 4]
Generated Node #2: [24, 12, 4] from Operation: 31-27=4
Current State: 84:[24, 12, 4], Operations: ['31-27=4']
Exploring Operation: 24*4=96, Resulting Numbers: [12, 96]
Generated Node #3: [12, 96] from Operati... | 4 |
[
80,
77,
75,
78
] | 76 | [
"80-78=2",
"77+75=152",
"152/2=76"
] | Current State: 76:[80, 77, 75, 78], Operations: []
Exploring Operation: 80-78=2, Resulting Numbers: [77, 75, 2]
Generated Node #2: [77, 75, 2] from Operation: 80-78=2
Current State: 76:[77, 75, 2], Operations: ['80-78=2']
Exploring Operation: 77+75=152, Resulting Numbers: [2, 152]
Generated Node #3: [2, 152] from Opera... | 4 |
[
70,
24,
56,
49
] | 53 | [
"70-24=46",
"56-49=7",
"46+7=53"
] | Current State: 53:[70, 24, 56, 49], Operations: []
Exploring Operation: 70-24=46, Resulting Numbers: [56, 49, 46]
Generated Node #2: [56, 49, 46] from Operation: 70-24=46
Current State: 53:[56, 49, 46], Operations: ['70-24=46']
Exploring Operation: 56-49=7, Resulting Numbers: [46, 7]
Generated Node #3: [46, 7] from Ope... | 4 |
[
96,
13,
2,
63
] | 86 | [
"96+13=109",
"63+109=172",
"172/2=86"
] | Current State: 86:[96, 13, 2, 63], Operations: []
Exploring Operation: 96+13=109, Resulting Numbers: [2, 63, 109]
Generated Node #2: [2, 63, 109] from Operation: 96+13=109
Current State: 86:[2, 63, 109], Operations: ['96+13=109']
Exploring Operation: 63+109=172, Resulting Numbers: [2, 172]
Generated Node #3: [2, 172] f... | 4 |
[
65,
76,
10,
27
] | 48 | [
"76-65=11",
"10+27=37",
"11+37=48"
] | Current State: 48:[65, 76, 10, 27], Operations: []
Exploring Operation: 76-65=11, Resulting Numbers: [10, 27, 11]
Generated Node #2: [10, 27, 11] from Operation: 76-65=11
Current State: 48:[10, 27, 11], Operations: ['76-65=11']
Exploring Operation: 10+27=37, Resulting Numbers: [11, 37]
Generated Node #3: [11, 37] from ... | 4 |
[
89,
44,
51,
62
] | 85 | [
"62-51=11",
"44/11=4",
"89-4=85"
] | Current State: 85:[89, 44, 51, 62], Operations: []
Exploring Operation: 62-51=11, Resulting Numbers: [89, 44, 11]
Generated Node #2: [89, 44, 11] from Operation: 62-51=11
Current State: 85:[89, 44, 11], Operations: ['62-51=11']
Exploring Operation: 44/11=4, Resulting Numbers: [89, 4]
Generated Node #3: [89, 4] from Ope... | 4 |
[
5,
58,
27,
95
] | 15 | [
"58-5=53",
"95-27=68",
"68-53=15"
] | Current State: 15:[5, 58, 27, 95], Operations: []
Exploring Operation: 58-5=53, Resulting Numbers: [27, 95, 53]
Generated Node #2: [27, 95, 53] from Operation: 58-5=53
Current State: 15:[27, 95, 53], Operations: ['58-5=53']
Exploring Operation: 95-27=68, Resulting Numbers: [53, 68]
Generated Node #3: [53, 68] from Oper... | 4 |
[
71,
32,
74,
22
] | 91 | [
"71-32=39",
"74-22=52",
"39+52=91"
] | Current State: 91:[71, 32, 74, 22], Operations: []
Exploring Operation: 71-32=39, Resulting Numbers: [74, 22, 39]
Generated Node #2: [74, 22, 39] from Operation: 71-32=39
Current State: 91:[74, 22, 39], Operations: ['71-32=39']
Exploring Operation: 74-22=52, Resulting Numbers: [39, 52]
Generated Node #3: [39, 52] from ... | 4 |
[
17,
42,
26,
35
] | 88 | [
"42*35=1470",
"26+1470=1496",
"1496/17=88"
] | Current State: 88:[17, 42, 26, 35], Operations: []
Exploring Operation: 42*35=1470, Resulting Numbers: [17, 26, 1470]
Generated Node #2: [17, 26, 1470] from Operation: 42*35=1470
Current State: 88:[17, 26, 1470], Operations: ['42*35=1470']
Exploring Operation: 26+1470=1496, Resulting Numbers: [17, 1496]
Generated Node ... | 4 |
[
46,
79,
19,
25
] | 11 | [
"79-46=33",
"19+25=44",
"44-33=11"
] | Current State: 11:[46, 79, 19, 25], Operations: []
Exploring Operation: 79-46=33, Resulting Numbers: [19, 25, 33]
Generated Node #2: [19, 25, 33] from Operation: 79-46=33
Current State: 11:[19, 25, 33], Operations: ['79-46=33']
Exploring Operation: 19+25=44, Resulting Numbers: [33, 44]
Generated Node #3: [33, 44] from ... | 4 |
[
76,
78,
13,
94
] | 83 | [
"78-76=2",
"94-13=81",
"2+81=83"
] | Current State: 83:[76, 78, 13, 94], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [13, 94, 2]
Generated Node #2: [13, 94, 2] from Operation: 78-76=2
Current State: 83:[13, 94, 2], Operations: ['78-76=2']
Exploring Operation: 94-13=81, Resulting Numbers: [2, 81]
Generated Node #3: [2, 81] from Operatio... | 4 |
[
30,
6,
60,
37
] | 60 | [
"30+6=36",
"37-36=1",
"60*1=60"
] | Current State: 60:[30, 6, 60, 37], Operations: []
Exploring Operation: 30+6=36, Resulting Numbers: [60, 37, 36]
Generated Node #2: [60, 37, 36] from Operation: 30+6=36
Current State: 60:[60, 37, 36], Operations: ['30+6=36']
Exploring Operation: 37-36=1, Resulting Numbers: [60, 1]
Generated Node #3: [60, 1] from Operati... | 4 |
[
3,
92,
18,
23
] | 50 | [
"3*18=54",
"92/23=4",
"54-4=50"
] | Current State: 50:[3, 92, 18, 23], Operations: []
Exploring Operation: 3*18=54, Resulting Numbers: [92, 23, 54]
Generated Node #2: [92, 23, 54] from Operation: 3*18=54
Current State: 50:[92, 23, 54], Operations: ['3*18=54']
Exploring Operation: 92/23=4, Resulting Numbers: [54, 4]
Generated Node #3: [54, 4] from Operati... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.