https://github.com/algorhythms/LeetCode
LeetCode In Action - Python (705+)
https://github.com/algorhythms/LeetCode
Last synced: 7 days ago
JSON representation
LeetCode In Action - Python (705+)
- Host: GitHub
- URL: https://github.com/algorhythms/LeetCode
- Owner: algorhythms
- License: mit
- Created: 2014-06-27T12:32:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T17:29:14.000Z (about 1 month ago)
- Last Synced: 2025-04-02T18:32:01.218Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 850
- Watchers: 85
- Forks: 262
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-leetcode - algorhythms/LeetCode
README
# LeetCode  
LeetCode is a coding online judger. You may find the problem list here [LeetCode](https://leetcode.com/problemset/algorithms/).### Problem List
Problem list indexed by chronological order: [Link](http://deepreader.io/LeetCode/problem_list.html).### Feedback
Welcome to raise an issue [here](https://github.com/algorhythms/LeetCode/issues) if you have any feedback.### Notes: TLE & MLE
Failed attempts are kept in the source code as documentation, which are annotated as TLE (Time Limit Exceeded) or MLE (Memory Limit Exceeded).### Disclaimer
The solutions in this repository are personal work, and in any form it neither represents any opinion of nor affiliates to LeetCode Corp.