Skip to content

VijayNegi/LeetCodeProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Leetcode

# Title Solution Runtime
1 Two Sum C++ 24 ms
2 Add Two Numbers C++ 51 ms
3 Longest Substring Without Repeating Characters C++ 6 ms
4 Median of Two Sorted Arrays C++ 16 ms
5 Longest Palindromic Substring C++ 11 ms
6 Zigzag Conversion C++ 7 ms
8 String to Integer (atoi) C++ 4 ms
10 Regular Expression Matching C++ 4 ms
11 Container With Most Water C++ 109 ms
12 Integer to Roman C++ 36 ms
13 Roman to Integer C++ 31 ms
14 Longest Common Prefix C++ 4 ms
15 3Sum C++ 82 ms
16 3Sum Closest C++ 521 ms
17 Letter Combinations of a Phone Number C++ 0 ms
19 Remove Nth Node From End of List C++ 6 ms
20 Valid Parentheses C++ 0 ms
21 Merge Two Sorted Lists C++ 4 ms
23 Merge k Sorted Lists C++ 40 ms
24 Swap Nodes in Pairs C++ 4 ms
26 Remove Duplicates from Sorted Array C++ 11 ms
28 Find the Index of the First Occurrence in a String C++ 0 ms
29 Divide Two Integers C++ 3 ms
30 Substring with Concatenation of All Words C++ 267 ms
31 Next Permutation C++ 0 ms
32 Longest Valid Parentheses C++ 3 ms
33 Search in Rotated Sorted Array C++ 3 ms
34 Find First and Last Position of Element in Sorted Array C++ 3 ms
35 Search Insert Position C++ 10 ms
36 Valid Sudoku C++ 41 ms
38 Count and Say C++ 12 ms
39 Combination Sum C++ 14 ms
41 First Missing Positive C++ 62 ms
42 Trapping Rain Water C++ 39 ms
43 Multiply Strings C++ 8 ms
45 Jump Game II C++ 537 ms
46 Permutations C++ 0 ms
47 Permutations II C++ 3 ms
48 Rotate Image C++ 6 ms
49 Group Anagrams C++ 89 ms
50 Pow(x, n) C++ 0 ms
51 N-Queens C++ 7 ms
52 N-Queens II C++ 3 ms
53 Maximum Subarray C++ 84 ms
54 Spiral Matrix C++ 0 ms
55 Jump Game C++ 85 ms
56 Merge Intervals C++ 12 ms
57 Insert Interval C++ 22 ms
58 Length of Last Word C++ 0 ms
59 Spiral Matrix II C++ 0 ms
61 Rotate List C++ 17 ms
62 Unique Paths C++ 0 ms
63 Unique Paths II C++ 3 ms
64 Minimum Path Sum C++ 7 ms
66 Plus One C++ 3 ms
67 Add Binary C++ 5 ms
70 Climbing Stairs C++ 0 ms
71 Simplify Path C++ 11 ms
72 Edit Distance C++ 6 ms
74 Search a 2D Matrix C++ 3 ms
75 Sort Colors C++ 0 ms
76 Minimum Window Substring C++ 8 ms
77 Combinations C++ 43 ms
78 Subsets C++ 3 ms
79 Word Search C++ 192 ms
80 Remove Duplicates from Sorted Array II C++ 11 ms
81 Search in Rotated Sorted Array II C++ 7 ms
82 Remove Duplicates from Sorted List II C++ 9 ms
83 Remove Duplicates from Sorted List C++ 14 ms
84 Largest Rectangle in Histogram C++ 116 ms
85 Maximal Rectangle C++ 28 ms
86 Partition List C++ 11 ms
87 Scramble String C++ 81 ms
88 Merge Sorted Array C++ 5 ms
91 Decode Ways C++ 4 ms
92 Reverse Linked List II C++ 4 ms
93 Restore IP Addresses C++ 0 ms
94 Binary Tree Inorder Traversal C++ 0 ms
95 Unique Binary Search Trees II C++ 15 ms
96 Unique Binary Search Trees C++ 0 ms
97 Interleaving String C++ 0 ms
98 Validate Binary Search Tree C++ 8 ms
99 Recover Binary Search Tree C++ 36 ms
100 Same Tree C++ 0 ms
101 Symmetric Tree C++ 11 ms
102 Binary Tree Level Order Traversal C++ 15 ms
103 Binary Tree Zigzag Level Order Traversal C++ 11 ms
104 Maximum Depth of Binary Tree C++ 12 ms
105 Construct Binary Tree from Preorder and Inorder Traversal C++ 54 ms
106 Construct Binary Tree from Inorder and Postorder Traversal JavaScript 72 ms
108 Convert Sorted Array to Binary Search Tree C++ 34 ms
111 Minimum Depth of Binary Tree C++ 278 ms
112 Path Sum C++ 28 ms
113 Path Sum II C++ 10 ms
114 Flatten Binary Tree to Linked List C++ 20 ms
116 Populating Next Right Pointers in Each Node C++ 16 ms
117 Populating Next Right Pointers in Each Node II C++ 16 ms
118 Pascal's Triangle C++ 0 ms
119 Pascal's Triangle II C++ 0 ms
120 Triangle C++ 8 ms
121 Best Time to Buy and Sell Stock C++ 120 ms
122 Best Time to Buy and Sell Stock II C++ 8 ms
124 Binary Tree Maximum Path Sum C++ 57 ms
125 Valid Palindrome C++ 8 ms
126 Word Ladder II C++ 47 ms
127 Word Ladder C++ 89 ms
128 Longest Consecutive Sequence C++ 316 ms
129 Sum Root to Leaf Numbers C++ 0 ms
130 Surrounded Regions C++ 16 ms
131 Palindrome Partitioning C++ 127 ms
133 Clone Graph C++ 4 ms
134 Gas Station C++ 76 ms
135 Candy C++ 32 ms
136 Single Number C++ 22 ms
137 Single Number II C++ 11 ms
138 Copy List with Random Pointer C++ 8 ms
139 Word Break C++ 9 ms
140 Word Break II C++ 0 ms
141 Linked List Cycle C++ 12 ms
142 Linked List Cycle II C++ 8 ms
143 Reorder List C++ 36 ms
144 Binary Tree Preorder Traversal C++ 6 ms
146 LRU Cache C++ 564 ms
147 Insertion Sort List C++ 16 ms
148 Sort List C++ 110 ms
149 Max Points on a Line C++ 54 ms
150 Evaluate Reverse Polish Notation C++ 10 ms
151 Reverse Words in a String C++ 3 ms
152 Maximum Product Subarray C++ 4 ms
153 Find Minimum in Rotated Sorted Array C++ 4 ms
160 Intersection of Two Linked Lists C++ 57 ms
165 Compare Version Numbers C++ 0 ms
167 Two Sum II - Input Array Is Sorted C++ 27 ms
168 Excel Sheet Column Title C++ 2 ms
169 Majority Element C++ 23 ms
171 Excel Sheet Column Number C++ 4 ms
173 Binary Search Tree Iterator C++ 24 ms
188 Best Time to Buy and Sell Stock IV C++ 20 ms
189 Rotate Array C++ 20 ms
190 Reverse Bits C++ 7 ms
191 Number of 1 Bits C++ 0 ms
198 House Robber C++ 2 ms
199 Binary Tree Right Side View C++ 7 ms
200 Number of Islands C++ 32 ms
201 Bitwise AND of Numbers Range C++ 0 ms
203 Remove Linked List Elements C++ 24 ms
205 Isomorphic Strings C++ 6 ms
206 Reverse Linked List C++ 8 ms
207 Course Schedule C++ 29 ms
208 Implement Trie (Prefix Tree) C++ 52 ms
209 Minimum Size Subarray Sum C++ 38 ms
210 Course Schedule II C++ 24 ms
211 Design Add and Search Words Data Structure C++ 72 ms
212 Word Search II C++ 1061 ms
214 Shortest Palindrome C++ 12 ms
215 Kth Largest Element in an Array C++ 268 ms
216 Combination Sum III C++ 0 ms
217 Contains Duplicate C++ 109 ms
218 The Skyline Problem C++ 66 ms
219 Contains Duplicate II C++ 195 ms
221 Maximal Square C++ 20 ms
222 Count Complete Tree Nodes C++ 46 ms
223 Rectangle Area C++ 3 ms
224 Basic Calculator C++ 21 ms
225 Implement Stack using Queues C++ 4 ms
226 Invert Binary Tree C++ 0 ms
227 Basic Calculator II C++ 8 ms
228 Summary Ranges C++ 0 ms
229 Majority Element II C++ 3 ms
230 Kth Smallest Element in a BST C++ 23 ms
231 Power of Two C++ 0 ms
232 Implement Queue using Stacks C++ 0 ms
233 Number of Digit One C++ 0 ms
234 Palindrome Linked List C++ 253 ms
235 Lowest Common Ancestor of a Binary Search Tree C++ 28 ms
236 Lowest Common Ancestor of a Binary Tree C++ 26 ms
237 Delete Node in a Linked List C++ 34 ms
238 Product of Array Except Self C++ 19 ms
239 Sliding Window Maximum C++ 637 ms
240 Search a 2D Matrix II C++ 220 ms
242 Valid Anagram C++ 7 ms
257 Binary Tree Paths C++ 4 ms
258 Add Digits C++ 0 ms
260 Single Number III C++ 3 ms
263 Ugly Number C++ 6 ms
268 Missing Number C++ 22 ms
278 First Bad Version C++ 0 ms
279 Perfect Squares C++ 361 ms
283 Move Zeroes C++ 16 ms
284 Peeking Iterator C++ 3 ms
287 Find the Duplicate Number C++ 135 ms
289 Game of Life C++ 0 ms
290 Word Pattern C++ 4 ms
295 Find Median from Data Stream C++ 360 ms
297 Serialize and Deserialize Binary Tree C++ 102 ms
299 Bulls and Cows C++ 3 ms
300 Longest Increasing Subsequence C++ 11 ms
301 Remove Invalid Parentheses C++ 8 ms
303 Range Sum Query - Immutable C++ 16 ms
304 Range Sum Query 2D - Immutable C++ 685 ms
307 Range Sum Query - Mutable C++ 753 ms
309 Best Time to Buy and Sell Stock with Cooldown C++ 10 ms
310 Minimum Height Trees C++ 80 ms
312 Burst Balloons C++ 504 ms
315 Count of Smaller Numbers After Self C++ 253 ms
316 Remove Duplicate Letters C++ 4 ms
318 Maximum Product of Word Lengths C++ 63 ms
319 Bulb Switcher C++ 0 ms
322 Coin Change C++ 86 ms
326 Power of Three C++ 31 ms
328 Odd Even Linked List C++ 12 ms
329 Longest Increasing Path in a Matrix C++ 112 ms
332 Reconstruct Itinerary C++ 35 ms
334 Increasing Triplet Subsequence C++ 88 ms
336 Palindrome Pairs C++ N/A
337 House Robber III C++ 21 ms
338 Counting Bits C++ 14 ms
340 Longest Substring with At Most K Distinct Characters C++ 5 ms
341 Flatten Nested List Iterator C++ 25 ms
342 Power of Four C++ 4 ms
343 Integer Break C++ 0 ms
344 Reverse String C++ 31 ms
345 Reverse Vowels of a String C++ 23 ms
347 Top K Frequent Elements C++ 42 ms
349 Intersection of Two Arrays C++ 8 ms
352 Data Stream as Disjoint Intervals C++ 66 ms
354 Russian Doll Envelopes C++ 525 ms
359 Logger Rate Limiter C++ 85 ms
363 Max Sum of Rectangle No Larger Than K C++ 1313 ms
368 Largest Divisible Subset C++ 32 ms
371 Sum of Two Integers C++ 0 ms
373 Find K Pairs with Smallest Sums C++ 225 ms
374 Guess Number Higher or Lower C++ 0 ms
376 Wiggle Subsequence C++ 12 ms
377 Combination Sum IV C++ 0 ms
378 Kth Smallest Element in a Sorted Matrix C++ 47 ms
380 Insert Delete GetRandom O(1) C++ 255 ms
382 Linked List Random Node C++ 49 ms
383 Ransom Note C++ 11 ms
387 First Unique Character in a String C++ 36 ms
388 Longest Absolute File Path C++ 0 ms
389 Find the Difference C++ 4 ms
392 Is Subsequence C++ 0 ms
393 UTF-8 Validation C++ 27 ms
394 Decode String C++ 0 ms
399 Evaluate Division C++ 0 ms
402 Remove K Digits C++ 0 ms
403 Frog Jump C++ 59 ms
404 Sum of Left Leaves C++ 8 ms
406 Queue Reconstruction by Height C++ 77 ms
409 Longest Palindrome C++ 3 ms
410 Split Array Largest Sum C++ 0 ms
413 Arithmetic Slices C++ 3 ms
415 Add Strings C++ 4 ms
416 Partition Equal Subset Sum C++ 12 ms
417 Pacific Atlantic Water Flow C++ 292 ms
421 Maximum XOR of Two Numbers in an Array C++ 461 ms
424 Longest Repeating Character Replacement C++ 8 ms
427 Construct Quad Tree C++ 12 ms
429 N-ary Tree Level Order Traversal C++ 29 ms
433 Minimum Genetic Mutation C++ 4 ms
435 Non-overlapping Intervals C++ 510 ms
438 Find All Anagrams in a String C++ 16 ms
441 Arranging Coins C++ 0 ms
442 Find All Duplicates in an Array C++ 55 ms
443 String Compression C++ 3 ms
445 Add Two Numbers II C++ 44 ms
446 Arithmetic Slices II - Subsequence C++ 747 ms
447 Number of Boomerangs C++ 896 ms
448 Find All Numbers Disappeared in an Array C++ 40 ms
450 Delete Node in a BST C++ 32 ms
451 Sort Characters By Frequency C++ 11 ms
452 Minimum Number of Arrows to Burst Balloons C++ 908 ms
454 4Sum II C++ 383 ms
455 Assign Cookies C++ 46 ms
456 132 Pattern C++ 120 ms
458 Poor Pigs C++ 0 ms
459 Repeated Substring Pattern C++ 20 ms
460 LFU Cache C++ 483 ms
461 Hamming Distance JavaScript 72 ms
462 Minimum Moves to Equal Array Elements II C++ 14 ms
463 Island Perimeter C++ 71 ms
465 Optimal Account Balancing C++ 13 ms
472 Concatenated Words C++ 281 ms
473 Matchsticks to Square C++ 391 ms
474 Ones and Zeroes C++ 263 ms
476 Number Complement C++ 0 ms
482 License Key Formatting C++ 4 ms
486 Predict the Winner C++ 0 ms
491 Non-decreasing Subsequences C++ 503 ms
501 Find Mode in Binary Search Tree C++ 11 ms
502 IPO C++ 244 ms
506 Relative Ranks C++ 10 ms
509 Fibonacci Number C++ 0 ms
514 Freedom Trail C++ 26 ms
515 Find Largest Value in Each Tree Row C++ 8 ms
516 Longest Palindromic Subsequence C++ 72 ms
518 Coin Change II C++ 7 ms
520 Detect Capital C++ 5 ms
523 Continuous Subarray Sum C++ 494 ms
525 Contiguous Array C++ 257 ms
528 Random Pick with Weight C++ 60 ms
530 Minimum Absolute Difference in BST C++ 16 ms
532 K-diff Pairs in an Array C++ 31 ms
535 Encode and Decode TinyURL C++ 12 ms
538 Convert BST to Greater Tree C++ 60 ms
540 Single Element in a Sorted Array JavaScript 68 ms
543 Diameter of Binary Tree C++ 7 ms
546 Remove Boxes C++ 164 ms
547 Number of Provinces C++ 30 ms
552 Student Attendance Record II C++ 35 ms
557 Reverse Words in a String III C++ 45 ms
560 Subarray Sum Equals K C++ 100 ms
563 Binary Tree Tilt C++ 29 ms
567 Permutation in String C++ 8 ms
572 Subtree of Another Tree C++ 28 ms
576 Out of Boundary Paths C++ 13 ms
581 Shortest Unsorted Continuous Subarray C++ 36 ms
583 Delete Operation for Two Strings C++ 44 ms
587 Erect the Fence C++ 83 ms
605 Can Place Flowers C++ 12 ms
606 Construct String from Binary Tree C++ 20 ms
609 Find Duplicate File in System C++ 202 ms
617 Merge Two Binary Trees C++ 34 ms
621 Task Scheduler C++ 152 ms
622 Design Circular Queue C++ 66 ms
623 Add One Row to Tree C++ 29 ms
629 K Inverse Pairs Array C++ N/A
630 Course Schedule III C++ 375 ms
637 Average of Levels in Binary Tree C++ 16 ms
645 Set Mismatch C++ 93 ms
646 Maximum Length of Pair Chain C++ 51 ms
647 Palindromic Substrings C++ 7 ms
648 Replace Words C++ 77 ms
649 Dota2 Senate C++ 8 ms
652 Find Duplicate Subtrees C++ 30 ms
653 Two Sum IV - Input is a BST C++ 114 ms
658 Find K Closest Elements C++ 82 ms
659 Split Array into Consecutive Subsequences C++ 105 ms
661 Image Smoother C++ 33 ms
662 Maximum Width of Binary Tree C++ 11 ms
664 Strange Printer C++ 95 ms
665 Non-decreasing Array C++ 20 ms
668 Kth Smallest Number in Multiplication Table C++ 16 ms
669 Trim a Binary Search Tree C++ 19 ms
673 Number of Longest Increasing Subsequence C++ 156 ms
678 Valid Parenthesis String C++ 0 ms
679 24 Game C++ 11 ms
680 Valid Palindrome II C++ 57 ms
682 Baseball Game C++ 4 ms
686 Repeated String Match C++ 1290 ms
687 Longest Univalue Path C++ 229 ms
688 Knight Probability in Chessboard C++ 31 ms
692 Top K Frequent Words C++ 93 ms
695 Max Area of Island C++ 27 ms
699 Falling Squares C++ 56 ms
700 Search in a Binary Search Tree C++ 56 ms
701 Insert into a Binary Search Tree C++ 88 ms
703 Kth Largest Element in a Stream C++ 48 ms
704 Binary Search C++ 46 ms
705 Design HashSet C++ 76 ms
706 Design HashMap C++ 111 ms
712 Minimum ASCII Delete Sum for Two Strings C++ 115 ms
714 Best Time to Buy and Sell Stock with Transaction Fee C++ 109 ms
715 Range Module C++ 533 ms
718 Maximum Length of Repeated Subarray C++ 290 ms
721 Accounts Merge C++ 92 ms
725 Split Linked List in Parts C++ 6 ms
729 My Calendar I C++ 90 ms
731 My Calendar II C++ 386 ms
732 My Calendar III C++ 476 ms
735 Asteroid Collision C++ 12 ms
739 Daily Temperatures C++ 204 ms
740 Delete and Earn C++ 9 ms
743 Network Delay Time C++ 136 ms
744 Find Smallest Letter Greater Than Target C++ 21 ms
745 Prefix and Suffix Search C++ 1108 ms
746 Min Cost Climbing Stairs C++ 14 ms
752 Open the Lock C++ 312 ms
753 Cracking the Safe C++ 4 ms
763 Partition Labels C++ 4 ms
766 Toeplitz Matrix C++ 31 ms
767 Reorganize String C++ 3 ms
777 Swap Adjacent in LR String C++ 12 ms
783 Minimum Distance Between BST Nodes C++ 0 ms
785 Is Graph Bipartite? C++ 27 ms
786 K-th Smallest Prime Fraction C++ 211 ms
787 Cheapest Flights Within K Stops C++ 107 ms
790 Domino and Tromino Tiling C++ 0 ms
791 Custom Sort String C++ 0 ms
792 Number of Matching Subsequences C++ 231 ms
796 Rotate String C++ 0 ms
797 All Paths From Source to Target C++ 14 ms
799 Champagne Tower C++ 19 ms
802 Find Eventual Safe States C++ 223 ms
804 Unique Morse Code Words C++ 4 ms
808 Soup Servings C++ 0 ms
809 Expressive Words C++ 6 ms
814 Binary Tree Pruning C++ 0 ms
815 Bus Routes C++ 393 ms
820 Short Encoding of Words C++ 56 ms
823 Binary Trees With Factors C++ 137 ms
834 Sum of Distances in Tree C++ 280 ms
835 Image Overlap C++ 24 ms
837 New 21 Game C++ 5 ms
838 Push Dominoes C++ 87 ms
839 Similar String Groups C++ 194 ms
841 Keys and Rooms C++ 17 ms
843 Guess the Word C++ 2 ms
844 Backspace String Compare C++ 0 ms
846 Hand of Straights C++ 55 ms
847 Shortest Path Visiting All Nodes C++ 55 ms
849 Maximize Distance to Closest Person C++ 12 ms
850 Rectangle Area II C++ 33 ms
852 Peak Index in a Mountain Array C++ 137 ms
856 Score of Parentheses C++ 0 ms
858 Mirror Reflection C++ 6 ms
859 Buddy Strings C++ 3 ms
861 Score After Flipping Matrix C++ 2 ms
863 All Nodes Distance K in Binary Tree C++ 8 ms
864 Shortest Path to Get All Keys C++ 40 ms
867 Transpose Matrix C++ 27 ms
869 Reordered Power of 2 C++ 5 ms
871 Minimum Number of Refueling Stops C++ 40 ms
872 Leaf-Similar Trees C++ 4 ms
875 Koko Eating Bananas C++ 73 ms
876 Middle of the Linked List C++ 8 ms
878 Nth Magical Number C++ 0 ms
879 Profitable Schemes C++ 304 ms
880 Decoded String at Index C++ 0 ms
881 Boats to Save People C++ 91 ms
886 Possible Bipartition C++ 428 ms
890 Find and Replace Pattern C++ 0 ms
894 All Possible Full Binary Trees C++ 96 ms
895 Maximum Frequency Stack C++ 206 ms
896 Monotonic Array C++ 135 ms
897 Increasing Order Search Tree C++ 0 ms
899 Orderly Queue C++ 14 ms
901 Online Stock Span C++ 227 ms
902 Numbers At Most N Given Digit Set C++ 0 ms
904 Fruit Into Baskets C++ 183 ms
905 Sort Array By Parity C++ 7 ms
907 Sum of Subarray Minimums C++ 214 ms
909 Snakes and Ladders C++ 46 ms
912 Sort an Array C++ N/A
916 Word Subsets C++ 242 ms
918 Maximum Sum Circular Subarray C++ 71 ms
920 Number of Music Playlists C++ 12 ms
923 3Sum With Multiplicity C++ 10 ms
926 Flip String to Monotone Increasing C++ 25 ms
930 Binary Subarrays With Sum C++ 20 ms
931 Minimum Falling Path Sum C++ 40 ms
932 Beautiful Array C++ 4 ms
934 Shortest Bridge C++ 82 ms
935 Knight Dialer C++ 78 ms
936 Stamping The Sequence C++ 17 ms
938 Range Sum of BST C++ 326 ms
939 Minimum Area Rectangle C++ 144 ms
941 Valid Mountain Array C++ 31 ms
944 Delete Columns to Make Sorted C++ 73 ms
946 Validate Stack Sequences C++ 19 ms
947 Most Stones Removed with Same Row or Column C++ 551 ms
948 Bag of Tokens C++ 20 ms
950 Reveal Cards In Increasing Order C++ 0 ms
952 Largest Component Size by Common Factor C++ 272 ms
953 Verifying an Alien Dictionary C++ 5 ms
954 Array of Doubled Pairs C++ 76 ms
955 Delete Columns to Make Sorted II C++ 6 ms
956 Tallest Billboard C++ 331 ms
958 Check Completeness of a Binary Tree C++ 5 ms
967 Numbers With Same Consecutive Differences C++ 3 ms
968 Binary Tree Cameras C++ 18 ms
973 K Closest Points to Origin C++ 228 ms
974 Subarray Sums Divisible by K C++ 71 ms
975 Odd Even Jump C++ 91 ms
976 Largest Perimeter Triangle C++ 92 ms
977 Squares of a Sorted Array C++ 24 ms
979 Distribute Coins in Binary Tree C++ 3 ms
980 Unique Paths III C++ 10 ms
981 Time Based Key-Value Store C++ 551 ms
983 Minimum Cost For Tickets C++ 0 ms
985 Sum of Even Numbers After Queries C++ 219 ms
986 Interval List Intersections C++ 32 ms
987 Vertical Order Traversal of a Binary Tree C++ 5 ms
988 Smallest String Starting From Leaf C++ 9 ms
989 Add to Array-Form of Integer C++ 34 ms
990 Satisfiability of Equality Equations C++ 11 ms
991 Broken Calculator C++ 0 ms
992 Subarrays with K Different Integers C++ 200 ms
997 Find the Town Judge C++ 282 ms
1000 Minimum Cost to Merge Stones C++ 7 ms
1002 Find Common Characters C++ 7 ms
1007 Minimum Domino Rotations For Equal Row C++ 129 ms
1009 Complement of Base 10 Integer C++ 0 ms
1010 Pairs of Songs With Total Durations Divisible by 60 C++ 67 ms
1011 Capacity To Ship Packages Within D Days C++ 54 ms
1012 Numbers With Repeated Digits C++ 45 ms
1015 Smallest Integer Divisible by K C++ 4 ms
1020 Number of Enclaves C++ 115 ms
1022 Sum of Root To Leaf Binary Numbers C++ 13 ms
1023 Camelcase Matching C++ 0 ms
1026 Maximum Difference Between Node and Ancestor C++ 10 ms
1027 Longest Arithmetic Subsequence C++ 441 ms
1029 Two City Scheduling C++ 3 ms
1032 Stream of Characters C++ 264 ms
1035 Uncrossed Lines C++ 20 ms
1038 Binary Search Tree to Greater Sum Tree C++ 0 ms
1041 Robot Bounded In Circle C++ 0 ms
1043 Partition Array for Maximum Sum C++ 7 ms
1046 Last Stone Weight C++ 0 ms
1047 Remove All Adjacent Duplicates In String C++ 23 ms
1048 Longest String Chain C++ 59 ms
1051 Height Checker C++ 4 ms
1052 Grumpy Bookstore Owner C++ 22 ms
1061 Lexicographically Smallest Equivalent String C++ 6 ms
1071 Greatest Common Divisor of Strings C++ 0 ms
1074 Number of Submatrices That Sum to Target C++ 1615 ms
1091 Shortest Path in Binary Matrix C++ 122 ms
1094 Car Pooling C++ 8 ms
1095 Find in Mountain Array C++ 6 ms
1110 Delete Nodes And Return Forest C++ 29 ms
1117 Building H2O C++ 8 ms
1122 Relative Sort Array C++ 2 ms
1125 Smallest Sufficient Team C++ 115 ms
1129 Shortest Path with Alternating Colors C++ 11 ms
1137 N-th Tribonacci Number C++ 3 ms
1140 Stone Game II C++ 94 ms
1143 Longest Common Subsequence C++ 33 ms
1146 Snapshot Array C++ 455 ms
1155 Number of Dice Rolls With Target Sum C++ 141 ms
1160 Find Words That Can Be Formed by Characters C++ 44 ms
1161 Maximum Level Sum of a Binary Tree C++ 189 ms
1162 As Far from Land as Possible C++ 87 ms
1171 Remove Zero Sum Consecutive Nodes from Linked List C++ 13 ms
1178 Number of Valid Words for Each Puzzle C++ 1952 ms
1187 Make Array Strictly Increasing C++ 944 ms
1192 Critical Connections in a Network C++ 992 ms
1200 Minimum Absolute Difference C++ 68 ms
1202 Smallest String With Swaps C++ 189 ms
1203 Sort Items by Groups Respecting Dependencies C++ 126 ms
1207 Unique Number of Occurrences C++ 5 ms
1208 Get Equal Substrings Within Budget C++ 9 ms
1209 Remove All Adjacent Duplicates in String II C++ 21 ms
1214 Two Sum BSTs C++ 40 ms
1217 Minimum Cost to Move Chips to The Same Position C++ 4 ms
1218 Longest Arithmetic Subsequence of Given Difference C++ 150 ms
1219 Path with Maximum Gold C++ 227 ms
1220 Count Vowels Permutation C++ 111 ms
1230 Toss Strange Coins C++ 81 ms
1232 Check If It Is a Straight Line C++ 7 ms
1235 Maximum Profit in Job Scheduling C++ 242 ms
1239 Maximum Length of a Concatenated String with Unique Characters C++ 3 ms
1248 Count Number of Nice Subarrays C++ 100 ms
1249 Minimum Remove to Make Valid Parentheses C++ 13 ms
1254 Number of Closed Islands C++ 15 ms
1255 Maximum Score Words Formed by Letters C++ 0 ms
1260 Shift 2D Grid C++ 37 ms
1266 Minimum Time Visiting All Points C++ 5 ms
1268 Search Suggestions System C++ 148 ms
1269 Number of Ways to Stay in the Same Place After Some Steps C++ 12 ms
1282 Group the People Given the Group Size They Belong To C++ 15 ms
1286 Iterator for Combination C++ 8 ms
1287 Element Appearing More Than 25 In Sorted Array C++ 7 ms
1288 Remove Covered Intervals C++ 22 ms
1289 Minimum Falling Path Sum II C++ 26 ms
1290 Convert Binary Number in a Linked List to Integer C++ 3 ms
1291 Sequential Digits C++ 0 ms
1293 Shortest Path in a Grid with Obstacles Elimination C++ 373 ms
1302 Deepest Leaves Sum C++ 234 ms
1305 All Elements in Two Binary Search Trees C++ 306 ms
1306 Jump Game III C++ 40 ms
1312 Minimum Insertion Steps to Make a String Palindrome C++ 114 ms
1318 Minimum Flips to Make a OR b Equal to c C++ 3 ms
1319 Number of Operations to Make Network Connected C++ 165 ms
1323 Maximum 69 Number C++ 0 ms
1325 Delete Leaves With a Given Value C++ 12 ms
1326 Minimum Number of Taps to Open to Water a Garden C++ 9 ms
1328 Break a Palindrome C++ 8 ms
1329 Sort the Matrix Diagonally C++ 13 ms
1332 Remove Palindromic Subsequences C++ 0 ms
1334 Find the City With the Smallest Number of Neighbors at a Threshold Distance C++ 96 ms
1335 Minimum Difficulty of a Job Schedule C++ 9 ms
1337 The K Weakest Rows in a Matrix C++ 26 ms
1338 Reduce Array Size to The Half C++ 220 ms
1339 Maximum Product of Splitted Binary Tree C++ 182 ms
1342 Number of Steps to Reduce a Number to Zero C++ 5 ms
1345 Jump Game IV C++ 227 ms
1347 Minimum Number of Steps to Make Two Strings Anagram C++ 49 ms
1351 Count Negative Numbers in a Sorted Matrix C++ 19 ms
1354 Construct Target Array With Multiple Sums C++ 90 ms
1356 Sort Integers by The Number of 1 Bits C++ 15 ms
1359 Count All Valid Pickup and Delivery Options C++ 2 ms
1361 Validate Binary Tree Nodes C++ 99 ms
1372 Longest ZigZag Path in a Binary Tree C++ 182 ms
1376 Time Needed to Inform All Employees C++ 248 ms
1379 Find a Corresponding Node of a Binary Tree in a Clone of That Tree C++ 760 ms
1383 Maximum Performance of a Team C++ 86 ms
1387 Sort Integers by The Power Value C++ 3 ms
1392 Longest Happy Prefix C++ 28 ms
1396 Design Underground System C++ 252 ms
1397 Find All Good Strings C++ 1244 ms
1402 Reducing Dishes C++ 4 ms
1404 Number of Steps to Reduce a Number in Binary Representation to One C++ 0 ms
1406 Stone Game III C++ 290 ms
1408 String Matching in an Array C++ 4 ms
1413 Minimum Value to Get Positive Step by Step Sum C++ 0 ms
1414 Find the Minimum Number of Fibonacci Numbers Whose Sum Is K C++ 6 ms
1416 Restore The Array C++ 64 ms
1420 Build Array Where You Can Find The Maximum Exactly K Comparisons C++ 156 ms
1422 Maximum Score After Splitting a String C++ 0 ms
1423 Maximum Points You Can Obtain from Cards C++ 73 ms
1424 Diagonal Traverse II C++ 108 ms
1425 Constrained Subsequence Sum C++ 334 ms
1431 Kids With the Greatest Number of Candies C++ 3 ms
1436 Destination City C++ 7 ms
1438 Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit C++ 62 ms
1441 Build an Array With Stack Operations C++ 2 ms
1442 Count Triplets That Can Form Two Arrays of Equal XOR C++ 6 ms
1443 Minimum Time to Collect All Apples in a Tree C++ 189 ms
1444 Number of Ways of Cutting a Pizza C++ 41 ms
1446 Consecutive Characters C++ 4 ms
1448 Count Good Nodes in Binary Tree C++ 208 ms
1455 Check If a Word Occurs As a Prefix of Any Word in a Sentence C++ 2 ms
1456 Maximum Number of Vowels in a Substring of Given Length C++ 48 ms
1457 Pseudo-Palindromic Paths in a Binary Tree C++ 349 ms
1458 Max Dot Product of Two Subsequences C++ 34 ms
1461 Check If a String Contains All Binary Codes of Size K C++ 259 ms
1463 Cherry Pickup II C++ 101 ms
1464 Maximum Product of Two Elements in an Array C++ 5 ms
1465 Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts C++ 126 ms
1466 Reorder Routes to Make All Paths Lead to the City Zero C++ 338 ms
1470 Shuffle the Array C++ 3 ms
1472 Design Browser History C++ 271 ms
1473 Paint House III C++ 120 ms
1480 Running Sum of 1d Array C++ 0 ms
1481 Least Number of Unique Integers after K Removals C++ 108 ms
1482 Minimum Number of Days to Make m Bouquets C++ 104 ms
1489 Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree C++ 115 ms
1491 Average Salary Excluding the Minimum and Maximum Salary C++ 0 ms
1493 Longest Subarray of 1's After Deleting One Element C++ 43 ms
1496 Path Crossing C++ 2 ms
1498 Number of Subsequences That Satisfy the Given Sum Condition C++ 138 ms
1502 Can Make Arithmetic Progression From Sequence C++ 4 ms
1510 Stone Game IV C++ 40 ms
1512 Number of Good Pairs C++ 3 ms
1514 Path with Maximum Probability C++ 212 ms
1519 Number of Nodes in the Sub-Tree With the Same Label C++ 662 ms
1521 Find a Value of a Mysterious Function Closest to Target C++ 162 ms
1523 Count Odd Numbers in an Interval Range C++ 3 ms
1531 String Compression II C++ 49 ms
1535 Find the Winner of an Array Game C++ 82 ms
1539 Kth Missing Positive Number C++ 6 ms
1544 Make The String Great C++ 5 ms
1547 Minimum Cost to Cut a Stick C++ 213 ms
1557 Minimum Number of Vertices to Reach All Nodes C++ 322 ms
1561 Maximum Number of Coins You Can Get C++ 87 ms
1569 Number of Ways to Reorder Array to Get Same BST C++ 504 ms
1572 Matrix Diagonal Sum C++ 13 ms
1575 Count All Possible Routes C++ 734 ms
1578 Minimum Time to Make Rope Colorful C++ 360 ms
1579 Remove Max Number of Edges to Keep Graph Fully Traversable C++ 675 ms
1582 Special Positions in a Binary Matrix C++ 22 ms
1584 Min Cost to Connect All Points C++ 100 ms
1601 Maximum Number of Achievable Transfer Requests C++ 144 ms
1603 Design Parking System C++ 61 ms
1608 Special Array With X Elements Greater Than or Equal X C++ 0 ms
1609 Even Odd Tree C++ 197 ms
1611 Minimum One Bit Operations to Make Integers Zero C++ 0 ms
1614 Maximum Nesting Depth of the Parentheses C++ 0 ms
1615 Maximal Network Rank C++ 95 ms
1624 Largest Substring Between Two Equal Characters C++ 0 ms
1626 Best Team With No Conflicts C++ 461 ms
1630 Arithmetic Subarrays C++ 217 ms
1631 Path With Minimum Effort C++ 274 ms
1637 Widest Vertical Area Between Two Points Containing No Points C++ 275 ms
1639 Number of Ways to Form a Target String Given a Dictionary C++ 591 ms
1641 Count Sorted Vowel Strings C++ 0 ms
1642 Furthest Building You Can Reach C++ 229 ms
1647 Minimum Deletions to Make Character Frequencies Unique C++ 58 ms
1657 Determine if Two Strings Are Close C++ 71 ms
1658 Minimum Operations to Reduce X to Zero C++ 272 ms
1662 Check If Two String Arrays are Equivalent C++ 2 ms
1663 Smallest String With A Given Numeric Value C++ 39 ms
1668 Maximum Repeating Substring C++ 4 ms
1669 Merge In Between Linked Lists C++ 187 ms
1672 Richest Customer Wealth C++ 4 ms
1673 Find the Most Competitive Subsequence C++ 263 ms
1675 Minimize Deviation in Array C++ 564 ms
1679 Max Number of K-Sum Pairs C++ 221 ms
1680 Concatenation of Consecutive Binary Numbers C++ 41 ms
1685 Sum of Absolute Differences in a Sorted Array C++ 77 ms
1688 Count of Matches in Tournament C++ 0 ms
1689 Partitioning Into Minimum Number Of Deci-Binary Numbers C++ 32 ms
1695 Maximum Erasure Value C++ 798 ms
1696 Jump Game VI C++ 224 ms
1697 Checking Existence of Edge Length Limited Paths C++ 676 ms
1700 Number of Students Unable to Eat Lunch C++ 0 ms
1704 Determine if String Halves Are Alike C++ 11 ms
1706 Where Will the Ball Fall C++ 23 ms
1710 Maximum Units on a Truck C++ 43 ms
1716 Calculate Money in Leetcode Bank C++ 3 ms
1721 Swapping Nodes in a Linked List C++ 616 ms
1727 Largest Submatrix With Rearrangements C++ 147 ms
1732 Find the Highest Altitude C++ 0 ms
1743 Restore the Array From Adjacent Pairs C++ 512 ms
1750 Minimum Length of String After Deleting Similar Ends C++ 24 ms
1751 Maximum Number of Events That Can Be Attended II C++ 338 ms
1758 Minimum Changes To Make Alternating Binary String C++ 6 ms
1759 Count Number of Homogenous Substrings C++ 25 ms
1764 Form Array by Concatenating Subarrays of Another Array C++ 8 ms
1768 Merge Strings Alternately C++ 4 ms
1770 Maximum Score from Performing Multiplication Operations C++ 433 ms
1773 Count Items Matching a Rule C++ 116 ms
1780 Check if Number is a Sum of Powers of Three C++ 0 ms
1793 Maximum Score of a Good Subarray C++ 115 ms
1799 Maximize Score After N Operations C++ 62 ms
1802 Maximum Value at a Given Index in a Bounded Array C++ 4 ms
1814 Count Nice Pairs in an Array C++ 107 ms
1822 Sign of the Product of an Array C++ 6 ms
1832 Check if the Sentence Is Pangram C++ 7 ms
1833 Maximum Ice Cream Bars C++ 545 ms
1834 Single-Threaded CPU C++ 841 ms
1838 Frequency of the Most Frequent Element C++ 172 ms
1845 Seat Reservation Manager C++ 302 ms
1846 Maximum Element After Decreasing and Rearranging C++ 78 ms
1857 Largest Color Value in a Directed Graph C++ 613 ms
1870 Minimum Speed to Arrive on Time C++ 263 ms
1877 Minimize Maximum Pair Sum in Array C++ 178 ms
1887 Reduction Operations to Make the Array Elements Equal C++ 146 ms
1897 Redistribute Characters to Make All Strings Equal C++ 7 ms
1900 The Earliest and Latest Rounds Where Players Compete C++ 0 ms
1903 Largest Odd Number in String C++ 23 ms
1913 Maximum Product Difference Between Two Pairs C++ 12 ms
1915 Number of Wonderful Substrings C++ 48 ms
1921 Eliminate Maximum Number of Monsters C++ 99 ms
1926 Nearest Exit from Entrance in Maze C++ 472 ms
1930 Unique Length-3 Palindromic Subsequences C++ 250 ms
1960 Maximum Product of the Length of Two Palindromic Substrings C++ 52 ms
1962 Remove Stones to Minimize the Total C++ 580 ms
1964 Find the Longest Valid Obstacle Course at Each Position C++ 366 ms
1970 Last Day Where You Can Still Cross C++ 418 ms
1971 Find if Path Exists in Graph C++ 872 ms
1980 Find Unique Binary String C++ 6 ms
1992 Find All Groups of Farmland C++ 91 ms
1996 The Number of Weak Characters in the Game C++ 700 ms
2000 Reverse Prefix of Word C++ 0 ms
2007 Find Original Array From Doubled Array C++ 623 ms
2009 Minimum Number of Operations to Make Array Continuous C++ 244 ms
2022 Convert 1D Array Into 2D Array C++ 144 ms
2024 Maximize the Confusion of an Exam C++ 76 ms
2038 Remove Colored Pieces if Both Neighbors are the Same Color C++ 34 ms
2043 Simple Bank System C++ 217 ms
2050 Parallel Courses III C++ 350 ms
2073 Time Needed to Buy Tickets C++ 4 ms
2085 Count Common Words With One Occurrence C++ 36 ms
2086 Minimum Number of Buckets Required to Collect Rainwater from Houses C++ 20 ms
2087 Minimum Cost Homecoming of a Robot in a Grid C++ 164 ms
2088 Count Fertile Pyramids in a Land C++ 312 ms
2090 K Radius Subarray Averages C++ 268 ms
2092 Find All People With Secret C++ 365 ms
2095 Delete the Middle Node of a Linked List C++ 2306 ms
2097 Valid Arrangement of Pairs C++ 1974 ms
2099 Find Subsequence of Length K With the Largest Sum C++ 8 ms
2100 Find Good Days to Rob the Bank C++ 112 ms
2101 Detonate the Maximum Bombs C++ 204 ms
2102 Sequentially Ordinal Rank Tracker C++ 336 ms
2103 Rings and Rods C++ 0 ms
2104 Sum of Subarray Ranges C++ 12 ms
2105 Watering Plants II C++ 152 ms
2108 Find First Palindromic String in the Array C++ 48 ms
2114 Maximum Number of Words Found in Sentences C++ 12 ms
2115 Find All Possible Recipes from Given Supplies C++ 284 ms
2116 Check if a Parentheses String Can Be Valid C++ 100 ms
2125 Number of Laser Beams in a Bank C++ 84 ms
2130 Maximum Twin Sum of a Linked List C++ 274 ms
2131 Longest Palindrome by Concatenating Two Letter Words C++ 893 ms
2133 Check if Every Row and Column Contains All Numbers C++ 100 ms
2134 Minimum Swaps to Group All 1's Together II C++ 80 ms
2135 Count Words Obtained After Adding a Letter C++ 268 ms
2136 Earliest Possible Day of Full Bloom C++ 720 ms
2140 Solving Questions With Brainpower C++ 391 ms
2141 Maximum Running Time of N Computers C++ 106 ms
2147 Number of Ways to Divide a Long Corridor C++ 108 ms
2149 Rearrange Array Elements by Sign C++ 161 ms
2187 Minimum Time to Complete Trips C++ 272 ms
2190 Most Frequent Number Following Key In an Array C++ 23 ms
2191 Sort the Jumbled Numbers C++ 180 ms
2192 All Ancestors of a Node in a Directed Acyclic Graph C++ 662 ms
2206 Divide Array Into Equal Pairs C++ 19 ms
2207 Maximize Number of Subsequences in a String C++ 55 ms
2208 Minimum Operations to Halve Array Sum C++ 319 ms
2209 Minimum White Tiles After Covering With Carpets C++ 1654 ms
2215 Find the Difference of Two Arrays C++ 63 ms
2218 Maximum Value of K Coins From Piles C++ 401 ms
2220 Minimum Bit Flips to Convert Number C++ 0 ms
2221 Find Triangular Sum of an Array C++ 297 ms
2222 Number of Ways to Select Buildings C++ 204 ms
2223 Sum of Scores of Built Strings C++ 80 ms
2225 Find Players With Zero or One Losses C++ 1381 ms
2239 Find Closest Number to Zero C++ 28 ms
2240 Number of Ways to Buy Pens and Pencils C++ 12 ms
2241 Design an ATM Machine C++ 694 ms
2242 Maximum Score of a Node Sequence C++ 502 ms
2244 Minimum Rounds to Complete All Tasks C++ 558 ms
2246 Longest Path With Different Adjacent Characters C++ 385 ms
2251 Number of Flowers in Full Bloom C++ 227 ms
2256 Minimum Average Difference C++ 142 ms
2264 Largest 3-Same-Digit Number in String C++ 0 ms
2265 Count Nodes Equal to Average of Subtree C++ 2 ms
2272 Substring With Largest Variance C++ 261 ms
2279 Maximum Bags With Full Capacity of Rocks C++ 195 ms
2285 Maximum Total Importance of Roads C++ 261 ms
2300 Successful Pairs of Spells and Potions C++ 273 ms
2305 Fair Distribution of Cookies C++ 4 ms
2306 Naming a Company C++ 444 ms
2316 Count Unreachable Pairs of Nodes in an Undirected Graph C++ 430 ms
2328 Number of Increasing Paths in a Grid C++ 397 ms
2331 Evaluate Boolean Binary Tree C++ 13 ms
2335 Minimum Amount of Time to Fill Cups C++ 0 ms
2336 Smallest Number in Infinite Set C++ 67 ms
2348 Number of Zero-Filled Subarrays C++ 170 ms
2352 Equal Row and Column Pairs C++ 303 ms
2353 Design a Food Rating System C++ 392 ms
2359 Find Closest Node to Given Two Nodes C++ 191 ms
2360 Longest Cycle in a Graph C++ 453 ms
2366 Minimum Replacements to Sort the Array C++ 95 ms
2369 Check if There is a Valid Partition For The Array C++ 133 ms
2370 Longest Ideal Subsequence C++ 30 ms
2373 Largest Local Values in a Matrix C++ 16 ms
2385 Amount of Time for Binary Tree to Be Infected C++ 128 ms
2389 Longest Subsequence With Limited Sum C++ 23 ms
2390 Removing Stars From a String C++ 81 ms
2391 Minimum Amount of Time to Collect Garbage C++ 198 ms
2402 Meeting Rooms III C++ 951 ms
2405 Optimal Partition of String C++ 25 ms
2421 Number of Good Paths C++ 789 ms
2433 Find The Original Array of Prefix Xor C++ 86 ms
2439 Minimize Maximum of Array C++ 126 ms
2441 Largest Positive Integer That Exists With Its Negative C++ 20 ms
2444 Count Subarrays With Fixed Bounds C++ 126 ms
2448 Minimum Cost to Make Array Equal C++ 133 ms
2451 Odd String Difference C++ 10 ms
2452 Words Within Two Edits of Dictionary C++ 18 ms
2453 Destroy Sequential Targets C++ 163 ms
2454 Next Greater Element IV C++ 265 ms
2458 Height of Binary Tree After Subtree Removal Queries C++ 264 ms
2462 Total Cost to Hire K Workers C++ 963 ms
2465 Number of Distinct Averages C++ 5 ms
2466 Count Ways To Build Good Strings C++ 34 ms
2467 Most Profitable Path in a Tree C++ 1360 ms
2468 Split Message Based on Limit C++ 231 ms
2477 Minimum Fuel Cost to Report to the Capital C++ 551 ms
2481 Minimum Cuts to Divide a Circle C++ 3 ms
2482 Difference Between Ones and Zeros in Row and Column C++ 574 ms
2483 Minimum Penalty for a Shop C++ 24 ms
2484 Count Palindromic Subsequences C++ 1270 ms
2485 Find the Pivot Integer C++ 0 ms
2486 Append Characters to String to Make Subsequence C++ 16 ms
2487 Remove Nodes From Linked List C++ 256 ms
2492 Minimum Score of a Path Between Two Cities C++ 388 ms
2525 Categorize Box According to Criteria C++ 3 ms
2526 Find Consecutive Integers from a Data Stream C++ 307 ms
2527 Find Xor-Beauty of Array C++ 81 ms
2528 Maximize the Minimum Powered City C++ 292 ms
2540 Minimum Common Value C++ 65 ms
2551 Put Marbles in Bags C++ 198 ms
2578 Split With Minimum Sum C++ 0 ms
2579 Count Total Number of Colored Cells C++ 0 ms
2580 Count Ways to Group Overlapping Ranges C++ 378 ms
2581 Count Number of Possible Root Nodes C++ 778 ms
2593 Find Score of an Array After Marking All Elements C++ 322 ms
2610 Convert an Array Into a 2D Array With Conditions C++ 42 ms
2616 Minimize the Maximum Difference of Pairs C++ 137 ms
2618 Check if Object Instance of Class JavaScript 120 ms
2619 Array Prototype Last JavaScript 56 ms
2620 Counter JavaScript 62 ms
2621 Sleep JavaScript 55 ms
2622 Cache With Time Limit JavaScript 60 ms
2623 Memoize JavaScript 379 ms
2625 Flatten Deeply Nested Array JavaScript 106 ms
2626 Array Reduce Transformation JavaScript 67 ms
2627 Debounce JavaScript 97 ms
2628 JSON Deep Equal JavaScript 69 ms
2629 Function Composition JavaScript 70 ms
2631 Group By JavaScript 168 ms
2632 Curry JavaScript 74 ms
2633 Convert Object to JSON String JavaScript 85 ms
2634 Filter Elements from Array JavaScript 61 ms
2635 Apply Transform Over Each Element in Array JavaScript 57 ms
2636 Promise Pool JavaScript 75 ms
2642 Design Graph With Shortest Path Calculator C++ 500 ms
2648 Generate Fibonacci Sequence JavaScript 62 ms
2649 Nested Array Generator JavaScript 173 ms
2665 Counter II JavaScript 73 ms
2666 Allow One Function Call JavaScript 71 ms
2667 Create Hello World Function JavaScript 58 ms
2675 Array of Objects to Matrix JavaScript 432 ms
2676 Throttle JavaScript 54 ms
2677 Chunk Array JavaScript 65 ms
2693 Call Function with Custom Context JavaScript 66 ms
2694 Event Emitter JavaScript 66 ms
2695 Array Wrapper JavaScript 55 ms
2700 Differences Between Two Objects JavaScript 69 ms
2706 Buy Two Chocolates C++ 11 ms
2707 Extra Characters in a String C++ 84 ms
2709 Greatest Common Divisor Traversal C++ 629 ms
2742 Painting the Walls C++ 267 ms
2785 Sort Vowels in a String C++ 54 ms
2812 Find the Safest Path in a Grid C++ 374 ms
2816 Double a Number Represented as a Linked List C++ 177 ms
2849 Determine if a Cell Is Reachable at a Given Time C++ 0 ms
2864 Maximum Odd Binary Number C++ 0 ms
2870 Minimum Number of Operations to Make Array Empty C++ 131 ms
2958 Length of Longest Subarray With at Most K Frequency C++ 170 ms
2966 Divide Array Into Arrays With Max Difference C++ 140 ms
2971 Find Polygon With the Largest Perimeter C++ 139 ms
2997 Minimum Number of Operations to Make Array XOR Equal to K C++ 106 ms
3005 Count Elements With Maximum Frequency C++ 12 ms
3075 Maximize Happiness of Selected Children C++ 163 ms
3110 Score of a String C++ 5 ms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published