Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)