Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ecf72c

Browse files
author
luzhipeng
committed
fix: typo
1 parent885350c commit1ecf72c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎problems/239.sliding-window-maximum.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ var maxSlidingWindow = function(nums, k) {
7575

7676
##关键点解析
7777

78-
-递归简化操作
79-
- 如果树很高,建议使用栈来代替递归
80-
-这道题目对顺序没要求的,因此队列数组操作都是一样的,无任何区别
78+
-双端队列简化时间复杂度
79+
80+
-滑动窗口
8181

8282
##代码
8383

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp