├── 0001-Two-Sum.py ├── 0002-Add-Two-Numbers.py ├── 0003-Longest-Substring-Without-Repeating-Characters.py ├── 0004-Median-of-Two-Sorted-Arrays.py ├── 0005-Longest-Palindromic-Substring.py ├── 0006-ZigZag-Conversion.py ├── 0009-Palindrome-Number.py ├── 0011-Container-With-Most-Water.py ├── 0012-Integer-to-Roman.py ├── 0013-Roman-to-Integer.py ├── 0014-Longest-Common-Prefix.py ├── 0017-Letter-Combinations-of-a-Phone-Number.py ├── 0019-Remove-Nth-Node-From-End-of-List.py ├── 0020-Valid-Parentheses.py ├── 0021-Merge-Two-Sorted-Lists.py ├── 0022-Generate-Parentheses.py ├── 0023-Merge-k-Sorted-Lists.py ├── 0024-Swap-Nodes-in-Pairs.py ├── 0026-Remove-Duplicates-from-Sorted-Array.py ├── 0027-Remove-Element.py ├── 0029-Divide-Two-Integers.py ├── 0031-Next-Permutation.py ├── 0033-Search-in-Rotated-Sorted-Array.py ├── 0034-Find-First-and-Last-Position-of-Element-in-Sorted-Array.py ├── 0035-Search-Insert-Position.py ├── 0038-Count-and-Say.py ├── 0039-Combination-Sum.py ├── 0046-Permutations.py ├── 0048-Rotate-Image.py ├── 0049-Group-Anagrams.py ├── 0053-Maximum-Subarray.py ├── 0055-Jump-Game.py ├── 0056-Merge-Intervals.py ├── 0066-Plus-One.py ├── 0067-Add-Binary.py ├── 0069-Sqrt(x).py ├── 0070-Climbing-Stairs.py ├── 0072-Edit-Distance.py ├── 0074-Search-a-2D-Matrix.py ├── 0075-Sort-Colors.py ├── 0078-Subsets.py ├── 0079-Word-Search.py ├── 0088-Merge-Sorted-Array.py ├── 0091-Decode-Ways.py ├── 0094-Binary-Tree-Inorder-Traversal.py ├── 0100-Same-Tree.py ├── 0102-Binary-Tree-Level-Order-Traversal.py ├── 0107-Binary-Tree-Level-Order-Traversal-II.py ├── 0118-Pascal-Triangle.py ├── 0121-Best-Time-To-Buy-and-Sell-Stock.py ├── 0122-Best-Time-To-Buy-and-Sell-Stock-II.py ├── 0125-Valid-Palindrome.py ├── 0131-Palindrome-Partitioning.py ├── 0136-Single-Number.py ├── 0138-Copy-List-with-Random-Pointer.py ├── 0141-Linked-List-Cycle.py ├── 0143-Reorder-List.py ├── 0144-Binary-Tree-Preorder-Traversal.py ├── 0145-Binary-Tree-Postorder-Traversal.py ├── 0151-Reverse-Words-in-a-String.py ├── 0152-Maximum-Product-Subarray.py ├── 0153-Find-Minimum-in-Rotated-Sorted-Array.py ├── 0155-Min-Stack.py ├── 0160-Intersection-of-Two-Linked-List.py ├── 0169-Majority-Element.py ├── 0172-Factorial-Trailing-Zeroes.py ├── 0189-Rotate-Array.py ├── 0191-Number-of-1-Bits.py ├── 0198-House-Robber.py ├── 0202-Happy-Number.py ├── 0203-Remove-Linked-List-Elements.py ├── 0204-Count-Primes.py ├── 0205-Isomorphic-Strings.py ├── 0206-Reverse-Linked-List.py ├── 0208-Implement-Trie-(Prefix-Tree).py ├── 0217-Contains-Duplicate.py ├── 0219-Contains-Duplicate-II.py ├── 0225-Implement-Stack-using-Queue.py ├── 0226-Invert-Binary-Tree.py ├── 0227-Basic-Calculator-II.py ├── 0230-Kth-Smallest-Element-in-a-BST.py ├── 0231-Power-of-Two.py ├── 0232-Implement-Queue-using-Stacks.py ├── 0234-Palindrome-Linked-List.py ├── 0237-Delete-Node-in-a-Linked-List.py ├── 0238-Product-of-Array-Except-Self.py ├── 0242-Valid-Anagram.py ├── 0258-Add-Digits.py ├── 0268-Missing-Number.py ├── 0278-First-Bad-Version.py ├── 0283-Move-Zeroes.py ├── 0287-Find-the-Duplicate-Number.py ├── 0292-Nim-Game.py ├── 0322-Coin-Change.py ├── 0328-Odd-Even-Linked-List.py ├── 0344-Reverse-String.py ├── 0345-Reverse-Vowels-of-a-String.py ├── 0347-Top-K-Frequent-Elements.py ├── 0349-Intersection-Of-Two-Arrays.py ├── 0350-Intersection-of-Two-Arrays-II.py ├── 0367-Valid-Perfect-Square.py ├── 0371-Sum-of-Two-Integers.py ├── 0373-Find-K-Pairs-with-Smallest-Sums.py ├── 0383-Ransom-Note.py ├── 0385-Mini-Parser.py ├── 0387-First-Unique-Characcter-in-a-String.py ├── 0392-Is-Subsequence.py ├── 0402-Remove-K-Digits.py ├── 0412-Fizz-Buzz.py ├── 0443-String-Compression.py ├── 0448-Find-All-Numbers-Disappeared-in-an-Array.py ├── 0451-Sort-Characters-By-Frequency.py ├── 0463-Island-Perimeter.py ├── 0476-Number-Complement.py ├── 0496-Next-Greater-Element-I.py ├── 0500-Keyboard-Row.py ├── 0503-Next-Greater-Element-II.py ├── 0525-Contiguous-Array.py ├── 0540-Single-Element-in-a-Sorted-Array.py ├── 0543-Diameter-of-Binary-Tree.py ├── 0557-Reverse-Words-in-a-String-III.py ├── 0560-Subarray-Sum-Equals-K.py ├── 0605-Can-Place-Flowers.py ├── 0617-Merge-Two-Binary-Trees.py ├── 0657-Robot-Return-to-Origin.py ├── 0665-Non-decreasing-Array.py ├── 0674-Longest-Continuous-Increasing-Subsequence.py ├── 0678-Valid-Parenthesis-String.py ├── 0692-Top-K-Frequent-Words.py ├── 0700-Search-in-a-Binary-Search-Tree.py ├── 0704-Binary-Search.py ├── 0705-Design-HashSet.py ├── 0707-Design-Linked_list.py ├── 0709-To-Lower-Case.py ├── 0724- Find-Pivot-Index.py ├── 0733-Flood-Fill.py ├── 0739-Daily-Temperatures.py ├── 0771-Jewels-and-Stones.py ├── 0844-Backspace-String-Compare.py ├── 0849-Maximize-Distance-to-Closest-Person.py ├── 0852-Peak-Index-In-A-Mountain-Array.py ├── 0856-Score-of-Parentheses.py ├── 0872-Leaf-Similar-Trees.py ├── 0876-Middle-of-the-Linked-List.py ├── 0881-Boats-to-Save-People.py ├── 0890-Find-and-Replace-Pattern.py ├── 0929-Unique-Email-Addresses.py ├── 0941-Valid-Mountain-Array.py ├── 0961-N-Repeated-Element-in-Size-2N-Array.py ├── 0981-Time-Based-Key-Value-Store.py ├── 0993-Cousins-in-Binary-Tree.py ├── 0997-Find-the-Town-Judge.py ├── 1014-Best-Sightseeing-Pair.py ├── 1021-Remove-Outermost-Parentheses.py ├── 1029-Two-City-Scheduling.py ├── 1046-Last-Stone-Weight.py ├── 1047-Remove-All-Adjacent-Duplicates-In-String.py ├── 1051-Height-Checker.py ├── 1108-Defanging-an-IP-Address.py ├── 1137-N-th-Tribonacci-Number.py ├── 1160-Find-Words-That-Can-Be-Formed-by-Characters.py ├── 1189-Maximum-Number-of-Ballons.py ├── 1207-Unique-Number-of-Occurences.py ├── 1281-Subtract-the-Product-and-Sum-of-Digits-of-an-integer.py ├── 1317-Convert-Integer-to-the-Sum-of-Two-No-Zero-Integers.py ├── 1356-Sort-Integers-by-The-Number-of-1-Bits.py ├── 1360-Number-of-Days-Between-Two-Days.py ├── 1362-Closest-Divisors.py ├── 1366-Rank-Teams-by-Votes.py ├── 1370-Increasing-Decreasing-String.py ├── 1374-Generate-a-String-With-Characters-That-Have-Odd-Counts.py ├── 1380-Lucky-Numbers-in-a-Matrix.py ├── 1399-Count-Largest-Group.py ├── 1400-Construct-K-Palindrome-Strings.py ├── 1401-Circle-and-Rectangle-Overlapping.py ├── 1426-Counting-Elements.py ├── 1427-Perform-String-Shifts.py ├── 1431-Kids-With-the-Greatest-Number-of-Candies.py ├── 1432-Max-Difference-You-Can-Get-From-Changing-an-Integer.py ├── 1433-Check-If-a-String-Can-Break-Another-String.py ├── 1480-Running-Sum-of-1d-Array.py ├── 1991-Find-the-Middle-Index-in-Array.py └── README.md /0001-Two-Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0001-Two-Sum.py -------------------------------------------------------------------------------- /0002-Add-Two-Numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0002-Add-Two-Numbers.py -------------------------------------------------------------------------------- /0003-Longest-Substring-Without-Repeating-Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0003-Longest-Substring-Without-Repeating-Characters.py -------------------------------------------------------------------------------- /0004-Median-of-Two-Sorted-Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0004-Median-of-Two-Sorted-Arrays.py -------------------------------------------------------------------------------- /0005-Longest-Palindromic-Substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0005-Longest-Palindromic-Substring.py -------------------------------------------------------------------------------- /0006-ZigZag-Conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0006-ZigZag-Conversion.py -------------------------------------------------------------------------------- /0009-Palindrome-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0009-Palindrome-Number.py -------------------------------------------------------------------------------- /0011-Container-With-Most-Water.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0011-Container-With-Most-Water.py -------------------------------------------------------------------------------- /0012-Integer-to-Roman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0012-Integer-to-Roman.py -------------------------------------------------------------------------------- /0013-Roman-to-Integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0013-Roman-to-Integer.py -------------------------------------------------------------------------------- /0014-Longest-Common-Prefix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0014-Longest-Common-Prefix.py -------------------------------------------------------------------------------- /0017-Letter-Combinations-of-a-Phone-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0017-Letter-Combinations-of-a-Phone-Number.py -------------------------------------------------------------------------------- /0019-Remove-Nth-Node-From-End-of-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0019-Remove-Nth-Node-From-End-of-List.py -------------------------------------------------------------------------------- /0020-Valid-Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0020-Valid-Parentheses.py -------------------------------------------------------------------------------- /0021-Merge-Two-Sorted-Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0021-Merge-Two-Sorted-Lists.py -------------------------------------------------------------------------------- /0022-Generate-Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0022-Generate-Parentheses.py -------------------------------------------------------------------------------- /0023-Merge-k-Sorted-Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0023-Merge-k-Sorted-Lists.py -------------------------------------------------------------------------------- /0024-Swap-Nodes-in-Pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0024-Swap-Nodes-in-Pairs.py -------------------------------------------------------------------------------- /0026-Remove-Duplicates-from-Sorted-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0026-Remove-Duplicates-from-Sorted-Array.py -------------------------------------------------------------------------------- /0027-Remove-Element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0027-Remove-Element.py -------------------------------------------------------------------------------- /0029-Divide-Two-Integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0029-Divide-Two-Integers.py -------------------------------------------------------------------------------- /0031-Next-Permutation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0031-Next-Permutation.py -------------------------------------------------------------------------------- /0033-Search-in-Rotated-Sorted-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0033-Search-in-Rotated-Sorted-Array.py -------------------------------------------------------------------------------- /0034-Find-First-and-Last-Position-of-Element-in-Sorted-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0034-Find-First-and-Last-Position-of-Element-in-Sorted-Array.py -------------------------------------------------------------------------------- /0035-Search-Insert-Position.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0035-Search-Insert-Position.py -------------------------------------------------------------------------------- /0038-Count-and-Say.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0038-Count-and-Say.py -------------------------------------------------------------------------------- /0039-Combination-Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0039-Combination-Sum.py -------------------------------------------------------------------------------- /0046-Permutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0046-Permutations.py -------------------------------------------------------------------------------- /0048-Rotate-Image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0048-Rotate-Image.py -------------------------------------------------------------------------------- /0049-Group-Anagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0049-Group-Anagrams.py -------------------------------------------------------------------------------- /0053-Maximum-Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0053-Maximum-Subarray.py -------------------------------------------------------------------------------- /0055-Jump-Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0055-Jump-Game.py -------------------------------------------------------------------------------- /0056-Merge-Intervals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0056-Merge-Intervals.py -------------------------------------------------------------------------------- /0066-Plus-One.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0066-Plus-One.py -------------------------------------------------------------------------------- /0067-Add-Binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0067-Add-Binary.py -------------------------------------------------------------------------------- /0069-Sqrt(x).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0069-Sqrt(x).py -------------------------------------------------------------------------------- /0070-Climbing-Stairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0070-Climbing-Stairs.py -------------------------------------------------------------------------------- /0072-Edit-Distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0072-Edit-Distance.py -------------------------------------------------------------------------------- /0074-Search-a-2D-Matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0074-Search-a-2D-Matrix.py -------------------------------------------------------------------------------- /0075-Sort-Colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0075-Sort-Colors.py -------------------------------------------------------------------------------- /0078-Subsets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0078-Subsets.py -------------------------------------------------------------------------------- /0079-Word-Search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0079-Word-Search.py -------------------------------------------------------------------------------- /0088-Merge-Sorted-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0088-Merge-Sorted-Array.py -------------------------------------------------------------------------------- /0091-Decode-Ways.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0091-Decode-Ways.py -------------------------------------------------------------------------------- /0094-Binary-Tree-Inorder-Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0094-Binary-Tree-Inorder-Traversal.py -------------------------------------------------------------------------------- /0100-Same-Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0100-Same-Tree.py -------------------------------------------------------------------------------- /0102-Binary-Tree-Level-Order-Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0102-Binary-Tree-Level-Order-Traversal.py -------------------------------------------------------------------------------- /0107-Binary-Tree-Level-Order-Traversal-II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0107-Binary-Tree-Level-Order-Traversal-II.py -------------------------------------------------------------------------------- /0118-Pascal-Triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0118-Pascal-Triangle.py -------------------------------------------------------------------------------- /0121-Best-Time-To-Buy-and-Sell-Stock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0121-Best-Time-To-Buy-and-Sell-Stock.py -------------------------------------------------------------------------------- /0122-Best-Time-To-Buy-and-Sell-Stock-II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0122-Best-Time-To-Buy-and-Sell-Stock-II.py -------------------------------------------------------------------------------- /0125-Valid-Palindrome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0125-Valid-Palindrome.py -------------------------------------------------------------------------------- /0131-Palindrome-Partitioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0131-Palindrome-Partitioning.py -------------------------------------------------------------------------------- /0136-Single-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0136-Single-Number.py -------------------------------------------------------------------------------- /0138-Copy-List-with-Random-Pointer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0138-Copy-List-with-Random-Pointer.py -------------------------------------------------------------------------------- /0141-Linked-List-Cycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0141-Linked-List-Cycle.py -------------------------------------------------------------------------------- /0143-Reorder-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0143-Reorder-List.py -------------------------------------------------------------------------------- /0144-Binary-Tree-Preorder-Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0144-Binary-Tree-Preorder-Traversal.py -------------------------------------------------------------------------------- /0145-Binary-Tree-Postorder-Traversal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0145-Binary-Tree-Postorder-Traversal.py -------------------------------------------------------------------------------- /0151-Reverse-Words-in-a-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0151-Reverse-Words-in-a-String.py -------------------------------------------------------------------------------- /0152-Maximum-Product-Subarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0152-Maximum-Product-Subarray.py -------------------------------------------------------------------------------- /0153-Find-Minimum-in-Rotated-Sorted-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0153-Find-Minimum-in-Rotated-Sorted-Array.py -------------------------------------------------------------------------------- /0155-Min-Stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0155-Min-Stack.py -------------------------------------------------------------------------------- /0160-Intersection-of-Two-Linked-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0160-Intersection-of-Two-Linked-List.py -------------------------------------------------------------------------------- /0169-Majority-Element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0169-Majority-Element.py -------------------------------------------------------------------------------- /0172-Factorial-Trailing-Zeroes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0172-Factorial-Trailing-Zeroes.py -------------------------------------------------------------------------------- /0189-Rotate-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0189-Rotate-Array.py -------------------------------------------------------------------------------- /0191-Number-of-1-Bits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0191-Number-of-1-Bits.py -------------------------------------------------------------------------------- /0198-House-Robber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0198-House-Robber.py -------------------------------------------------------------------------------- /0202-Happy-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0202-Happy-Number.py -------------------------------------------------------------------------------- /0203-Remove-Linked-List-Elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0203-Remove-Linked-List-Elements.py -------------------------------------------------------------------------------- /0204-Count-Primes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0204-Count-Primes.py -------------------------------------------------------------------------------- /0205-Isomorphic-Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0205-Isomorphic-Strings.py -------------------------------------------------------------------------------- /0206-Reverse-Linked-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0206-Reverse-Linked-List.py -------------------------------------------------------------------------------- /0208-Implement-Trie-(Prefix-Tree).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0208-Implement-Trie-(Prefix-Tree).py -------------------------------------------------------------------------------- /0217-Contains-Duplicate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0217-Contains-Duplicate.py -------------------------------------------------------------------------------- /0219-Contains-Duplicate-II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0219-Contains-Duplicate-II.py -------------------------------------------------------------------------------- /0225-Implement-Stack-using-Queue.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0225-Implement-Stack-using-Queue.py -------------------------------------------------------------------------------- /0226-Invert-Binary-Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0226-Invert-Binary-Tree.py -------------------------------------------------------------------------------- /0227-Basic-Calculator-II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0227-Basic-Calculator-II.py -------------------------------------------------------------------------------- /0230-Kth-Smallest-Element-in-a-BST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0230-Kth-Smallest-Element-in-a-BST.py -------------------------------------------------------------------------------- /0231-Power-of-Two.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0231-Power-of-Two.py -------------------------------------------------------------------------------- /0232-Implement-Queue-using-Stacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0232-Implement-Queue-using-Stacks.py -------------------------------------------------------------------------------- /0234-Palindrome-Linked-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0234-Palindrome-Linked-List.py -------------------------------------------------------------------------------- /0237-Delete-Node-in-a-Linked-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0237-Delete-Node-in-a-Linked-List.py -------------------------------------------------------------------------------- /0238-Product-of-Array-Except-Self.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0238-Product-of-Array-Except-Self.py -------------------------------------------------------------------------------- /0242-Valid-Anagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0242-Valid-Anagram.py -------------------------------------------------------------------------------- /0258-Add-Digits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0258-Add-Digits.py -------------------------------------------------------------------------------- /0268-Missing-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0268-Missing-Number.py -------------------------------------------------------------------------------- /0278-First-Bad-Version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0278-First-Bad-Version.py -------------------------------------------------------------------------------- /0283-Move-Zeroes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0283-Move-Zeroes.py -------------------------------------------------------------------------------- /0287-Find-the-Duplicate-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0287-Find-the-Duplicate-Number.py -------------------------------------------------------------------------------- /0292-Nim-Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0292-Nim-Game.py -------------------------------------------------------------------------------- /0322-Coin-Change.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0322-Coin-Change.py -------------------------------------------------------------------------------- /0328-Odd-Even-Linked-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0328-Odd-Even-Linked-List.py -------------------------------------------------------------------------------- /0344-Reverse-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0344-Reverse-String.py -------------------------------------------------------------------------------- /0345-Reverse-Vowels-of-a-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0345-Reverse-Vowels-of-a-String.py -------------------------------------------------------------------------------- /0347-Top-K-Frequent-Elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0347-Top-K-Frequent-Elements.py -------------------------------------------------------------------------------- /0349-Intersection-Of-Two-Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0349-Intersection-Of-Two-Arrays.py -------------------------------------------------------------------------------- /0350-Intersection-of-Two-Arrays-II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0350-Intersection-of-Two-Arrays-II.py -------------------------------------------------------------------------------- /0367-Valid-Perfect-Square.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0367-Valid-Perfect-Square.py -------------------------------------------------------------------------------- /0371-Sum-of-Two-Integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0371-Sum-of-Two-Integers.py -------------------------------------------------------------------------------- /0373-Find-K-Pairs-with-Smallest-Sums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0373-Find-K-Pairs-with-Smallest-Sums.py -------------------------------------------------------------------------------- /0383-Ransom-Note.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0383-Ransom-Note.py -------------------------------------------------------------------------------- /0385-Mini-Parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0385-Mini-Parser.py -------------------------------------------------------------------------------- /0387-First-Unique-Characcter-in-a-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0387-First-Unique-Characcter-in-a-String.py -------------------------------------------------------------------------------- /0392-Is-Subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0392-Is-Subsequence.py -------------------------------------------------------------------------------- /0402-Remove-K-Digits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0402-Remove-K-Digits.py -------------------------------------------------------------------------------- /0412-Fizz-Buzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0412-Fizz-Buzz.py -------------------------------------------------------------------------------- /0443-String-Compression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0443-String-Compression.py -------------------------------------------------------------------------------- /0448-Find-All-Numbers-Disappeared-in-an-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0448-Find-All-Numbers-Disappeared-in-an-Array.py -------------------------------------------------------------------------------- /0451-Sort-Characters-By-Frequency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0451-Sort-Characters-By-Frequency.py -------------------------------------------------------------------------------- /0463-Island-Perimeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0463-Island-Perimeter.py -------------------------------------------------------------------------------- /0476-Number-Complement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0476-Number-Complement.py -------------------------------------------------------------------------------- /0496-Next-Greater-Element-I.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0496-Next-Greater-Element-I.py -------------------------------------------------------------------------------- /0500-Keyboard-Row.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0500-Keyboard-Row.py -------------------------------------------------------------------------------- /0503-Next-Greater-Element-II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0503-Next-Greater-Element-II.py -------------------------------------------------------------------------------- /0525-Contiguous-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0525-Contiguous-Array.py -------------------------------------------------------------------------------- /0540-Single-Element-in-a-Sorted-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0540-Single-Element-in-a-Sorted-Array.py -------------------------------------------------------------------------------- /0543-Diameter-of-Binary-Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0543-Diameter-of-Binary-Tree.py -------------------------------------------------------------------------------- /0557-Reverse-Words-in-a-String-III.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0557-Reverse-Words-in-a-String-III.py -------------------------------------------------------------------------------- /0560-Subarray-Sum-Equals-K.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0560-Subarray-Sum-Equals-K.py -------------------------------------------------------------------------------- /0605-Can-Place-Flowers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0605-Can-Place-Flowers.py -------------------------------------------------------------------------------- /0617-Merge-Two-Binary-Trees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0617-Merge-Two-Binary-Trees.py -------------------------------------------------------------------------------- /0657-Robot-Return-to-Origin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0657-Robot-Return-to-Origin.py -------------------------------------------------------------------------------- /0665-Non-decreasing-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0665-Non-decreasing-Array.py -------------------------------------------------------------------------------- /0674-Longest-Continuous-Increasing-Subsequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0674-Longest-Continuous-Increasing-Subsequence.py -------------------------------------------------------------------------------- /0678-Valid-Parenthesis-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0678-Valid-Parenthesis-String.py -------------------------------------------------------------------------------- /0692-Top-K-Frequent-Words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0692-Top-K-Frequent-Words.py -------------------------------------------------------------------------------- /0700-Search-in-a-Binary-Search-Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0700-Search-in-a-Binary-Search-Tree.py -------------------------------------------------------------------------------- /0704-Binary-Search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0704-Binary-Search.py -------------------------------------------------------------------------------- /0705-Design-HashSet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0705-Design-HashSet.py -------------------------------------------------------------------------------- /0707-Design-Linked_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0707-Design-Linked_list.py -------------------------------------------------------------------------------- /0709-To-Lower-Case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0709-To-Lower-Case.py -------------------------------------------------------------------------------- /0724- Find-Pivot-Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0724- Find-Pivot-Index.py -------------------------------------------------------------------------------- /0733-Flood-Fill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0733-Flood-Fill.py -------------------------------------------------------------------------------- /0739-Daily-Temperatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0739-Daily-Temperatures.py -------------------------------------------------------------------------------- /0771-Jewels-and-Stones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0771-Jewels-and-Stones.py -------------------------------------------------------------------------------- /0844-Backspace-String-Compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0844-Backspace-String-Compare.py -------------------------------------------------------------------------------- /0849-Maximize-Distance-to-Closest-Person.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0849-Maximize-Distance-to-Closest-Person.py -------------------------------------------------------------------------------- /0852-Peak-Index-In-A-Mountain-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0852-Peak-Index-In-A-Mountain-Array.py -------------------------------------------------------------------------------- /0856-Score-of-Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0856-Score-of-Parentheses.py -------------------------------------------------------------------------------- /0872-Leaf-Similar-Trees.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0872-Leaf-Similar-Trees.py -------------------------------------------------------------------------------- /0876-Middle-of-the-Linked-List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0876-Middle-of-the-Linked-List.py -------------------------------------------------------------------------------- /0881-Boats-to-Save-People.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0881-Boats-to-Save-People.py -------------------------------------------------------------------------------- /0890-Find-and-Replace-Pattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0890-Find-and-Replace-Pattern.py -------------------------------------------------------------------------------- /0929-Unique-Email-Addresses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0929-Unique-Email-Addresses.py -------------------------------------------------------------------------------- /0941-Valid-Mountain-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0941-Valid-Mountain-Array.py -------------------------------------------------------------------------------- /0961-N-Repeated-Element-in-Size-2N-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0961-N-Repeated-Element-in-Size-2N-Array.py -------------------------------------------------------------------------------- /0981-Time-Based-Key-Value-Store.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0981-Time-Based-Key-Value-Store.py -------------------------------------------------------------------------------- /0993-Cousins-in-Binary-Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0993-Cousins-in-Binary-Tree.py -------------------------------------------------------------------------------- /0997-Find-the-Town-Judge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/0997-Find-the-Town-Judge.py -------------------------------------------------------------------------------- /1014-Best-Sightseeing-Pair.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1014-Best-Sightseeing-Pair.py -------------------------------------------------------------------------------- /1021-Remove-Outermost-Parentheses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1021-Remove-Outermost-Parentheses.py -------------------------------------------------------------------------------- /1029-Two-City-Scheduling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1029-Two-City-Scheduling.py -------------------------------------------------------------------------------- /1046-Last-Stone-Weight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1046-Last-Stone-Weight.py -------------------------------------------------------------------------------- /1047-Remove-All-Adjacent-Duplicates-In-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1047-Remove-All-Adjacent-Duplicates-In-String.py -------------------------------------------------------------------------------- /1051-Height-Checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1051-Height-Checker.py -------------------------------------------------------------------------------- /1108-Defanging-an-IP-Address.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1108-Defanging-an-IP-Address.py -------------------------------------------------------------------------------- /1137-N-th-Tribonacci-Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1137-N-th-Tribonacci-Number.py -------------------------------------------------------------------------------- /1160-Find-Words-That-Can-Be-Formed-by-Characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1160-Find-Words-That-Can-Be-Formed-by-Characters.py -------------------------------------------------------------------------------- /1189-Maximum-Number-of-Ballons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1189-Maximum-Number-of-Ballons.py -------------------------------------------------------------------------------- /1207-Unique-Number-of-Occurences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1207-Unique-Number-of-Occurences.py -------------------------------------------------------------------------------- /1281-Subtract-the-Product-and-Sum-of-Digits-of-an-integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1281-Subtract-the-Product-and-Sum-of-Digits-of-an-integer.py -------------------------------------------------------------------------------- /1317-Convert-Integer-to-the-Sum-of-Two-No-Zero-Integers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1317-Convert-Integer-to-the-Sum-of-Two-No-Zero-Integers.py -------------------------------------------------------------------------------- /1356-Sort-Integers-by-The-Number-of-1-Bits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1356-Sort-Integers-by-The-Number-of-1-Bits.py -------------------------------------------------------------------------------- /1360-Number-of-Days-Between-Two-Days.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1360-Number-of-Days-Between-Two-Days.py -------------------------------------------------------------------------------- /1362-Closest-Divisors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1362-Closest-Divisors.py -------------------------------------------------------------------------------- /1366-Rank-Teams-by-Votes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1366-Rank-Teams-by-Votes.py -------------------------------------------------------------------------------- /1370-Increasing-Decreasing-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1370-Increasing-Decreasing-String.py -------------------------------------------------------------------------------- /1374-Generate-a-String-With-Characters-That-Have-Odd-Counts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1374-Generate-a-String-With-Characters-That-Have-Odd-Counts.py -------------------------------------------------------------------------------- /1380-Lucky-Numbers-in-a-Matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1380-Lucky-Numbers-in-a-Matrix.py -------------------------------------------------------------------------------- /1399-Count-Largest-Group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1399-Count-Largest-Group.py -------------------------------------------------------------------------------- /1400-Construct-K-Palindrome-Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1400-Construct-K-Palindrome-Strings.py -------------------------------------------------------------------------------- /1401-Circle-and-Rectangle-Overlapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1401-Circle-and-Rectangle-Overlapping.py -------------------------------------------------------------------------------- /1426-Counting-Elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1426-Counting-Elements.py -------------------------------------------------------------------------------- /1427-Perform-String-Shifts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1427-Perform-String-Shifts.py -------------------------------------------------------------------------------- /1431-Kids-With-the-Greatest-Number-of-Candies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1431-Kids-With-the-Greatest-Number-of-Candies.py -------------------------------------------------------------------------------- /1432-Max-Difference-You-Can-Get-From-Changing-an-Integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1432-Max-Difference-You-Can-Get-From-Changing-an-Integer.py -------------------------------------------------------------------------------- /1433-Check-If-a-String-Can-Break-Another-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1433-Check-If-a-String-Can-Break-Another-String.py -------------------------------------------------------------------------------- /1480-Running-Sum-of-1d-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1480-Running-Sum-of-1d-Array.py -------------------------------------------------------------------------------- /1991-Find-the-Middle-Index-in-Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/1991-Find-the-Middle-Index-in-Array.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nirmalnishant645/LeetCode/HEAD/README.md --------------------------------------------------------------------------------