Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmanov/leetcode-problems
Practice of solving algorithmic problems
https://github.com/palmanov/leetcode-problems
leetcode leetcode-cpp leetcode-solutions
Last synced: about 1 month ago
JSON representation
Practice of solving algorithmic problems
- Host: GitHub
- URL: https://github.com/palmanov/leetcode-problems
- Owner: palmanov
- Created: 2022-07-20T07:34:26.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-10T09:08:11.000Z (10 months ago)
- Last Synced: 2024-11-08T00:48:26.406Z (3 months ago)
- Topics: leetcode, leetcode-cpp, leetcode-solutions
- Language: C++
- Homepage: https://leetcode.com/palmanov/
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
[![CMake](https://github.com/palmanov/leetcode-problems/actions/workflows/cmake.yml/badge.svg)](https://github.com/palmanov/leetcode-problems/actions/workflows/cmake.yml)
## Problems
### Easy
- [x] 242. Valid Anagram
- [x] 1. Two Sum
- [x] 766. Toeplitz Matrix
- [x] 13. Roman to Integer
- [x] 744. Find Smallest Letter Greater Than Target
- [x] 455. Assign Cookies
- [x] 217. Contains Duplicate### Medium
- [x] 792. Number of Matching Subsequences
- [x] 3. Longest Substring Without Repeating Characters
- [x] 307. Range Sum Query - Mutable
- [x] 2. Add Two Numbers
- [x] 1706. Where Will the Ball Fall
- [x] 946. Validate Stack Sequences
- [x] 2610. Convert an Array Into a 2D Array With Conditions
- [x] 2125. Number of Laser Beams in a Bank
- [x] 2870. Minimum Number of Operations to Make Array Empty
- [x] 238. Product of Array Except Self