Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algorhythms/LeetCode
LeetCode In Action - Python (705+)
https://github.com/algorhythms/LeetCode
Last synced: 29 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T20:15:23.000Z (about 1 year ago)
- Last Synced: 2024-08-03T21:02:05.562Z (4 months ago)
- Language: Python
- Homepage:
- Size: 948 KB
- Stars: 850
- Watchers: 86
- Forks: 263
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-leetcode - algorhythms/LeetCode
README
# LeetCode ![Language](https://img.shields.io/badge/language-Python-blue.svg) ![License](https://img.shields.io/badge/license-MIT-red.svg)
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.