Skip to content

Commit e058613

Browse files
authored
Update README.md
1 parent 042241d commit e058613

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
Leetcode-Python3
1+
# Leetcode-Python3
2+
3+
[![Language python](https://img.shields.io/badge/python-3.6-red.svg)](https://www.python.org)
4+
[![License](https://img.shields.io/dub/l/vibe-d.svg)](https://opensource.org/licenses/MIT)
5+
6+
This repository shares my experience in solving leetcode problems. The first edition was written in Python3, and now I am working on resolving them with Java8. There are articles describing the solution. For further information, please see the Articles part.
7+
8+
## Problems
9+
10+
All the problems on [LeetCode](https://leetcode.com).
11+
12+
## Update
13+
14+
I have update [gavinfish](https://github.com/gavinfish) code and make the code more correctly.
15+
16+
## License
17+
18+
[MIT LICENSE](./LICENSE)

0 commit comments

Comments
 (0)