We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8441e21 commit 87de217Copy full SHA for 87de217
README.md
@@ -2,7 +2,8 @@
2
3
This repository contains my solutions for Leetcode problems that I resolve occasionally using Java.
4
5
-In general, each class represents one problem, but for problems where additional classes needed all classes are inside one package.
+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.
7
8
You can find complete list of problems here: https://leetcode.com/problemset/all/
9
0 commit comments