Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byjrk/leetcode-solutions
A bunch of LeetCode problems and their solution (in Python 3.8)
https://github.com/byjrk/leetcode-solutions
Last synced: 2 months ago
JSON representation
A bunch of LeetCode problems and their solution (in Python 3.8)
- Host: GitHub
- URL: https://github.com/byjrk/leetcode-solutions
- Owner: BYJRK
- License: mit
- Created: 2021-02-02T14:05:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T09:47:48.000Z (about 3 years ago)
- Last Synced: 2023-02-28T19:01:38.460Z (almost 2 years ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions
A bunch of LeetCode problems and their solution (in Python 3.8)
(Comments in the code are written in Chinese)
|Catagory |Count|
|--------------------|-----|
|Binary Tree |20 |
|Breath First Search |4 |
|Depth First Search |12 |
|Dynamic Programming |27 |
|Easy |1 |
|Linked List |10 |
|Miscellaneous |9 |
|String |7 |
|Tricky |7 |
|Two Pointers |3 |
|Total |100 |