Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer committed Feb 1, 2020
1 parent b71622b commit 2057b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion problems/1332.remove-palindromic-subsequences.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ https://leetcode-cn.com/problems/remove-palindromic-subsequences/

## 题目描述

```给你一个字符串 s,它仅由字母 'a' 和 'b' 组成。每一次删除操作都可以从 s 中删除一个回文 子序列。
```
给你一个字符串 s,它仅由字母 'a' 和 'b' 组成。每一次删除操作都可以从 s 中删除一个回文 子序列。
返回删除给定字符串中所有字符(字符串为空)的最小删除次数。
Expand Down

0 comments on commit 2057b5e

Please sign in to comment.