Skip to content

Commit 87de217

Browse files
committed
Update readme
1 parent 8441e21 commit 87de217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This repository contains my solutions for Leetcode problems that I resolve occasionally using Java.
44

5-
In general, each class represents one problem, but for problems where additional classes needed all classes are inside one package.
5+
Each class represents one problem. For each problem there is a short description and a link to a full description with examples on leetcode.
6+
If problem requires a custom data structure it is located in the `datastructures` package.
67

78
You can find complete list of problems here: https://leetcode.com/problemset/all/
89

0 commit comments

Comments
 (0)