An open API service indexing awesome lists of open source software.

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.

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