Skip to content

Commit cb5a483

Browse files
committed
fix: update README.md
1 parent a7bfc23 commit cb5a483

File tree

1 file changed

+0
-8
lines changed
  • solution/1000-1099/1096.Brace Expansion II

1 file changed

+0
-8
lines changed

solution/1000-1099/1096.Brace Expansion II/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@
2828
输出:["acd","ace","bcd","bce"]
2929
```
3030

31-
**示例 2:**
32-
33-
```
34-
输入:"{{a,z}, a{b,c}, {ab,z}}"
35-
输出:["a","ab","ac","z"]
36-
解释:输出中 不应 出现重复的组合结果。
37-
```
38-
3931
**提示:**
4032

4133
1. `1 <= expression.length <= 50`

0 commit comments

Comments
 (0)