All Projects → fruit-in → leetcode

fruit-in / leetcode

Licence: other
👩‍🦲 LeetCode solutions (algorithms problems only) 👨‍🦲

Programming Languages

rust
11053 projects
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to leetcode

leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (+82.35%)
Mutual labels:  leetcode, leetcode-python, leetcode-ruby
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (+16294.12%)
Mutual labels:  leetcode, leetcode-python
Leetcode
✏️ 算法相关知识储备 LeetCode with Python and JavaScript 📚
Stars: ✭ 1,713 (+9976.47%)
Mutual labels:  leetcode, leetcode-python
91-days-algorithm
91天学算法-Leetcode图解题解集合(JavaScript/C++/Python) Solutions and Explainations with Hand Drawings in Chinese(JavaScript/C++/Python)
Stars: ✭ 206 (+1111.76%)
Mutual labels:  leetcode, leetcode-python
LeetCode-Py
⛽️「算法通关手册」,超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。通过「算法理论学习」和「编程实战练习」相结合的方式,从零基础到彻底掌握算法知识。
Stars: ✭ 881 (+5082.35%)
Mutual labels:  leetcode, leetcode-python
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+217.65%)
Mutual labels:  leetcode, leetcode-python
LeetCode
LeetCode Problems
Stars: ✭ 41 (+141.18%)
Mutual labels:  leetcode, leetcode-python
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-17.65%)
Mutual labels:  leetcode, leetcode-python
LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓。
Stars: ✭ 1,164 (+6747.06%)
Mutual labels:  leetcode, leetcode-python
LeetCode
leetcode algorithms problems in C# and some in python 3
Stars: ✭ 18 (+5.88%)
Mutual labels:  leetcode, leetcode-python
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+282.35%)
Mutual labels:  leetcode, leetcode-python
algorithm-pattern-python
Python version of algorithm-pattern
Stars: ✭ 544 (+3100%)
Mutual labels:  leetcode, leetcode-python
LeetCode
Competitive coding submissions at Leetcode goes here
Stars: ✭ 14 (-17.65%)
Mutual labels:  leetcode, leetcode-python
leetcode-daily
leetcode daily solutions
Stars: ✭ 18 (+5.88%)
Mutual labels:  leetcode
leetcode-python-
一些实用的脚本工具及之前的leetcode算法题
Stars: ✭ 40 (+135.29%)
Mutual labels:  leetcode-python
leetcode-rust
leetcode in rust
Stars: ✭ 49 (+188.24%)
Mutual labels:  leetcode
category-wise-problems
contains category wise problems(data structures, competitive) of popular platforms.
Stars: ✭ 32 (+88.24%)
Mutual labels:  leetcode
algorithm
《数据结构与算法之美》学习笔记以及 Swift 代码实现 ,原始仓库 https://github.com/wangzheng0822/algo
Stars: ✭ 118 (+594.12%)
Mutual labels:  leetcode
Coding-Problems
💻 Solutions to coding problems from popular platforms in multiple programming languages.
Stars: ✭ 51 (+200%)
Mutual labels:  leetcode
LeetCode-MyCodesCollection
我的LeetCode做题代码分方向汇总集合 🔥
Stars: ✭ 37 (+117.65%)
Mutual labels:  leetcode

