Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4d33772
add homework
Apr 8, 2026
17daca5
Merge pull request #309 from DevSecOpsLab-CSIE-NPU/w7-0409
AugustChaoTW Apr 8, 2026
450622c
Update title of homework document
AugustChaoTW Apr 8, 2026
1b838a5
Merge pull request #310 from DevSecOpsLab-CSIE-NPU/AugustChaoTW-patch-4
AugustChaoTW Apr 8, 2026
841532d
docs: update week 08 README with task instructions and submission sta…
Apr 15, 2026
892d378
Merge pull request #387 from DevSecOpsLab-CSIE-NPU/week-08
AugustChaoTW Apr 15, 2026
4371d4c
docs: add Week 02 PR evaluation materials
Apr 15, 2026
b9786ad
week-08: add in-class File I/O exercises with student data
Apr 15, 2026
116eaf4
feat: add week 09 materials including README updates, Python scripts,…
Apr 22, 2026
f9b1270
Update README with assignment submission guidelines
AugustChaoTW Apr 23, 2026
c345dfc
update
Apr 23, 2026
2284d17
Merge remote-tracking branch 'refs/remotes/origin/week-08' into week-08
Apr 23, 2026
83ef291
Merge pull request #603 from DevSecOpsLab-CSIE-NPU/week-08
AugustChaoTW Apr 23, 2026
594921c
Merge branch 'main' of https://github.com/DevSecOpsLab-CSIE-NPU/2026-…
Apr 29, 2026
fe32281
Add Week 10 homework and in-class examples for CSV, JSON, and XML pro…
Apr 29, 2026
ff91497
Merge pull request #742 from DevSecOpsLab-CSIE-NPU/wee10
AugustChaoTW Apr 29, 2026
785a9c1
docs: recommend ChillJudge as extra CPE practice resource
May 6, 2026
916f08c
Merge pull request #786 from DevSecOpsLab-CSIE-NPU/week-08
AugustChaoTW May 6, 2026
171f1b1
Add Week 11/12 in-class examples and update course plan for Week 11 m…
May 13, 2026
6673563
Merge pull request #821 from DevSecOpsLab-CSIE-NPU/wee12
AugustChaoTW May 13, 2026
e8120dc
Add U02 GCD blink visualizer for classroom activity
May 13, 2026
cb8967e
Add U02 design spec for classroom AI-assisted coding exercise
May 13, 2026
4decad1
Refocus week-12 R01 on divisibility rules (10922/10929), not GCD/LCM
May 13, 2026
b5795a0
Add AI usage guide and task submission section to all week READMEs
May 13, 2026
c574ab7
Potential fix for pull request finding
AugustChaoTW May 13, 2026
af0651c
Potential fix for pull request finding
AugustChaoTW May 13, 2026
4920fc0
Potential fix for pull request finding
AugustChaoTW May 13, 2026
65e28b1
Potential fix for pull request finding
AugustChaoTW May 13, 2026
9ac463e
Potential fix for pull request finding
AugustChaoTW May 13, 2026
4428b57
Potential fix for pull request finding
AugustChaoTW May 13, 2026
15bc053
Merge pull request #822 from DevSecOpsLab-CSIE-NPU/wee12
AugustChaoTW May 13, 2026
368f0b4
Add Week 13 course materials: in-class examples and visualization hom…
May 20, 2026
68575d3
Merge pull request #877 from DevSecOpsLab-CSIE-NPU/week13
AugustChaoTW May 20, 2026
550f763
feat(week-14): add Cookbook ch.14 in-class examples (R/U Bloom split)
May 28, 2026
d61a65f
Merge pull request #954 from DevSecOpsLab-CSIE-NPU/week-08
AugustChaoTW May 28, 2026
8964971
week-14: add solutions for 11349, 11417, 11461, 12019 (student 111440…
Underiger May 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ dist/

# Logs
*.log
CLAUDE.md
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

:point_right: 加入課程 DC https://discord.gg/uFzPj3TyW6

請留意

```
同學要確認一下,作業要放在 solutions/ 目錄中~
沒有放對位置的沒有分數喔
之後,助教不再處理及通知路徑放錯的問題,請同學自行確認。
意思是說,有送出沒有分數,請自行確認!
助教不會再幫你檢查
```


## 📁 目錄結構

```
Expand Down Expand Up @@ -109,4 +120,11 @@
- 詳細清單:[`CHECK_LIST.md`](CHECK_LIST.md)

### 題號參考
題目來源與題解:<https://yuihuang.com/cpe-level-1/>
題目來源與題解:<https://yuihuang.com/cpe-level-1/>

### 課外練習資源

- **ChillJudge(冷靜程設)**:<https://chilljudge.com>
- 由雲科大資工系學生獨立開發、針對台灣 CPE 設計的免費線上練習平台
- 提供 CPE 歷屆題庫、C++ 與 Python 即時評測、題目動畫演示、單字即時翻譯
- 適合想加強 CPE 準備、或習慣即時評測環境的同學自行練習
Binary file added assets/A08-college-trend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/npu-stu-109-114-anon.zip
Binary file not shown.
683 changes: 683 additions & 0 deletions assets/stu-data/109年新生資料庫.csv

Large diffs are not rendered by default.

591 changes: 591 additions & 0 deletions assets/stu-data/110年新生資料庫.csv

Large diffs are not rendered by default.

579 changes: 579 additions & 0 deletions assets/stu-data/111年新生資料庫.csv

Large diffs are not rendered by default.

518 changes: 518 additions & 0 deletions assets/stu-data/112年新生資料庫.csv

Large diffs are not rendered by default.

438 changes: 438 additions & 0 deletions assets/stu-data/113年新生資料庫.csv

Large diffs are not rendered by default.

413 changes: 413 additions & 0 deletions assets/stu-data/114年新生資料庫.csv

Large diffs are not rendered by default.

Binary file added assets/timing_comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 24 additions & 20 deletions docs/COURSE_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,27 @@

## 週次規劃

| 週別 | 日期 | 預定進度 | 解題題號 |
|---|---|---|---|
| 1 | 115/02/25-115/03/01 | 課程說明 | - |
| 2 | 115/03/02-115/03/08 | 資料結構基礎:序列與字典、排序與計數 | - |
| 3 | 115/03/09-115/03/15 | 字串處理:正規表達式、文字解析、加密與頻率 | 100, 118, 272, 299, 490 |
| 4 | 115/03/16-115/03/22 | 數字與日期:進位與循環模擬 | 948, 10008, 10019, 10035, 10038 |
| 5 | 115/03/23-115/03/29 | 自習週 | 10041, 10050, 10055, 10056, 10057 |
| 6 | 115/03/30-115/04/05 | 迭代器應用:生成器與優化暴力法 | - |
| 7 | 115/04/06-115/04/12 | 檔案 I/O 基礎:多筆輸入處理 | 10062, 10071, 10093, 10101, 10170 |
| 8 | 115/04/13-115/04/19 | 考前複習 | 10189, 10190, 10193, 10221, 10222 |
| 9 | 115/04/20-115/04/26 | 資料編碼:結構化解析、樹狀與頻率 | - |
| 10 | 115/04/27-115/05/03 | 函式進階:裝飾器與高階函數 | 10226, 10235, 10242, 10252, 10268 |
| 11 | 115/05/04-115/05/10 | 類別與模組:封裝、矩陣與優化 | 10409, 10415, 10420, 10642, 10783 |
| 12 | 115/05/11-115/05/17 | 網路與共時:非同步、多執行緒、計數與 GCD | 10812, 10908, 10922, 10929, 10931 |
| 13 | 115/05/18-115/05/24 | 綜合專案:Metaprogramming、測試、CPE 模擬考 | 11005, 11063, 11150, 11321, 11332 |
| 14 | 115/05/25-115/05/31 | 綜合練習 | 11349, 11417, 11461, 12019 |
| 15 | 115/06/01-115/06/07 | 綜合練習 | - |
| 16 | 115/06/08-115/06/14 | 綜合練習 | - |
| 17 | 115/06/15-115/06/21 | 綜合練習 | - |
| 18 | 115/06/22-115/06/28 | 期末考 | - |
> **異動說明(115/05/14 更新)**
> Week 11(115/05/04-05/10)停課,同學參加 115/06/12 生成式 AI 論壇。
> Week 11 及後續週次教學內容依序順延一週,Week 12 起合併補課。

| 週別 | 日期 | 預定進度 | 解題題號 | 備註 |
|---|---|---|---|---|
| 1 | 115/02/25-115/03/01 | 課程說明 | - | |
| 2 | 115/03/02-115/03/08 | 資料結構基礎:序列與字典、排序與計數 | - | |
| 3 | 115/03/09-115/03/15 | 字串處理:正規表達式、文字解析、加密與頻率 | 100, 118, 272, 299, 490 | |
| 4 | 115/03/16-115/03/22 | 數字與日期:進位與循環模擬 | 948, 10008, 10019, 10035, 10038 | |
| 5 | 115/03/23-115/03/29 | 自習週 | 10041, 10050, 10055, 10056, 10057 | |
| 6 | 115/03/30-115/04/05 | 迭代器應用:生成器與優化暴力法 | - | |
| 7 | 115/04/06-115/04/12 | 檔案 I/O 基礎:多筆輸入處理 | 10062, 10071, 10093, 10101, 10170 | |
| 8 | 115/04/13-115/04/19 | 考前複習 | 10189, 10190, 10193, 10221, 10222 | |
| 9 | 115/04/20-115/04/26 | 資料編碼:結構化解析、樹狀與頻率 | - | |
| 10 | 115/04/27-115/05/03 | 函式進階:裝飾器與高階函數 | 10226, 10235, 10242, 10252, 10268 | |
| 11 | 115/05/04-115/05/10 | 類別與模組:封裝、矩陣與優化 | 10409, 10415, 10420, 10642, 10783 | ⚠️ 停課,參加 115/06/12 生成式 AI 論壇 |
| 12 | 115/05/11-115/05/17 | 補 Week 11:類別與模組 + 數論與位元運算 | 10409, 10415, 10420, 10642, 10783, 10812, 10908, 10922, 10929, 10931 | 合併補課 |
| 13 | 115/05/18-115/05/24 | 綜合專案:Metaprogramming、測試、CPE 模擬考 | 11005, 11063, 11150, 11321, 11332 | 原 Week 13 |
| 14 | 115/05/25-115/05/31 | 綜合練習 | 11349, 11417, 11461, 12019 | 原 Week 14 |
| 15 | 115/06/01-115/06/07 | 綜合練習 | - | 原 Week 15 |
| 16 | 115/06/08-115/06/14 | 綜合練習 | - | 原 Week 16,含 115/06/12 AI 論壇 |
| 17 | 115/06/15-115/06/21 | 綜合練習 | - | 原 Week 17 |
| 18 | 115/06/22-115/06/28 | 期末考 | - | |
Loading
Loading