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
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)|| Array, Hash Table, Bit Manipulation, Trie |
293
293
| 434. Number Of Segments In A String |[🔗](https://leetcode.romitsagu.com/solutions/434/)|| String |
| 442. Find All Duplicates In An Array |[🔗](https://leetcode.romitsagu.com/solutions/442/)|| Array, Hash Table |
@@ -325,6 +326,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
325
326
| 530. Minimum Absolute Difference In Bst |[🔗](https://leetcode.romitsagu.com/solutions/530/)|| Tree, Depth-First Search, Breadth-First Search, Binary Search Tree, Binary Tree |
326
327
| 541. Reverse String II |[🔗](https://leetcode.romitsagu.com/solutions/541/)|| Two Pointers, String |
327
328
| 543. Diameter Of Binary Tree |[🔗](https://leetcode.romitsagu.com/solutions/543/)|| Tree, Depth-First Search, Binary Tree |
| 551. Student Attendance Record I |[🔗](https://leetcode.romitsagu.com/solutions/551/)|| String |
329
331
| 557. Reverse Words In A String III |[🔗](https://leetcode.romitsagu.com/solutions/557/)|| Two Pointers, String |
@@ -450,6 +452,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
450
452
| 1250. Longest Common Subsequence |[🔗](https://leetcode.romitsagu.com/solutions/1250/)|| String, Dynamic Programming |
451
453
| 1258. Article Views I |[🔗](https://leetcode.romitsagu.com/solutions/1258/)|| Database |
452
454
| 1264. Maximum Number Of Words You Can Type |[🔗](https://leetcode.romitsagu.com/solutions/1264/)|| Hash Table, String |
455
+
| 1284. Four Divisors |[🔗](https://leetcode.romitsagu.com/solutions/1284/)|| Array, Math |
453
456
| 1330. Longest Arithmetic Subsequence Of Given Difference |[🔗](https://leetcode.romitsagu.com/solutions/1330/)|| Array, Hash Table, Dynamic Programming |
| 1364. Tuple With Same Product |[🔗](https://leetcode.romitsagu.com/solutions/1364/)|| Array, Hash Table, Counting |
@@ -466,6 +469,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
466
469
| 1440. Convert Integer To The Sum Of Two No Zero Integers |[🔗](https://leetcode.romitsagu.com/solutions/1440/)|| Math |
467
470
| 1448. Maximum 69 Number |[🔗](https://leetcode.romitsagu.com/solutions/1448/)|| Math, Greedy |
468
471
| 1509. Replace Employee Id With The Unique Identifier |[🔗](https://leetcode.romitsagu.com/solutions/1509/)|| Database |
472
+
| 1549. Longest Continuous Subarray With Absolute Diff Less Than Or Equal To Limit |[🔗](https://leetcode.romitsagu.com/solutions/1549/)|| Array, Queue, Sliding Window, Heap (Priority Queue), Ordered Set, Monotonic Queue |
469
473
| 1582. Design Browser History |[🔗](https://leetcode.romitsagu.com/solutions/1582/)|| Array, Linked List, Stack, Design, Doubly-Linked List, Data Stream |
470
474
| 1586. Longest Subarray Of 1s After Deleting One Element |[🔗](https://leetcode.romitsagu.com/solutions/1586/)|| Array, Dynamic Programming, Sliding Window |
471
475
| 1612. Avoid Flood In The City |[🔗](https://leetcode.romitsagu.com/solutions/1612/)|| Array, Hash Table, Binary Search, Greedy, Heap (Priority Queue) |
@@ -498,6 +502,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
498
502
| 2307. Replace Non Coprime Numbers In Array |[🔗](https://leetcode.romitsagu.com/solutions/2307/)|| Array, Math, Stack, Number Theory |
499
503
| 2316. Count Hills And Valleys In An Array |[🔗](https://leetcode.romitsagu.com/solutions/2316/)|| Array |
500
504
| 2324. Find Triangular Sum Of An Array |[🔗](https://leetcode.romitsagu.com/solutions/2324/)|| Array, Math, Simulation, Combinatorics |
505
+
| 2334. Number Of Flowers In Full Bloom |[🔗](https://leetcode.romitsagu.com/solutions/2334/)|| Array, Hash Table, Binary Search, Sorting, Prefix Sum, Ordered Set |
501
506
| 2343. Count Unguarded Cells In The Grid |[🔗](https://leetcode.romitsagu.com/solutions/2343/)|| Array, Matrix, Simulation |
502
507
| 2346. Largest 3 Same Digit Number In String |[🔗](https://leetcode.romitsagu.com/solutions/2346/)|| String |
503
508
| 2392. Successful Pairs Of Spells And Potions |[🔗](https://leetcode.romitsagu.com/solutions/2392/)|| Array, Two Pointers, Binary Search, Sorting |
@@ -522,8 +527,10 @@ If you want to use this project follow the steps [here](https://github.com/NineP
522
527
| 3278. Find The Number Of Ways To Place People I |[🔗](https://leetcode.romitsagu.com/solutions/3278/)|| Array, Math, Geometry, Sorting, Enumeration |
523
528
| 3279. Alice And Bob Playing Flower Game |[🔗](https://leetcode.romitsagu.com/solutions/3279/)|| Math |
524
529
| 3305. Count Prefix And Suffix Pairs II |[🔗](https://leetcode.romitsagu.com/solutions/3305/)|| Array, String, Trie, Rolling Hash, String Matching, Hash Function |
530
+
| 3329. Find The Length Of The Longest Common Prefix |[🔗](https://leetcode.romitsagu.com/solutions/3329/)|| Array, Hash Table, String, Trie |
525
531
| 3335. Minimum Operations To Write The Letter Y On A Grid |[🔗](https://leetcode.romitsagu.com/solutions/3335/)|| Array, Hash Table, Matrix, Counting |
526
532
| 3336. Water Bottles II |[🔗](https://leetcode.romitsagu.com/solutions/3336/)|| Math, Simulation |
533
+
| 3374. Count Alternating Subarrays |[🔗](https://leetcode.romitsagu.com/solutions/3374/)|| Array, Math |
527
534
| 3383. Taking Maximum Energy From The Mystic Dungeon |[🔗](https://leetcode.romitsagu.com/solutions/3383/)|| Array, Prefix Sum |
| 3830. Find Closest Person |[🔗](https://leetcode.romitsagu.com/solutions/3830/)|| Math |
556
563
| 3851. Find Sum Of Array Product Of Magical Sequences |[🔗](https://leetcode.romitsagu.com/solutions/3851/)|| Array, Math, Dynamic Programming, Bit Manipulation, Combinatorics, Bitmask |
564
+
| 3863. Power Grid Maintenance |[🔗](https://leetcode.romitsagu.com/solutions/3863/)|| Array, Hash Table, Depth-First Search, Breadth-First Search, Union Find, Graph, Heap (Priority Queue), Ordered Set |
557
565
| 3872. Find Most Frequent Vowel And Consonant |[🔗](https://leetcode.romitsagu.com/solutions/3872/)|| Hash Table, String, Counting |
0 commit comments