Skip to content

53. Maximum Subarray#34

Open
skypenguins wants to merge 1 commit into
mainfrom
leetcode/arai60/problem-53
Open

53. Maximum Subarray#34
skypenguins wants to merge 1 commit into
mainfrom
leetcode/arai60/problem-53

Conversation

@skypenguins

Copy link
Copy Markdown
Owner

53. Maximum Subarray

次回予告: 62. Unique Paths

@skypenguins skypenguins self-assigned this Jun 21, 2026
Comment thread memo.md

return result
```
- 時間計算量: $O(n^{3})$ っぽいので、 $10^{4}$ あたりになるとTLE

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leetcode上で時間切れになることより、実行時間がどれくらいかが重要だと思います。

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LC上での制限に意識が取られすぎていたかもしれません。ご指摘ありがとうございます。

@skypenguins skypenguins changed the title add memo.md 53. Maximum Subarray Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants