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

Commita1eff91

Browse files
authored
Source Code
1 parent3a845c6 commita1eff91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@
172172
||||||||
173173
| 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```|
174174
||||||||
175+
| 860|[Lemonade Change](https://leetcode.com/problems/lemonade-change)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/860.%20Lemonade%20Change)|**O(n)**|**O(1)**| Easy|```Greedy```|
176+
||||||||
177+
| 867|[Transpose Matrix](https://leetcode.com/problems/transpose-matrix)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/867.%20Transpose%20Matrix)|**O(n^2)**|**O(n^2)**| Easy|```Array```|
178+
||||||||
179+
| 868|[Binary Gap](https://leetcode.com/problems/binary-gap)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/868.%20Binary%20Gap)|**O(n)**|**O(1)**| Easy|```Math```|
180+
||||||||
175181
| 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```|
176182
||||||||
177183
| 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