We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6a56a commit e16c729Copy full SHA for e16c729
README.md
@@ -1,7 +1,13 @@
1
# leetcode.js
2
-JS solutions to leetcode practice problems.
+LeetCode solutions in JavaScript (ES6+).
3
4
-Usually aiming for a balance of simplicity and performance.
+[leetcode.com/problemset/all](https://leetcode.com/problemset/all/)
5
+
6
7
+- Usually aiming for a balance between simplicity and performance.
8
+- Space and time complexity documented
9
+- JSDocs included
10
+- Prettier formatted
11
12
# Credits
13
0 commit comments