课程概述
热门审阅
GE
Nov 10, 2025
Excellent. Let me explore more to evaluate correctly.
MA
Jul 29, 2025
if you add videos in this course the course is next level for every one notes are really good
1 - C++: Algorithms 的 4 个评论(共 4 个)
创建者 Huy Q P
•Feb 18, 2025
The content is very helpful and easy to understand. There are enough coding exercises to practice and learn.
创建者 MUHAMMAD A
•Jul 30, 2025
if you add videos in this course the course is next level for every one notes are really good
创建者 G/Duhan S E
•Nov 11, 2025
Excellent. Let me explore more to evaluate correctly.
创建者 Steven B
•Aug 4, 2025
Material covered is brief, but reasonably selected. The usage of C++ is pretty poor with limited usage of common tools like the standard library, outdated (C-style) constructs for arrays, and strange use of classes when none would be necessary. The assignment checker is what really needs a lot of work: there were several times where it got hung up on variable names or use of a for loop instead of a while loop where the algorithms were correct, but the checker kept rejecting the solution even though those were not expressed as requirements in the problem. In addition, I caught a typo in the required prototype where it required a parameter of "std::string& target". Simple enough to address, but evidence of sloppiness.