You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,8 @@ If you want to use this project follow the steps [here](https://github.com/NineP
233
233
| 278. First Bad Version |[🔗](https://leetcode.romitsagu.com/solutions/278/)|| Binary Search, Interactive |
234
234
| 283. Move Zeroes |[🔗](https://leetcode.romitsagu.com/solutions/283/)|| Array, Two Pointers |
235
235
| 287. Find The Duplicate Number |[🔗](https://leetcode.romitsagu.com/solutions/287/)|| Array, Two Pointers, Binary Search, Bit Manipulation |
236
+
| 290. Word Pattern |[🔗](https://leetcode.romitsagu.com/solutions/290/)|| Hash Table, String |
237
+
| 292. Nim Game |[🔗](https://leetcode.romitsagu.com/solutions/292/)|| Math, Brainteaser, Game Theory |
236
238
| 295. Find Median From Data Stream |[🔗](https://leetcode.romitsagu.com/solutions/295/)|| Two Pointers, Design, Sorting, Heap (Priority Queue), Data Stream |
| 303. Range Sum Query Immutable |[🔗](https://leetcode.romitsagu.com/solutions/303/)|| Array, Design, Prefix Sum |
@@ -248,6 +250,8 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 338. Counting Bits |[🔗](https://leetcode.romitsagu.com/solutions/338/)|| Dynamic Programming, Bit Manipulation |
250
252
| 342. Power Of Four |[🔗](https://leetcode.romitsagu.com/solutions/342/)|| Math, Bit Manipulation, Recursion |
253
+
| 344. Reverse String |[🔗](https://leetcode.romitsagu.com/solutions/344/)|| Two Pointers, String |
254
+
| 345. Reverse Vowels Of A String |[🔗](https://leetcode.romitsagu.com/solutions/345/)|| Two Pointers, String |
251
255
| 347. Top K Frequent Elements |[🔗](https://leetcode.romitsagu.com/solutions/347/)|| Array, Hash Table, Divide and Conquer, Sorting, Heap (Priority Queue), Bucket Sort, Counting, Quickselect |
252
256
| 349. Intersection Of Two Arrays |[🔗](https://leetcode.romitsagu.com/solutions/349/)|| Array, Hash Table, Two Pointers, Binary Search, Sorting |
253
257
| 350. Intersection Of Two Arrays II |[🔗](https://leetcode.romitsagu.com/solutions/350/)|| Array, Hash Table, Two Pointers, Binary Search, Sorting |
@@ -262,6 +266,8 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 377. Combination Sum IV |[🔗](https://leetcode.romitsagu.com/solutions/377/)|| Array, Dynamic Programming |
264
268
| 378. Kth Smallest Element In A Sorted Matrix |[🔗](https://leetcode.romitsagu.com/solutions/378/)|| Array, Binary Search, Sorting, Heap (Priority Queue), Matrix |
| 387. First Unique Character In A String |[🔗](https://leetcode.romitsagu.com/solutions/387/)|| Hash Table, String, Queue, Counting |
265
271
| 389. Find The Difference |[🔗](https://leetcode.romitsagu.com/solutions/389/)|| Hash Table, String, Bit Manipulation, Sorting |
266
272
| 392. Is Subsequence |[🔗](https://leetcode.romitsagu.com/solutions/392/)|| Two Pointers, String, Dynamic Programming |
| 414. Third Maximum Number |[🔗](https://leetcode.romitsagu.com/solutions/414/)|| Array, Sorting |
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)|| Array, Hash Table, Bit Manipulation, Trie |
@@ -412,6 +419,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 879. Maximize Distance To Closest Person |[🔗](https://leetcode.romitsagu.com/solutions/879/)|| Array |
414
421
| 882. Peak Index In A Mountain Array |[🔗](https://leetcode.romitsagu.com/solutions/882/)|| Array, Binary Search |
| 900. Reordered Power Of 2 |[🔗](https://leetcode.romitsagu.com/solutions/900/)|| Hash Table, Math, Sorting, Counting, Enumeration |
416
424
| 908. Middle Of The Linked List |[🔗](https://leetcode.romitsagu.com/solutions/908/)|| Linked List, Two Pointers |
417
425
| 940. Fruit Into Baskets |[🔗](https://leetcode.romitsagu.com/solutions/940/)|| Array, Hash Table, Sliding Window |
@@ -505,6 +513,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 3620. Maximum Number Of Distinct Elements After Operations |[🔗](https://leetcode.romitsagu.com/solutions/3620/)|| Array, Greedy, Sorting |
507
515
| 3622. Maximum Frequency Of An Element After Performing Operations I |[🔗](https://leetcode.romitsagu.com/solutions/3622/)|| Array, Binary Search, Sliding Window, Sorting, Prefix Sum |
516
+
| 3640. Maximum Frequency Of An Element After Performing Operations II |[🔗](https://leetcode.romitsagu.com/solutions/3640/)|| Array, Binary Search, Sliding Window, Sorting, Prefix Sum |
508
517
| 3648. Find The Maximum Number Of Fruits Collected |[🔗](https://leetcode.romitsagu.com/solutions/3648/)|| Array, Dynamic Programming, Matrix |
0 commit comments