中文

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
15 3Sum rs
16 3Sum Closest rs
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
39 Combination Sum 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
57 Insert Interval rb  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
81 Search in Rotated 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
139 Word Break py  rb
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
153 Find Minimum in Rotated Sorted Array rb  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
331 Verify Preorder Serialization of a Binary Tree rs
334 Increasing Triplet Subsequence rb  rs
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
393 UTF-8 Validation rs
396 Rotate Function rs
397 Integer Replacement 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
416 Partition Equal Subset Sum rb  rs
419 Battleships in a Board rs
423 Reconstruct Original Digits from English rs
427 Construct Quad Tree py
429 N-ary Tree Level Order Traversal py  rb
430 Flatten a Multilevel Doubly Linked List rb
433 Minimum Genetic Mutation py  rb
434 Number of Segments in a String py
436 Find Right Interval rb  rs
437 Path Sum III py
438 Find All Anagrams in a String rb  rs
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
452 Minimum Number of Arrows to Burst Balloons rb  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
467 Unique Substrings in Wraparound String rb  rs
468 Validate IP Address 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
494 Target Sum rb  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
525 Contiguous Array rb  rs
528 Random Pick with Weight 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
567 Permutation in String rb  rs
572 Subtree of Another Tree py
575 Distribute Candies rs
576 Out of Boundary Paths 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
688 Knight Probability in Chessboard rb  rs
690 Employee Importance py
692 Top K Frequent Words rb
693 Binary Number with Alternating Bits rs
695 Max Area of Island rb  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
713 Subarray Product Less Than K rb  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
735 Asteroid Collision rb
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
769 Max Chunks To Make Sorted rb  rs
771 Jewels and Stones rs
775 Global and Local Inversions rb  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
785 Is Graph Bipartite? rs
788 Rotated Digits rs
789 Escape The Ghosts rb  rs
791 Custom Sort String rs
794 Valid Tic-Tac-Toe State rs
796 Rotate String rs
799 Champagne Tower 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
809 Expressive Words rs
811 Subdomain Visit Count rs
812 Largest Triangle Area rs
814 Binary Tree Pruning py  rb
816 Ambiguous Coordinates rs
817 Linked List Components py  rb
819 Most Common Word py
820 Short Encoding of Words rs
821 Shortest Distance to a Character py
822 Card Flipping Game rs
824 Goat Latin py
826 Most Profit Assigning Work rs
830 Positions of Large Groups rs
831 Masking Personal Information rb
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
846 Hand of Straights rs
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
875 Koko Eating Bananas rb  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
911 Online Election 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
916 Word Subsets 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
935 Knight Dialer rb  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
945 Minimum Increment to Make Array Unique rb  rs
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
967 Numbers With Same Consecutive Differences rb  rs
969 Pancake Sorting py
970 Powerful Integers rs
973 K Closest Points to Origin rs
974 Subarray Sums Divisible by K rb  rs
976 Largest Perimeter Triangle rs
977 Squares of a Sorted Array rs
984 String Without AAA or BBB rb
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
1011 Capacity To Ship Packages Within D Days 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
1110 Delete Nodes And Return Forest py  rb
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
1138 Alphabet Board Path rb  rs
1144 Decrease Elements To Make Array Zigzag 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
1162 As Far from Land as Possible rs
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
1191 K-Concatenation Maximum Sum rb  rs
1200 Minimum Absolute Difference rs
1207 Unique Number of Occurrences rs
1208 Get Equal Substrings Within Budget rb  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
1234 Replace the Substring for Balanced String rb  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
1248 Count Number of Nice Subarrays rb  rs
1249 Minimum Remove to Make Valid Parentheses rs
1252 Cells with Odd Values in a Matrix rs
1253 Reconstruct a 2-Row Binary Matrix rb  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
1276 Number of Burgers with No Waste of Ingredients py  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
1291 Sequential Digits rb  rs
1295 Find Numbers with Even Number of Digits py
1296 Divide Array in Sets of K Consecutive Numbers rs
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
1328 Break a Palindrome rb  rs
1329 Sort the Matrix Diagonally rb  rs
1331 Rank Transform of an Array py
1332 Remove Palindromic Subsequences py
1333 Filter Restaurants by Vegan-Friendly, Price and Distance rb  rs
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
1343 Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold 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
1366 Rank Teams by Votes rs
1367 Linked List in Binary Tree py  rb
1370 Increasing Decreasing String rs
1371 Find the Longest Substring Containing Vowels in Even Counts rs
1374 Generate a String With Characters That Have Odd Counts py
1375 Bulb Switcher III rs
1376 Time Needed to Inform All Employees rb  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
1414 Find the Minimum Number of Fibonacci Numbers Whose Sum Is K rb  rs
1415 The k-th Lexicographical String of All Happy Strings of Length n py  rb
1417 Reformat The String rs
1419 Minimum Number of Frogs Croaking rb  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
1432 Max Difference You Can Get From Changing an Integer 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
1447 Simplified Fractions py  rb
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
1461 Check If a String Contains All Binary Codes of Size K rs
1464 Maximum Product of Two Elements in an Array rs
1470 Shuffle the Array rs
1471 The k Strongest Values in an Array rb  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
1481 Least Number of Unique Integers after K Removals rb  rs
1486 XOR Operation in an Array rb  rs
1487 Making File Names Unique rb
1488 Avoid Flood in The City rs
1491 Average Salary Excluding the Minimum and Maximum Salary rb  rs
1492 The kth Factor of n py  rb  rs
1493 Longest Subarray of 1's After Deleting One Element rb  rs
1496 Path Crossing rs
1502 Can Make Arithmetic Progression From Sequence rb  rs
1503 Last Moment Before All Ants Fall Out of a Plank rb  rs
1507 Reformat Date py
1508 Range Sum of Sorted Subarray Sums rb  rs
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
1524 Number of Sub-arrays With Odd Sum rb  rs
1525 Number of Good Ways to Split a String rs
1528 Shuffle String py  rb
1529 Bulb Switcher IV rs
1530 Number of Good Leaf Nodes Pairs rb
1534 Count Good Triplets rb
1535 Find the Winner of an Array Game rb  rs
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
1647 Minimum Deletions to Make Character Frequencies Unique rb  rs
1652 Defuse the Bomb rb  rs
1656 Design an Ordered Stream py
1658 Minimum Operations to Reduce X to Zero rb  rs
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
1695 Maximum Erasure Value rb  rs
1700 Number of Students Unable to Eat Lunch rb  rs
1701 Average Waiting Time rb  rs
1704 Determine if String Halves Are Alike rb  rs
1705 Maximum Number of Eaten Apples rs
1710 Maximum Units on a Truck rs
1712 Ways to Split Array Into Three Subarrays 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
1726 Tuple with Same Product rb  rs
1732 Find the Highest Altitude rb  rs
1736 Latest Time by Replacing Hidden Digits rs
1738 Find Kth Largest XOR Coordinate Value rb  rs
1742 Maximum Number of Balls in a Box py
1743 Restore the Array From Adjacent Pairs rs
1748 Sum of Unique Elements rs
1749 Maximum Absolute Sum of Any Subarray rb  rs
1750 Minimum Length of String After Deleting Similar Ends rb  rs
1752 Check if Array Is Sorted and Rotated rb  rs
1753 Maximum Score From Removing Stones rb  rs
1758 Minimum Changes To Make Alternating Binary String rb  rs
1763 Longest Nice Substring rb  rs
1768 Merge Strings Alternately rs
1769 Minimum Number of Operations to Move All Balls to Each Box rs
1773 Count Items Matching a Rule rs
1779 Find Nearest Point That Has the Same X or Y Coordinate rs
1780 Check if Number is a Sum of Powers of Three rb  rs
1784 Check if Binary String Has at Most One Segment of Ones rb  rs
1785 Minimum Elements to Add to Form a Given Sum rb  rs
1790 Check if One String Swap Can Make Strings Equal rs
1791 Find Center of Star Graph rb  rs
1792 Maximum Average Pass Ratio py
1796 Second Largest Digit in a String rs
1800 Maximum Ascending Subarray Sum rb  rs
1805 Number of Different Integers in a String rs
1812 Determine Color of a Chessboard Square py  rb
1816 Truncate Sentence py
1818 Minimum Absolute Sum Difference rs
1822 Sign of the Product of an Array rb  rs
1823 Find the Winner of the Circular Game rs
1827 Minimum Operations to Make the Array Increasing rb  rs
1832 Check if the Sentence Is Pangram rs
1833 Maximum Ice Cream Bars rs
1837 Sum of Digits in Base K rb  rs
1844 Replace All Digits with Characters rs
1848 Minimum Distance to the Target Element rs
1854 Maximum Population Year rs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].