Skip to content

Commit

Permalink
Add Taipei week 14 class & enum
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas89901 committed Jun 1, 2024
1 parent f042189 commit f4fa3b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion homework.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| 0511 | 11 | [8857 - 指標陣列最大值無函數][neoj-8857] <br> [1064 - 指標陣列最大值][neoj-1064]| [1234 - 操作 Linked List][neoj-1234] <br> [2026 - Merge Two Sorted Linked Lists][neoj-2026] | | |
| 0518 | 12 | [4949 - 萬人迷孟孟][neoj-4949] <br> [37 - Queue 練習][neoj-37] | [1111 - 撲克牌排序問題][neoj-1111] <br> [20 - 中國人排隊問題][neoj-20] | [153 - 文字轉轉轉][neoj-153] <br> [448 - 麻將排序問題][neoj-448] <br> [804 - 排序商品][neoj-804] <br> [2024 - 無聊的小明][neoj-2024] <br> [369 - 書瑾與他的泡泡們][neoj-369] <br> | [作業題參考解答(竹區)][week12-hc-solution] <br> [作業題參考解答(北區)][week12-tp-solution]|
| 0525 | 13 | [441 - 禮貌校園][neoj-441] | [2334 - 字串處理][neoj-2334] | | |
| 0601 | 14 | | | | |
| 0601 | 14 | [596 - class存取權限練習][neoj-596] | 無(開始大作業二) | [1146 - Just like stack][neoj-1146] <br> [1997 - 身分組][neoj-1997] | |
| 0608 | 15 | 端午連假 | | | |
| 0615 | 16 | | | | |
| 0622 | 17 | | | | |
Expand Down Expand Up @@ -105,3 +105,8 @@
<!-- Week 13 -->
[neoj-441]: https://neoj.sprout.tw/problem/441/
[neoj-2334]: https://neoj.sprout.tw/problem/2334/

<!-- Week 14 -->
[neoj-596]: https://neoj.sprout.tw/problem/596/
[neoj-1146]: https://neoj.sprout.tw/problem/1146/
[neoj-1997]: https://neoj.sprout.tw/problem/1997/
3 changes: 2 additions & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@

| 主題 | 北區 | 竹區 | 影片 |
| -------- | --------------- | ---- | ---- |
| class & enum | | [Week14-1 class & enum][hc-class] | |
| class & enum | [Week14-1 class & enum][tp-class] | [Week14-1 class & enum][hc-class] | |

[tp-class]: https://drive.google.com/file/d/1r6UaSu8X_9KNDEk7Nl_hi_yN3bkRdrut/view?usp=sharing
[hc-class]: https://drive.google.com/file/d/1Y3YLcOle4U_6Fh_OUkQAkYN3Isc8VVhj/view?usp=sharing

## 第十五週 06/8
Expand Down
2 changes: 1 addition & 1 deletion syllabus.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| 0511 | 11 | |指標 (pointer)|
| 0518 | 12 | |STL containers (資料結構, pair, vector, queue, stack, iterator)、STL functions|
| 0525 | 13 | |C++ string、fstream、sstream|
| 0601 | 14 | 大作業二公佈 |淺談 Class、大作業二 之一|
| 0601 | 14 | 大作業二公佈 |淺談 class & enum 、大作業二 之一|
| 0608 | 15 | |端午節連假,本週放假一次|
| 0615 | 16 | |sorting、淺談複雜度、大作業二 之二|
| 0622 | 17 | |回顧與展望、大作業二 之三|
Expand Down

0 comments on commit f4fa3b8

Please sign in to comment.