Skip to content

Commit 6668aba

Browse files
authored
Update README.md
1 parent afa37e8 commit 6668aba

File tree

1 file changed

+1
-1
lines changed
  • solution/1300-1399/1395.Count Number of Teams

1 file changed

+1
-1
lines changed

solution/1300-1399/1395.Count Number of Teams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ function numTeams(rating: number[]): number {
529529

530530
<!-- solution:start -->
531531

532-
### Solution 3: Recursion + Memoization
532+
### 方法三:记忆化搜索
533533

534534
<!-- tabs:start -->
535535

0 commit comments

Comments
 (0)