about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-15 15:58:37 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-15 15:58:37 +0700
commit8a9d6282fcb863c67d6623f5c883ef703721cccd (patch)
tree1502329904d624c72b044f7698a5011889e6455f /README.md
parent9e28e4c7b67c54229df11d355047ac8a88ea1817 (diff)
downloadcp-8a9d6282fcb863c67d6623f5c883ef703721cccd.tar.gz
[usth/MATH1.{4,5}] Calculus (not the teeth kind)
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4ebe2ae..25b4c80 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,23 @@
-# hsg
+# cp
 
-Bài tập luyện tập thi Olympic, học sinh giỏi Tin học, trong đó:
+This used to be my competitive programming collection, now it is more of
+a warehouse for my computer programming journey.  For historical reasons,
+this README as well as commit messages are duolingo (Anglais et Vietnamien).
 
 |    Thư mục   |                      Nguồn đề bài                      |
 | ------------ | ------------------------------------------------------ |
 | `\d{2}`      | Đề thi, kiểm tra phân theo lớp                         |
-| `COCI`       | [Giải Tin học Croatia mở rộng][0]                      |
-| `NTU`        | [Đại học Nha Trang][1]                                 |
-| `THT`        | Hội thi Tin học trẻ                                    |
+| `coci`       | [Giải Tin học Croatia mở rộng][0]                      |
 | `codechef`   | [Codechef][2]                                          |
 | `codeforces` | [Codeforces][3]                                        |
 | `cpptour`    | A Tour of C++                                          |
 | `daily`      | [/r/dailyprogrammer][4]                                |
+| `ntu`        | [Đại học Nha Trang][1]                                 |
 | `others`     | Các đề bài không rõ nguồn                              |
 | `paip`       | Paradigms of Artificial Intelligence Programming       |
 | `sicp`       | Structure and Interpretation of Computer Programs      |
 | `thinkperl6` | Think Perl 6                                           |
+| `tht`        | Hội thi Tin học trẻ                                    |
 | `toys`       | Programs that don't deserve their own repo             |
 | `usth`       | L'Université des Sciences et des Technologies de Hanoï |
 
@@ -25,7 +27,7 @@ Bài tập luyện tập thi Olympic, học sinh giỏi Tin học, trong đó:
 [3]: http://codeforces.com/
 [4]: https://www.reddit.com/r/dailyprogrammer
 
-Ở mỗi thư mục con sẽ có tệp `README.md` ghi lại đề bài. Riêng `COCI`, `NTU` và
+Ở mỗi thư mục con sẽ có tệp `README.md` ghi lại đề bài. Riêng `coci`, `ntu` và
 `codeforces` sẽ chỉ có danh sách đường dẫn tới các đề bài. Đề bài sẽ được cập
 nhật dần.
 
@@ -38,7 +40,7 @@ Phiên bản các trình dịch sử dụng test:
 | Java        | OpenJDK 11+        |
 | Lua         | Lua 5.1+           |
 | Pascal      | Free Pascal 2.6.4+ |
-| Perl 6      | Rakudo 2018.12+    |
+| Raku        | Rakudo 2018.12+    |
 | Python      | Python 3.5+        |
 | Scheme      | GNU Guile 2.0.11+  |