|
@@ -0,0 +1,39 @@
|
|
|
++++
|
|
|
+date = "2019-11-13T22:10:00+08:00"
|
|
|
+draft = false
|
|
|
+tags = []
|
|
|
+title = "My Todo List"
|
|
|
+authors = ["xry111"]
|
|
|
++++
|
|
|
+
|
|
|
+# Math
|
|
|
+
|
|
|
+- [ ] Rethink linear algebra
|
|
|
+- [ ] Learn tensor algebra
|
|
|
+- [ ] Kirchhoff's matrix tree theorem ([Luogu 4336][lg4336])
|
|
|
+- [ ] Trace of matrix (Problem J, 2019 ICPC Asia Regional Nanchang)
|
|
|
+
|
|
|
+# Physics
|
|
|
+
|
|
|
+- [ ] Rethink dynamics
|
|
|
+
|
|
|
+# Computer Science & Engineering
|
|
|
+
|
|
|
+- [ ] DSU on tree
|
|
|
+- [ ] Translate LFS book
|
|
|
+- [ ] Learn Rust
|
|
|
+- [ ] Rebuild codebase for competitive programming
|
|
|
+
|
|
|
+# Project
|
|
|
+
|
|
|
+## XDOJ-4
|
|
|
+
|
|
|
+- [ ] Fix the prototype
|
|
|
+- [ ] Judging backend using systemd
|
|
|
+
|
|
|
+## RM-100-II
|
|
|
+
|
|
|
+- [ ] Utility for extracting data from binary stream
|
|
|
+- [ ] Experiment report
|
|
|
+
|
|
|
+[lg4336]: https://www.luogu.org/problem/P4336
|