About the Course
Top reviews
1 - 4 of 4 Reviews for C++: Algorithms
By Huy Q P
•Feb 18, 2025
The content is very helpful and easy to understand. There are enough coding exercises to practice and learn.
By MUHAMMAD A
•Jul 30, 2025
if you add videos in this course the course is next level for every one notes are really good
By G/Duhan S E
•Nov 11, 2025
Excellent. Let me explore more to evaluate correctly.
By 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.