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 10:34:58 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-15 15:00:00 +0700
commit67393f42f41ab92219deb549f711121c4dab845b (patch)
treeebd0eb6c8a3d3bd69937312179aeaf273ea29c80 /README.md
parentb38d9929f7a015b56b847fde7e83f814f354497e (diff)
downloadcp-67393f42f41ab92219deb549f711121c4dab845b.tar.gz
[usth/ICT2.2] Object Oriented Programming
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 17 insertions, 15 deletions
diff --git a/README.md b/README.md
index 393c47a..4ebe2ae 100644
--- a/README.md
+++ b/README.md
@@ -2,21 +2,22 @@
 
 Bài tập luyện tập thi Olympic, học sinh giỏi Tin học, trong đó:
 
-|         Thư mục        |                   Nguồn đề bài                    |
-| ---------------------- | ------------------------------------------------- |
-| `09`, `10`, `11`, `12` | Đề 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ẻ                               |
-| `codechef`             | [Codechef][2]                                     |
-| `codeforces`           | [Codeforces][3]                                   |
-| `cpptour`              | A Tour of C++                                     |
-| `daily`                | [/r/dailyprogrammer][4]                           |
-| `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                                      |
-| `toys`                 | Programs that don't deserve their own repo        |
+|    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ẻ                                    |
+| `codechef`   | [Codechef][2]                                          |
+| `codeforces` | [Codeforces][3]                                        |
+| `cpptour`    | A Tour of C++                                          |
+| `daily`      | [/r/dailyprogrammer][4]                                |
+| `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                                           |
+| `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/
@@ -34,6 +35,7 @@ Phiên bản các trình dịch sử dụng test:
 | ----------- | ------------------ |
 | C           | GNU GCC 4.9+       |
 | Common Lisp | SBCL 1.4.8+        |
+| Java        | OpenJDK 11+        |
 | Lua         | Lua 5.1+           |
 | Pascal      | Free Pascal 2.6.4+ |
 | Perl 6      | Rakudo 2018.12+    |