Skip to content

Commit f3f5f24

Browse files
authoredSep 9, 2023
chore: update lc problems (#1590)
1 parent 408589c commit f3f5f24

File tree

53 files changed

+368
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+368
-311
lines changed
 

‎solution/0100-0199/0115.Distinct Subsequences/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
<!-- 这里写题目描述 -->
88

9-
<p>给你两个字符串 <code>s</code><strong> </strong>和 <code>t</code> ,统计并返回在 <code>s</code> 的 <strong>子序列</strong> 中 <code>t</code> 出现的个数。</p>
10-
11-
<p>题目数据保证答案符合 32 位带符号整数范围。</p>
9+
<p>给你两个字符串 <code>s</code><strong> </strong>和 <code>t</code> ,统计并返回在 <code>s</code> 的 <strong>子序列</strong> 中 <code>t</code> 出现的个数,结果需要对&nbsp;10<sup>9</sup> + 7 取模。</p>
1210

1311
<p>&nbsp;</p>
1412

‎solution/0100-0199/0115.Distinct Subsequences/README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Description
66

7-
<p>Given two strings <code>s</code> and <code>t</code>, return <em>the number of distinct</em> <span data-keyword="subsequence-string"><strong><em>subsequences</em></strong></span><em> of </em><code>s</code><em> which equals </em><code>t</code>.</p>
7+
<p>Given two strings s and t, return <i>the number of distinct</i> <b><i>subsequences</i></b><i> of </i>s<i> which equals </i>t.</p>
88

99
<p>The test cases are generated so that the answer fits on a 32-bit signed integer.</p>
1010

0 commit comments

Comments
 (0)