cs-self-learning/docs/编程入门/cpp/AUT1400.en.md
Yinmin Zhong 4979ddabbe
[UPDATE] Reorganize the intro to programming section (#593)
* reorganize intro to programming

* nits

* nits
2024-04-14 00:55:13 +08:00

34 lines
No EOL
1.3 KiB
Markdown

# Amirkabir University of Technology 1400-2: Advanced Programming Course
## Course Introduction
- Affiliated University: Amirkabir University of Technology
- Prerequisites: None
- Programming Language: C++
- Course Difficulty: 🌟🌟🌟🌟🌟
- Estimated Study Time: 50 hours
This is an accidentally discovered C++ course. The quality of the homework assignments is outstanding, with each being independently structured and simple, complemented by comprehensive unit tests, making it highly suitable for learning C++ programming. The course includes a total of 7 homework assignments, as follows:
1. Implement a Matrix class and related functions.
2. Implement a program that simulates the operation of a cryptocurrency client/server.
3. Implement a Binary Search Tree (BST).
4. Implement SharedPtr and UniquePtr smart pointers in C++.
5. Use inheritance and polymorphism to implement multiple classes.
6. Solve 4 problems using the STL library.
7. There's a Python project, for those interested.
The course homepage was not found, but the source code for the homework (named AP1400-2-HW) can be found on GitHub.
## Course Resources
- Course Website: None
- Course Code: <https://github.com/courseworks>
- Course Textbook: None
- Course Assignments: 7 homework assignments