Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karenwky/leetcode
archive of LeetCode problems
https://github.com/karenwky/leetcode
leetcode leetcode-python leetcode-solutions
Last synced: about 18 hours ago
JSON representation
archive of LeetCode problems
- Host: GitHub
- URL: https://github.com/karenwky/leetcode
- Owner: karenwky
- Created: 2019-11-12T07:09:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T11:17:54.000Z (8 months ago)
- Last Synced: 2024-09-18T06:43:12.988Z (5 months ago)
- Topics: leetcode, leetcode-python, leetcode-solutions
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode
Archive of [LeetCode](https://leetcode.com/wongkayankaren/) problems.* [500. Keyboard Row](https://leetcode.com/problems/keyboard-row/)
* [code](./500.py)
* [461. Hamming Distance](https://leetcode.com/problems/hamming-distance/)
* [code](461.py)
* [627. Swap Salary](https://leetcode.com/problems/swap-salary/)
* [code](./628.sql)
* [1207. Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/)
* [code](./1207.py)
* [961. N-Repeated Element in Size 2N Array](https://leetcode.com/problems/n-repeated-element-in-size-2n-array/)
* [code](./961.py)
* [905. Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/)
* [code](./905.py)
* [832. Flipping an Image](https://leetcode.com/problems/flipping-an-image/)
* [code](./832.py)
* [1252. Cells with Odd Values in a Matrix](https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/)
* [code](./1252.py)