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

Commit3a845c6

Browse files
authored
Source Code
1 parente63e5cf commit3a845c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@
168168
||||||||
169169
| 832|[Flipping an Image](https://leetcode.com/problems/flipping-an-image)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/832.%20Flipping%20an%20Image)|**O(n^2)**|**O(1)**| Easy|```Array```|
170170
||||||||
171+
| 852|[Peak Index in a Mountain Array](https://leetcode.com/problems/peak-index-in-a-mountain-array)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/852.%20Peak%20Index%20in%20a%20Mountain%20Array)|**O(n)**|**O(1)**| Easy|```Binary Search```|
172+
||||||||
173+
| 856|[Score of Parentheses](https://leetcode.com/problems/score-of-parentheses)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/856.%20Score%20of%20Parentheses)|**O(n)**|**O(n)**| Medium|```String, Stack```|
174+
||||||||
171175
| 896|[Monotonic Array](https://leetcode.com/problems/monotonic-array)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/896.%20Monotonic%20Array)|**O(n)**|**O(1)**| Easy|```Array```|
172176
||||||||
173177
| 905|[Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity)|[Solution](https://github.com/Pratul1997/LeetCode/blob/master/Source%20Code/905.%20Sort%20Array%20By%20Parity/README.md)|**O(n)**|**O(n)**| Easy|```Array```|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp