Apply suggestions from code review

This commit is contained in:
fwqaaq 2023-06-30 13:15:33 +08:00 committed by GitHub
parent e563783a71
commit 53f077dc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ impl Solution {
}
```
**动态规划优化**
**动态规划空间优化**
```rust
impl Solution {