Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 |