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

Commit64d5fe7

Browse files
authored
Source Code
1 parent1c6d068 commit64d5fe7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

‎README.md‎

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,20 @@
176176
||||||||
177177
| 917|[Reverse Only Letters](https://leetcode.com/problems/reverse-only-letters)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/917.%20Reverse%20Only%20Letters)|**O(n)**|**O(n)**| Easy|```String```|
178178
||||||||
179+
| 921|[Minimum Add to Make Parentheses Valid](https://leetcode.com/problems/minimum-add-to-make-parentheses-valid)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/921.%20Minimum%20Add%20to%20Make%20Parentheses%20Valid)|**O(n)**|**O(n)**| Medium|```Stack, Greedy```|
180+
||||||||
181+
| 922|[Sort Array By Parity II](https://leetcode.com/problems/sort-array-by-parity-ii)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/922.%20Sort%20Array%20By%20Parity%20II)|**O(n)**|**O(n)**| Easy|```Array, Sort```|
182+
||||||||
179183
| 929|[Unique Email Addresses](https://leetcode.com/problems/unique-email-addresses)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/929.%20Unique%20Email%20Addresses)|**O(n)**|**O(n)**| Easy|```String```|
180184
||||||||
181-
182-
183-
185+
| 941|[Valid Mountain Array](https://leetcode.com/problems/valid-mountain-array)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/941.%20Valid%20Mountain%20Array)|**O(n)**|**O(1)**| Easy|```Array```|
186+
||||||||
187+
| 944|[Delete Columns to Make Sorted](https://leetcode.com/problems/delete-columns-to-make-sorted)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/944.%20Delete%20Columns%20to%20Make%20Sorted)|**O(n)**|**O(1)**| Easy|```Greedy```|
188+
||||||||
189+
| 950|[Reveal Cards In Increasing Order](https://leetcode.com/problems/reveal-cards-in-increasing-order)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/950.%20Reveal%20Cards%20In%20Increasing%20Order)|**O(n)**|**O(n)**| Medium|```Array```|
190+
||||||||
191+
| 961|[N-Repeated Element in Size 2N Array](https://leetcode.com/problems/n-repeated-element-in-size-2n-array)|[Solution](https://github.com/Pratul1997/LeetCode/tree/master/Source%20Code/961.%20N-Repeated%20Element%20in%20Size%202N%20Array)|**O(n)**|**O(n)**| Easy|```Hash Table```|
192+
||||||||
184193

185194

186195

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp