/leetcode-1

:bald_woman: LeetCode solutions (algorithms problems only) :bald_man:

Primary LanguageRust

中文

Problems

# Title Languages
1 Two Sum py  rs  c
2 Add Two Numbers py  rb
3 Longest Substring Without Repeating Characters rs
4 Median of Two Sorted Arrays rs
5 Longest Palindromic Substring rs
6 ZigZag Conversion py
7 Reverse Integer py  c
8 String to Integer (atoi) py
9 Palindrome Number py  c
11 Container With Most Water rs  c
12 Integer to Roman py  rb
13 Roman to Integer rs
14 Longest Common Prefix py
17 Letter Combinations of a Phone Number py
19 Remove Nth Node From End of List py  rb
20 Valid Parentheses py
21 Merge Two Sorted Lists py
22 Generate Parentheses rs
24 Swap Nodes in Pairs py
26 Remove Duplicates from Sorted Array rs
27 Remove Element rb  rs
28 Implement strStr() py
33 Search in Rotated Sorted Array rs
35 Search Insert Position py
36 Valid Sudoku rs
38 Count and Say py  rb
46 Permutations rs
47 Permutations II rs
48 Rotate Image rs
49 Group Anagrams rs
50 Pow(x, n) rs
53 Maximum Subarray rs
54 Spiral Matrix rs
55 Jump Game rb  rs
56 Merge Intervals rs
58 Length of Last Word rs
59 Spiral Matrix II rs
61 Rotate List py
62 Unique Paths rs
63 Unique Paths II rs
64 Minimum Path Sum rb  rs
66 Plus One rs
67 Add Binary py
69 Sqrt(x) rs
70 Climbing Stairs rs
71 Simplify Path py
73 Set Matrix Zeroes rs
74 Search a 2D Matrix rs
75 Sort Colors rs
77 Combinations py
78 Subsets rs
80 Remove Duplicates from Sorted Array II rs
82 Remove Duplicates from Sorted List II rb
83 Remove Duplicates from Sorted List py
86 Partition List py
88 Merge Sorted Array py  rb
89 Gray Code rs
90 Subsets II rs
91 Decode Ways py  rb
92 Reverse Linked List II py
93 Restore IP Addresses rs
94 Binary Tree Inorder Traversal py  rs
95 Unique Binary Search Trees II py
96 Unique Binary Search Trees rb  rs
98 Validate Binary Search Tree py
100 Same Tree py
101 Symmetric Tree py
102 Binary Tree Level Order Traversal py
103 Binary Tree Zigzag Level Order Traversal py
104 Maximum Depth of Binary Tree py
105 Construct Binary Tree from Preorder and Inorder Traversal py
106 Construct Binary Tree from Inorder and Postorder Traversal py
107 Binary Tree Level Order Traversal II py
108 Convert Sorted Array to Binary Search Tree py
109 Convert Sorted List to Binary Search Tree py
110 Balanced Binary Tree py
111 Minimum Depth of Binary Tree py
112 Path Sum py
113 Path Sum II py
114 Flatten Binary Tree to Linked List py  rb
116 Populating Next Right Pointers in Each Node rb
118 Pascal's Triangle py
119 Pascal's Triangle II py
120 Triangle rs
121 Best Time to Buy and Sell Stock rs
122 Best Time to Buy and Sell Stock II rs
125 Valid Palindrome py
129 Sum Root to Leaf Numbers py
133 Clone Graph py
134 Gas Station rb  rs
136 Single Number rs
138 Copy List with Random Pointer py
141 Linked List Cycle py
144 Binary Tree Preorder Traversal py
145 Binary Tree Postorder Traversal py
147 Insertion Sort List py
150 Evaluate Reverse Polish Notation rs
151 Reverse Words in a String rs
155 Min Stack rs
160 Intersection of Two Linked Lists py
162 Find Peak Element rs
165 Compare Version Numbers rs
167 Two Sum II - Input array is sorted rs
168 Excel Sheet Column Title py  rb
169 Majority Element rs
171 Excel Sheet Column Number py
172 Factorial Trailing Zeroes rs
173 Binary Search Tree Iterator py
179 Largest Number rs
187 Repeated DNA Sequences rb  rs
189 Rotate Array rs
190 Reverse Bits py
191 Number of 1 Bits rs
198 House Robber rs
199 Binary Tree Right Side View py
200 Number of Islands py
201 Bitwise AND of Numbers Range rs
202 Happy Number rb  rs
203 Remove Linked List Elements py
204 Count Primes rs
205 Isomorphic Strings py
206 Reverse Linked List py
208 Implement Trie (Prefix Tree) py
209 Minimum Size Subarray Sum rs
211 Design Add and Search Words Data Structure py
213 House Robber II rs
215 Kth Largest Element in an Array rb
217 Contains Duplicate rs
219 Contains Duplicate II rs
220 Contains Duplicate III rs
221 Maximal Square rs
223 Rectangle Area rb  rs
225 Implement Stack using Queues rs
226 Invert Binary Tree py
228 Summary Ranges py
230 Kth Smallest Element in a BST rb
231 Power of Two rs
232 Implement Queue using Stacks rs
234 Palindrome Linked List py
235 Lowest Common Ancestor of a Binary Search Tree py
236 Lowest Common Ancestor of a Binary Tree rb
237 Delete Node in a Linked List py
238 Product of Array Except Self rs
240 Search a 2D Matrix II rb  kt
242 Valid Anagram rs
257 Binary Tree Paths py
258 Add Digits rs
260 Single Number III rs
263 Ugly Number rb  rs
264 Ugly Number II rs
268 Missing Number rs
274 H-Index rs
275 H-Index II rs
278 First Bad Version py
279 Perfect Squares rs
283 Move Zeroes rs
284 Peeking Iterator py
287 Find the Duplicate Number rs
289 Game of Life rs
290 Word Pattern py
292 Nim Game rb  rs
299 Bulls and Cows py
303 Range Sum Query - Immutable py
304 Range Sum Query 2D - Immutable rs
306 Additive Number rb  rs
313 Super Ugly Number rs
318 Maximum Product of Word Lengths py
319 Bulb Switcher rs
322 Coin Change rs
326 Power of Three py
328 Odd Even Linked List py
337 House Robber III py  rb
338 Counting Bits rs
342 Power of Four rs
343 Integer Break rs
344 Reverse String rs
345 Reverse Vowels of a String py  rb
347 Top K Frequent Elements rs
349 Intersection of Two Arrays rs
350 Intersection of Two Arrays II rs
357 Count Numbers with Unique Digits rs
365 Water and Jug Problem rb
367 Valid Perfect Square rs
371 Sum of Two Integers rs
372 Super Pow rs
374 Guess Number Higher or Lower py
382 Linked List Random Node py
383 Ransom Note py
384 Shuffle an Array rs
386 Lexicographical Numbers rs
387 First Unique Character in a String rb  rs
389 Find the Difference rs
392 Is Subsequence rs
396 Rotate Function rs
398 Random Pick Index py
400 Nth Digit rs
401 Binary Watch py
404 Sum of Left Leaves py
405 Convert a Number to Hexadecimal py
409 Longest Palindrome rs
412 Fizz Buzz py
413 Arithmetic Slices rb  rs
414 Third Maximum Number rs
415 Add Strings py
419 Battleships in a Board rs
423 Reconstruct Original Digits from English rs
429 N-ary Tree Level Order Traversal py  rb
430 Flatten a Multilevel Doubly Linked List rb
434 Number of Segments in a String py
437 Path Sum III py
441 Arranging Coins py
442 Find All Duplicates in an Array rs
443 String Compression py
445 Add Two Numbers II py
447 Number of Boomerangs rs
448 Find All Numbers Disappeared in an Array rs
449 Serialize and Deserialize BST py
450 Delete Node in a BST py  rb
451 Sort Characters By Frequency rs
453 Minimum Moves to Equal Array Elements rs
454 4Sum II rs
455 Assign Cookies rb  rs
459 Repeated Substring Pattern py
461 Hamming Distance rs
462 Minimum Moves to Equal Array Elements II rs
463 Island Perimeter rs
470 Implement Rand10() Using Rand7() rs
474 Ones and Zeroes rs
475 Heaters rs
476 Number Complement rs
477 Total Hamming Distance rb  rs
478 Generate Random Point in a Circle rs
481 Magical String rs
482 License Key Formatting py
485 Max Consecutive Ones rs
492 Construct the Rectangle rs
495 Teemo Attacking rs
496 Next Greater Element I rs
498 Diagonal Traverse rs
500 Keyboard Row py
501 Find Mode in Binary Search Tree py
504 Base 7 py
506 Relative Ranks rs
507 Perfect Number rb  rs
508 Most Frequent Subtree Sum py
509 Fibonacci Number rs
513 Find Bottom Left Tree Value py
515 Find Largest Value in Each Tree Row py
518 Coin Change 2 rs
520 Detect Capital rs
521 Longest Uncommon Subsequence I rb  rs
529 Minesweeper rs
530 Minimum Absolute Difference in BST py
532 K-diff Pairs in an Array rs
535 Encode and Decode TinyURL py
537 Complex Number Multiplication py
538 Convert BST to Greater Tree py
539 Minimum Time Difference rs
540 Single Element in a Sorted Array rb
541 Reverse String II py
542 01 Matrix rs
543 Diameter of Binary Tree py
547 Number of Provinces rb  rs
551 Student Attendance Record I py
554 Brick Wall rs
557 Reverse Words in a String III py  rb
558 Quad Tree Intersection py
559 Maximum Depth of N-ary Tree py
560 Subarray Sum Equals K rs
561 Array Partition I rs
563 Binary Tree Tilt py
565 Array Nesting rb  rs
566 Reshape the Matrix rs
572 Subtree of Another Tree py
575 Distribute Candies rs
581 Shortest Unsorted Continuous Subarray rs
589 N-ary Tree Preorder Traversal py
590 N-ary Tree Postorder Traversal py
592 Fraction Addition and Subtraction rs
593 Valid Square rs
594 Longest Harmonious Subsequence rs
598 Range Addition II rb  rs
599 Minimum Index Sum of Two Lists rs
605 Can Place Flowers rs
606 Construct String from Binary Tree py
609 Find Duplicate File in System rb
611 Valid Triangle Number rs
617 Merge Two Binary Trees py
622 Design Circular Queue rs
623 Add One Row to Tree py
628 Maximum Product of Three Numbers py
633 Sum of Square Numbers rs
637 Average of Levels in Binary Tree py
643 Maximum Average Subarray I rs
645 Set Mismatch rs
647 Palindromic Substrings rb
653 Two Sum IV - Input is a BST py
654 Maximum Binary Tree py  rb
655 Print Binary Tree py
657 Robot Return to Origin py  rs
658 Find K Closest Elements rs
661 Image Smoother rs
665 Non-decreasing Array py
669 Trim a Binary Search Tree py
670 Maximum Swap rs
671 Second Minimum Node In a Binary Tree py
674 Longest Continuous Increasing Subsequence rs
680 Valid Palindrome II py
682 Baseball Game py
686 Repeated String Match py
687 Longest Univalue Path py
690 Employee Importance py
692 Top K Frequent Words rb
693 Binary Number with Alternating Bits rs
696 Count Binary Substrings py  rb
697 Degree of an Array rs
700 Search in a Binary Search Tree py
701 Insert into a Binary Search Tree py
703 Kth Largest Element in a Stream rs
704 Binary Search rs
705 Design HashSet rs
706 Design HashMap rs
707 Design Linked List py
709 To Lower Case rs
717 1-bit and 2-bit Characters rs
720 Longest Word in Dictionary py
724 Find Pivot Index rb  rs
725 Split Linked List in Parts py
728 Self Dividing Numbers py
733 Flood Fill rs
739 Daily Temperatures rs
743 Network Delay Time rs
744 Find Smallest Letter Greater Than Target rs
746 Min Cost Climbing Stairs rs
747 Largest Number At Least Twice of Others rs
748 Shortest Completing Word py
752 Open the Lock rb  rs
754 Reach a Number rs
762 Prime Number of Set Bits in Binary Representation py
763 Partition Labels rs
766 Toeplitz Matrix rs
771 Jewels and Stones rs
779 K-th Symbol in Grammar rs
781 Rabbits in Forest rb  rs
783 Minimum Distance Between BST Nodes py
784 Letter Case Permutation py
788 Rotated Digits rs
789 Escape The Ghosts rb  rs
791 Custom Sort String rs
796 Rotate String rs
804 Unique Morse Code Words py
806 Number of Lines To Write String py
807 Max Increase to Keep City Skyline rs
808 Soup Servings rs
811 Subdomain Visit Count rs
812 Largest Triangle Area rs
814 Binary Tree Pruning py  rb
817 Linked List Components py  rb
819 Most Common Word py
821 Shortest Distance to a Character py
824 Goat Latin py
830 Positions of Large Groups rs
832 Flipping an Image py
836 Rectangle Overlap rs
838 Push Dominoes rb  rs
840 Magic Squares In Grid rs
841 Keys and Rooms rs
844 Backspace String Compare py
848 Shifting Letters rs
849 Maximize Distance to Closest Person rs
852 Peak Index in a Mountain Array rs
853 Car Fleet rs
858 Mirror Reflection rb  rs
859 Buddy Strings py
860 Lemonade Change rs
861 Score After Flipping Matrix rs
865 Smallest Subtree with all the Deepest Nodes py
866 Prime Palindrome rs
867 Transpose Matrix py
868 Binary Gap rs
869 Reordered Power of 2 rs
870 Advantage Shuffle rb  rs
872 Leaf-Similar Trees py
874 Walking Robot Simulation rs
876 Middle of the Linked List py
877 Stone Game rs
881 Boats to Save People rb
883 Projection Area of 3D Shapes rs
884 Uncommon Words from Two Sentences py
885 Spiral Matrix III rs
888 Fair Candy Swap rs
889 Construct Binary Tree from Preorder and Postorder Traversal py
892 Surface Area of 3D Shapes rb  rs
893 Groups of Special-Equivalent Strings rs
894 All Possible Full Binary Trees rb
895 Maximum Frequency Stack rs
896 Monotonic Array rs
897 Increasing Order Search Tree py
900 RLE Iterator rs
901 Online Stock Span rs
905 Sort Array By Parity rs
908 Smallest Range I rs
912 Sort an Array rs
914 X of a Kind in a Deck of Cards rs
915 Partition Array into Disjoint Intervals rb  rs
917 Reverse Only Letters py
921 Minimum Add to Make Parentheses Valid rs
922 Sort Array By Parity II py
925 Long Pressed Name py
929 Unique Email Addresses py  rb
931 Minimum Falling Path Sum rs
933 Number of Recent Calls rs
937 Reorder Data in Log Files py
938 Range Sum of BST py
939 Minimum Area Rectangle py  rs
941 Valid Mountain Array rs
942 DI String Match py
944 Delete Columns to Make Sorted py
946 Validate Stack Sequences rb  rs
948 Bag of Tokens rb  rs
949 Largest Time for Given Digits py
950 Reveal Cards In Increasing Order rs
951 Flip Equivalent Binary Trees rb
953 Verifying an Alien Dictionary py
957 Prison Cells After N Days rs
961 N-Repeated Element in Size 2N Array rs
962 Maximum Width Ramp rs
965 Univalued Binary Tree py
969 Pancake Sorting py
970 Powerful Integers rs
973 K Closest Points to Origin rs
976 Largest Perimeter Triangle rs
977 Squares of a Sorted Array rs
985 Sum of Even Numbers After Queries py
986 Interval List Intersections rb  rs
989 Add to Array-Form of Interger py
991 Broken Calculator rs
993 Cousins in Binary Tree py
994 Rotting Oranges rs
997 Find the Town Judge rs
998 Maximum Binary Tree II py  rb
999 Available Captures for Rook rs
1002 Find Common Characters py
1003 Check If Word Is Valid After Substitutions py
1005 Maximize Sum Of Array After K Negations rs
1006 Clumsy Factorial rb  rs
1008 Construct Binary Search Tree from Preorder Traversal py
1009 Complement of Base 10 Integer rs
1010 Pairs of Songs With Total Durations Divisible by 60 rs
1013 Partition Array Into Three Parts With Equal Sum rs
1014 Best Sightseeing Pair rs
1017 Convert to Base -2 rs
1018 Binary Prefix Divisible By 5 py
1019 Next Greater Node In Linked List py  rb
1020 Number of Enclaves rs
1021 Remove Outermost Parentheses rs
1022 Sum of Root To Leaf Binary Numbers py
1025 Divisor Game rs
1026 Maximum Difference Between Node and Ancestor py
1028 Recover a Tree From Preorder Traversal py
1029 Two City Scheduling py
1030 Matrix Cells in Distance Order rs
1033 Moving Stones Until Consecutive rb  rs
1037 Valid Boomerang rs
1038 Binary Search Tree to Greater Sum Tree py
1041 Robot Bounded In Circle rs
1042 Flower Planting With No Adjacent rs
1046 Last Stone Weight py
1047 Remove All Adjacent Duplicates In String py
1051 Height Checker py
1052 Grumpy Bookstore Owner rb  rs
1054 Distant Barcodes rs
1071 Greatest Common Divisor of Strings py
1078 Occurrences After Bigram py
1089 Duplicate Zeros rs
1090 Largest Values From Labels rb
1091 Shortest Path in Binary Matrix rs
1093 Statistics from a Large Sample rs
1094 Car Pooling rs
1103 Distribute Candies to People py
1104 Path In Zigzag Labelled Binary Tree rs
1108 Defanging an IP Address rs
1109 Corporate Flight Bookings rs
1122 Relative Sort Array rs
1123 Lowest Common Ancestor of Deepest Leaves py
1128 Number of Equivalent Domino Pairs rs
1137 N-th Tribonacci Number rs
1146 Snapshot Array rb  rs
1154 Day of the Year rs
1155 Number of Dice Rolls With Target Sum py  rs
1160 Find Words That Can Be Formed by Characters py
1161 Maximum Level Sum of a Binary Tree py
1170 Compare Strings by Frequency of the Smallest Character py
1175 Prime Arrangements rs
1184 Distance Between Bus Stops rs
1185 Day of the Week rs
1189 Maximum Number of Balloons rs
1200 Minimum Absolute Difference rs
1207 Unique Number of Occurrences rs
1209 Remove All Adjacent Duplicates in String II rs
1217 Play with Chips rs
1220 Count Vowels Permutation rs
1221 Split a String in Balanced Strings rb  rs
1222 Queens That Can Attack the King rs
1223 Dice Roll Simulation rs
1232 Check If It Is a Straight Line rs
1233 Remove Sub-Folders from the Filesystem rs
1237 Find Positive Integer Solution for a Given Equation py
1238 Circular Permutation in Binary Representation rs
1247 Minimum Swaps to Make Strings Equal py
1249 Minimum Remove to Make Valid Parentheses rs
1252 Cells with Odd Values in a Matrix rs
1260 Shift 2D Grid rs
1261 Find Elements in a Contaminated Binary Tree py
1262 Greatest Sum Divisible by Three rs
1266 Minimum Time Visiting All Points rb  rs
1267 Count Servers that Communicate rb  rs
1268 Search Suggestions System rs
1275 Find Winner on a Tic Tac Toe Game rs
1277 Count Square Submatrices with All Ones rs
1281 Subtract the Product and Sum of Digits of an Integer rs
1282 Group the People Given the Group Size They Belong To rs
1286 Iterator for Combination rs
1287 Element Appearing More Than 25% In Sorted Array rs
1290 Convert Binary Number in a Linked List to Integer py
1295 Find Numbers with Even Number of Digits py
1299 Replace Elements with Greatest Element on Right Side rs
1302 Deepest Leaves Sum py
1304 Find N Unique Integers Sum up to Zero rs
1305 All Elements in Two Binary Search Trees py
1306 Jump Game III rb
1309 Decrypt String from Alphabet to Integer Mapping py
1310 XOR Queries of a Subarray rs
1313 Decompress Run-Length Encoded List rb  rs
1314 Matrix Block Sum rs
1315 Sum of Nodes with Even-Valued Grandparent py
1317 Convert Integer to the Sum of Two No-Zero Integers rs
1318 Minimum Flips to Make a OR b Equal to c rs
1323 Maximum 69 Number rs
1324 Print Words Vertically py
1325 Delete Leaves With a Given Value py
1329 Sort the Matrix Diagonally rb  rs
1331 Rank Transform of an Array py
1332 Remove Palindromic Subsequences py
1337 The K Weakest Rows in a Matrix rs
1338 Reduce Array Size to The Half rb
1342 Number of Steps to Reduce a Number to Zero rb  rs
1344 Angle Between Hands of a Clock rs
1346 Check If N and Its Double Exist rs
1347 Minimum Number of Steps to Make Two Strings Anagram rs
1351 Count Negative Numbers in a Sorted Matrix rs
1352 Product of the Last K Numbers rs
1356 Sort Integers by The Number of 1 Bits rs
1357 Apply Discount Every n Orders rs
1360 Number of Days Between Two Dates rs
1362 Closest Divisors rb  rs
1365 How Many Numbers Are Smaller Than the Current Number js
1367 Linked List in Binary Tree py  rb
1370 Increasing Decreasing String rs
1374 Generate a String With Characters That Have Odd Counts py
1375 Bulb Switcher III rs
1379 Find a Corresponding Node of a Binary Tree in a Clone of That Tree py
1380 Lucky Numbers in a Matrix rs
1381 Design a Stack With Increment Operation rs
1382 Balance a Binary Search Tree py
1385 Find the Distance Value Between Two Arrays rs
1387 Sort Integers by The Power Value rs
1389 Create Target Array in the Given Order rb  rs
1394 Find Lucky Integer in an Array rs
1395 Count Number of Teams rs
1396 Design Underground System rs
1399 Count Largest Group py
1400 Construct K Palindrome Strings rs
1401 Circle and Rectangle Overlapping rs
1403 Minimum Subsequence in Non-Increasing Order rs
1405 Longest Happy String rs
1408 String Matching in an Array rs
1409 Queries on a Permutation With Key rb  rs  kt
1410 HTML Entity Parser rs
1413 Minimum Value to Get Positive Step by Step Sum rs
1417 Reformat The String rs
1422 Maximum Score After Splitting a String rs
1423 Maximum Points You Can Obtain from Cards rs
1424 Diagonal Traverse II rb
1431 Kids With the Greatest Number of Candies rs
1433 Check If a String Can Break Another String rs
1436 Destination City rs
1437 Check If All 1's Are at Least Length K Places Away rs
1441 Build an Array With Stack Operations rs
1446 Consecutive Characters rs
1448 Count Good Nodes in Binary Tree py
1450 Number of Students Doing Homework at a Given Time rs
1451 Rearrange Words in a Sentence rb
1455 Check If a Word Occurs As a Prefix of Any Word in a Sentence rs
1456 Maximum Number of Vowels in a Substring of Given Length py  rb
1457 Pseudo-Palindromic Paths in a Binary Tree py
1460 Make Two Arrays Equal by Reversing Sub-arrays rs
1464 Maximum Product of Two Elements in an Array rs
1470 Shuffle the Array rs
1472 Design Browser History rs
1475 Final Prices With a Special Discount in a Shop rs
1476 Subrectangle Queries rs
1480 Running Sum of 1d Array rb  rs
1486 XOR Operation in an Array rb  rs
1487 Making File Names Unique rb
1491 Average Salary Excluding the Minimum and Maximum Salary rb  rs
1492 The kth Factor of n py  rb  rs
1496 Path Crossing rs
1502 Can Make Arithmetic Progression From Sequence rb  rs
1507 Reformat Date py
1509 Minimum Difference Between Largest and Smallest Value in Three Moves rb
1512 Number of Good Pairs rb  rs
1513 Number of Substrings With Only 1s rs
1518 Water Bottles rb  rs
1523 Count Odd Numbers in an Interval Range rb
1525 Number of Good Ways to Split a String rs
1528 Shuffle String py  rb
1529 Bulb Switcher IV rs
1534 Count Good Triplets rb
1539 Kth Missing Positive Number rs
1544 Make The String Great rb
1545 Find Kth Bit in Nth Binary String rs
1550 Three Consecutive Odds py
1551 Minimum Operations to Make Array Equal rb  rs
1556 Thousand Separator rs
1557 Minimum Number of Vertices to Reach All Nodes rs
1558 Minimum Numbers of Function Calls to Make Target Array rs
1560 Most Visited Sector in a Circular Track rs
1561 Maximum Number of Coins You Can Get rs
1566 Detect Pattern of Length M Repeated K or More Times rs
1567 Maximum Length of Subarray With Positive Product rs
1572 Matrix Diagonal Sum rs
1573 Number of Ways to Split a String rs
1576 Replace All ?'s to Avoid Consecutive Repeating Characters rs
1582 Special Positions in a Binary Matrix rs
1588 Sum of All Odd Length Subarrays rs
1590 Make Sum Divisible by P rs
1592 Rearrange Spaces Between Words py
1598 Crawler Log Folder rb
1603 Design Parking System rs
1608 Special Array With X Elements Greater Than or Equal X rs
1609 Even Odd Tree py  rb
1614 Maximum Nesting Depth of the Parentheses rb  rs
1619 Mean of Array After Removing Some Elements rb  rs
1624 Largest Substring Between Two Equal Characters rb  rs
1629 Slowest Key rb  rs
1630 Arithmetic Subarrays rb  rs
1636 Sort Array by Increasing Frequency rs
1637 Widest Vertical Area Between Two Points Containing No Points rb  rs
1640 Check Array Formation Through Concatenation rb  rs
1641 Count Sorted Vowel Strings rb  rs
1646 Get Maximum in Generated Array rs
1652 Defuse the Bomb rb  rs
1656 Design an Ordered Stream py
1662 Check If Two String Arrays are Equivalent rb  rs
1663 Smallest String With A Given Numeric Value rb  rs
1664 Ways to Make a Fair Array rb  rs
1668 Maximum Repeating Substring py  rb
1669 Merge In Between Linked Lists rb
1670 Design Front Middle Back Queue rs
1672 Richest Customer Wealth rb  rs
1678 Goal Parser Interpretation rs
1679 Max Number of K-Sum Pairs rs
1684 Count the Number of Consistent Strings rs
1685 Sum of Absolute Differences in a Sorted Array rb  rs
1688 Count of Matches in Tournament rb  rs
1689 Partitioning Into Minimum Number Of Deci-Binary Numbers rb  rs
1694 Reformat Phone Number py
1700 Number of Students Unable to Eat Lunch rb  rs
1704 Determine if String Halves Are Alike rb  rs
1710 Maximum Units on a Truck rs
1716 Calculate Money in Leetcode Bank rb  rs
1720 Decode XORed Array rb  rs
1721 Swapping Nodes in a Linked List rb
1725 Number Of Rectangles That Can Form The Largest Square rb  rs
1732 Find the Highest Altitude rb  rs
1736 Latest Time by Replacing Hidden Digits rs
1753 Maximum Score From Removing Stones rb  rs