This is a repository to host programming assignments and exercises of the course Computer Programming at National Taiwan University.
Download Xmind, a full-featured mind mapping and brainstorming tool, designed to generate ideas, inspire creativity, brings efficiency both in work and life.
To determine the topic of your first programming homework assignment, you can find inspiration from zerojudge and leetcode.
The policy of this homework please reference 「課程資訊」>「成績評量方式」.
The structure of homework is showed as following. If your homework includes more than one source code file, you may explain how to run your program in your report.
b01234567_hw1
├── notes.pdf
├── Program.cs
├── b01234567.pptx
└── report.pdf
The presentation of your first homework will be held on 4/9 (due day) in every TA group. It's about 5-10 minutes for each person.
We expect that your presentation will be concise and understandable. (demonstration is unnecessary)
The presenter can use your own laptop to show your slides, and the audience can download slides from each group. Presentation position of each group is showed as following:
1092_EE3031_Computer-Programming
├── TA Lecture
│ └── ...
├── course material
│ ├── 期中考古題與解答
│ │ └── ...
│ ├── 期末考古題與解答
│ │ └── ...
│ ├── Common_VSC_Problem.md
│ ├── Programming Note.md
│ ├── Project Creation.md
│ └── settings.json
├── exercise
│ ├── answer
│ │ ├── Week1_Answer.cs
│ │ ├── ...
│ │ └── WeekN_Answer.cs
│ ├── week1.md
│ ├── ...
│ └── weekN.md
├── homework
│ └── ...
└── README.md
TA: 陳昱瑋 ([email protected]) 龔柏森 ([email protected]) 陳麒宇 ([email protected]) 戴胤 ([email protected])
For questions, you are encouraged to open an issue.
As other students might have the same questions, discussing in an issue will benefit everyone.
Note that you can set labels, e.g., HW1
, HW2
, etc, to classify your questions.