CSE 1320 - Intermediate Programming
⭓Description
This is the course page for CSE 1320 - Intermediate Programming in Fall 2025. Here you’ll find class notes and other helpful resources. All assignments and announcements will be posted on Canvas.
Instructor Office Hours
| Days | Time | Location |
|---|---|---|
| MoWeFr | 10AM - 11AM | ERB 556A |
| TuTh | 11AM - 12PM | ERB 556A |
Teaching Assistant
- Md. Sazid Reza (mxr5113 (at) mavs (dot) uta (dot) edu)
Office Hours
Please contact Md. Sazid Reza via email or Teams to schedule an appointment.
⭓Course Materials
Books
- W. Foster and L. Foster, C By Discovery (4th ed.), Pearson, 2004.
- Stephen Prata, C Primer Plus, Addison-Wesley Professional, 2013.
- Bjarne Stroustrup, The C++ Programming Language (4th ed.), Addison-Wesley Professional, 2013.
Programming Practice
⭓Schedule
This schedule is tentative and may change.
| Date | Topic | Materials |
|---|---|---|
| Week 1 | Course Introduction, CSE 1310 Review | |
| Week 2 | CSE 1310 Review | |
| Week 3 | CSE 1310 Review | |
| Week 4 | Pointers | |
| Week 5 | Exam 1 |
|
| Week 6 | Pointers and Dynamic Memory Allocation | |
| Week 7 | Stacks and Queues | |
| Week 8 | Linked Lists | |
| Week 9 | Bitwise Operations and Advanced File I/O | |
| Week 10 | Advanced File I/O and Binary Trees | |
| Week 11 | Exam 2 |
|
| Week 12 | Enumerated Types, Macros, Unions, and Exam 2 | |
| Week 13 | Hash Maps |