Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniomrtz/leetcode
Solutions of LeetCode code problems
https://github.com/antoniomrtz/leetcode
leet-code-solutions leetcode python python3
Last synced: 3 days ago
JSON representation
Solutions of LeetCode code problems
- Host: GitHub
- URL: https://github.com/antoniomrtz/leetcode
- Owner: AntonioMrtz
- Created: 2023-08-28T21:16:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T12:22:57.000Z (about 1 year ago)
- Last Synced: 2024-05-21T07:12:31.345Z (8 months ago)
- Topics: leet-code-solutions, leetcode, python, python3
- Language: Python
- Homepage: https://leetcode.com/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Challenges
![Leet Code](https://cdn.cdo.mit.edu/wp-content/uploads/sites/67/2021/01/0_zuhXdNAIUoxEem4-.png)
## Done
1. [Median of Two Sorted Arrays in log(n+m)](https://leetcode.com/problems/median-of-two-sorted-arrays/)
2. [Minimum penalty for a Shop](https://leetcode.com/problems/minimum-penalty-for-a-shop/)
3. [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence)
4. [Power of four](https://leetcode.com/problems/power-of-four/)
5. [Minimum Replacements to Sort the Array](https://leetcode.com/problems/minimum-replacements-to-sort-the-array/)
6. [Counting Bits](https://leetcode.com/problems/counting-bits/)
7. [Backspace String Compare](https://leetcode.com/problems/backspace-string-compare/)
8. [Find Smallest Letter Greater Than Target](https://leetcode.com/problems/find-smallest-letter-greater-than-target/solutions/?envType=daily-question&envId=2023-11-02)
9. [Count Negative Numbers in a Sorted Matrix](https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/?envType=daily-question&envId=2023-11-02)