Skip to content

Commit 9ae7014

Browse files
committed
Update tag info in readme
1 parent 920304c commit 9ae7014

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Language](https://img.shields.io/badge/python-3.5-blue.svg)](https://www.python.org)
44
[![License](https://img.shields.io/dub/l/vibe-d.svg)](https://opensource.org/licenses/MIT)
55

6-
This repository shares my leetcode problems solving experience. The first edition is 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.
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.
77

88
## Problems
99

@@ -13,6 +13,10 @@ You can find all the problems on [LeetCode](https://leetcode.com).
1313

1414
You are welcome if you have any question or suggestion.
1515

16+
## Tag
17+
18+
I have classified the problems into different tags like the leetcode OJ does. You can check them [here](./TAG.md).
19+
1620
## Articles
1721

1822
There are articles about each problem, describing how I solve that problem. You can visit them on [GitBook](https://shenjie1993.gitbooks.io/leetcode-python/content/) or [CSDN](http://blog.csdn.net/column/details/leetcode-python.html).

0 commit comments

Comments
 (0)