https://github.com/surajkareppagol/leetcode-problems
🧩 Collection of leetcode problems.
https://github.com/surajkareppagol/leetcode-problems
leetcode problems
Last synced: 4 months ago
JSON representation
🧩 Collection of leetcode problems.
- Host: GitHub
- URL: https://github.com/surajkareppagol/leetcode-problems
- Owner: surajkareppagol
- Created: 2024-09-23T16:14:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T11:58:58.000Z (10 months ago)
- Last Synced: 2025-07-07T00:04:08.640Z (6 months ago)
- Topics: leetcode, problems
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧩 Leetcode problems
A collection of leetcode problems.
## ✅ Accepted
- ✅ 20\. Valid Parentheses
- ✅ 136\. Single Number
- ✅ 1381\. Design a Stack With Increment Operation
- ✅ 1455\. Check If a Word Occurs As a Prefix of Any Word in a Sentence
- ✅ 1769\. Minimum Number of Operations to Move All Balls to Each Box
- ✅ 1800\. Maximum Ascending Subarray Sum
- ✅ 2109\. Adding Spaces to a String
- ✅ 2270\. Number of Ways to Split Array
- ✅ 2275\. Largest Combination With Bitwise AND Greater Than Zero
- ✅ 2696\. Minimum String Length After Removing Substrings
- ✅ 2924\. Find Champion II
- ✅ 3163\. String Compression III
- ✅ 3174\. Clear Digits
- ✅ 3254\. Find the Power of K-Size Subarrays I
- ✅ 3264\. Final Array State After K Multiplication Operations I
- ✅ 2161\. Partition Array According to Given Pivot
## ❗ Unsolved
These problems are partially solved, a percentage of testcases are passed and
not all testcases passed.
- ❗670\. Maximum Swap
- ❗862\. Shortest Subarray with Sum at Least K
- ❗916\. Word Subsets
- ❗1497\. Check If Array Pairs Are Divisible by k
- ❗1813\. Sentence Similarity III
- ❗2017\. Grid Game
- ❗2501\. Longest Square Streak in an Array
- ❗2070\. Most Beautiful Item for Each Query
- ❗2593\. Find Score of an Array After Marking All Elements
- ❗2661\. First Completely Painted Row or Column
- ❗2707\. Extra Characters in a String
- ❗2981\. Find Longest Special Substring That Occurs Thrice I
- ❗3043\. Find the Length of the Longest Common Prefix
- ❗3152\. Special Array II
## 📖 Editorial
- ✅ 179\. Largest Number
- ✅ 217\. Contains-Duplicate
- ✅ 1835\. Find XOR Sum of All Pairs Bitwise AND