Leetcode
🎓Leetcode solutions in Python 📚
Install / Use
/learn @Garvit244/LeetcodeREADME
Python solution for Leetcode
Python solution of problems from LeetCode.
Extra Algorithms
| # | Title | Solution | |---| ----- | -------- | |1|Suffix Array|Python| |2|Longest Common Prefix|Python|
LeetCode Algorithm
Problems 1100-1200
| # | Title | Solution | Difficulty | |---| ----- | -------- | ---------- | |1296|Divide Array in Sets of K Consecutive Numbers|Python|Medium| |1295|Find Numbers with Even Number of Digits|Python|Easy| |1291|Sequential Digits|Python|Medium| |1290|Convert Binary Number in a Linked List to Integer|Python|Easy| |1283|Find the Smallest Divisor Given a Threshold|Python|Medium| |1282|Group the People Given the Group Size They Belong To|Python|Medium| |1281|Subtract the Product and Sum of Digits of an Integer|Python|Easy| |1277|Count Square Submatrices with All Ones|Python|Medium| |1276|Number of Burgers with No Waste of Ingredients|Python|Medium| |1275|Find Winner on a Tic Tac Toe Game|Python|Easy| |1268|Search Suggestions System|Python|Medium| |1267|Count Servers that Communicate|Python|Medium| |1266|Minimum Time Visiting All Points|Python|Easy| |1200|Minimum Absolute Difference|Python|Easy|
Problems 1100-1200
| # | Title | Solution | Difficulty | |---| ----- | -------- | ---------- | |1191|K-Concatenation Maximum Sum|Python|Medium| |1190|Reverse Substrings Between Each Pair of Parentheses|Python|Medium| |1189| Maximum Number of Balloons|Python|Easy| |1186|Maximum Subarray Sum with One Deletion|Python|Medium| |1185|Day of the Week|Python|Easy| |1184|Distance Between Bus Stops|Python|Easy|
Problems 1000-1100
| # | Title | Solution | Difficulty | |---| ----- | -------- | ---------- | |1092|Shortest Common Supersequence|Python|Hard| |1091|Shortest Path in Binary Matrix|Python|Medium| |1090|Largest Values From Labels |Python|Medium| |1089|Duplicate Zeros|Python|Easy| |1088|Confusing Number II|Python|Hard| |1087|Brace Expansion|Python|Medium| |1086|High Five|Python|Medium| |1085|Sum of Digits in the Minimum Number|Python|Medium| |1081|Smallest Subsequence of Distinct Characters|Python|Medium| |1080|Insufficient Nodes in Root to Leaf Paths|Python|Medium| |1079|Letter Tile Possibilities|Python|Medium| |1078|Occurrences After Bigram|Python|Easy| |1074|Number of Submatrices That Sum to Target|Python|Hard| |1073|Adding Two Negabinary Numbers|Python|Medium| |1072|Flip Columns For Maximum Number of Equal Rows|Python|Medium| |1071|Greatest Common Divisor of Strings|Python|Easy| |1065|Index Pairs of a String|Python|Easy| |1064|Fixed Point|Python|Easy| |1054|Distant Barcodes|Python|Medium| |1053|Previous Permutation With One Swap|Python|Medium| |1052|Grumpy Bookstore Owner|Python|Medium| |1051|Height Checker|Python|Easy| |1048|Longest String Chain|Python|Medium| |1047|Remove All Adjacent Duplicates In String|Python|Easy| |1046|Last Stone Weight|Python|Easy| |1044|Longest Duplicate Substring|Python|Hard| |1043|Partition Array for Maximum Sum|Python|Medium| |1042|Flower Planting With No Adjacent|Python|Easy| |1041|Robot Bounded In Circle|Python|Easy| |1039|Minimum Score Triangulation of Polygon|Python|Medium| |1038|Binary Search Tree to Greater Sum Tree|Python|Medium| |1037|Valid Boomerang|Python|Easy| |1035|Uncrossed Lines|Python|Medium| |1034|Coloring A Border|Python|Medium| |1033|Moving Stones Until Consecutive|Python|Easy |1032|Stream of Characters|Python|Hard| |1031|Maximum Sum of Two Non-Overlapping Subarrays|Python|Medium| |1030|Matrix Cells in Distance Order|Python|Easy| |1029|Two City Scheduling|Python|Easy| |1028|Recover a Tree From Preorder Traversal|Python|Hard| |1027|Longest Arithmetic Sequence|Python|Medium| |1026|Maximum Difference Between Node and Ancestor|Python|Medium| |1025|Divisor Game|Python|Easy| |1023|Camelcase Matching|Python|Medium| |1022|Sum of Root To Leaf Binary Numbers|Python|Easy| |1021|[Remove Outermo
