about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index dd9b524..5fd359d 100644
--- a/README.md
+++ b/README.md
@@ -6,27 +6,26 @@ 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                         |
+| `2ndary`     | Secondary school competitions                          |
+| `aoc`        | [Advent of Code][5]                                    |
 | `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]                                |
-| `mips`       | MIPS Assembly Language Programming                     |
+| `lang`       | Random programming language books                      |
 | `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ï |
 
-[0]: http://www.hsin.hr/coci/
-[1]: http://laptrinh.ntu.edu.vn/
-[2]: http://codechef.com/
-[3]: http://codeforces.com/
-[4]: https://www.reddit.com/r/dailyprogrammer
+[0]: https://hsin.hr/coci
+[1]: http://laptrinh.ntu.edu.vn
+[2]: https://codechef.com
+[3]: https://codeforces.com
+[4]: https://reddit.com/r/dailyprogrammer
+[5]: https://adventofcode.com
 
 Ở 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
@@ -45,7 +44,9 @@ Phiên bản các trình dịch sử dụng test:
 | Pascal      | Free Pascal 2.6.4+ |
 | Python      | Python 3.5+        |
 | Raku        | Rakudo 2018.12+    |
+| Rust        | Rust 2018+         |
 | Scheme      | GNU Guile 2.0.11+  |
+| Zig         | Zig 0.8.1+         |
 
 SICP không chỉ dùng Guile để chạy Scheme mà còn sử dụng Racket (`#lang sicp`)
 trong các chương 1, 2 và 3.