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: 4 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T09:47:48.000Z (over 3 years ago)
- Last Synced: 2025-01-25T07:41:44.117Z (6 months 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 |