|
1 |
| -Leetcode-Python3 |
| 1 | +#Leetcode-Python3 |
| 2 | + |
| 3 | +[](https://www.python.org) |
| 4 | +[](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) |