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 1a872bf commit fe13f59Copy full SHA for fe13f59
README.md
@@ -1,15 +1,18 @@
1
-Leetcode
2
-========
3
-
4
-After 151 Done(Jul 20 2014)
5
---------------------------
+#Leetcode solutions
6
7
[Github Page](http://leetcode.tgic.me/)
8
9
Please [Donate leetcode](https://oj.leetcode.com/donate/)
10
11
-TODO
12
-----
13
- * Impove code readability
14
- * Write down thinkings how problems were solved
15
+## Milestone
+
+ * 151 AC _Jul 20 2014_
+ * 151 Detailed solving thought _Aug 31 2014_
+## TODO
16
+ * Evaluate the Time and Space complexity of each solution
17
+ * Proof the code's correctness if needed
18
+ * Find better solutions
0 commit comments