We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542b30 commit 9d852c1Copy full SHA for 9d852c1
exercises/practice/anagram/anagram_test.cpp
@@ -12,8 +12,8 @@ using namespace std;
12
13
// Anagram exercise test case data version 1.5.0
14
15
-// This class is a helper to support any container to be used. It takes
16
-// an std::unordered_set of expected values and provides a method
+// This class is a helper to allow the solution to return any container type. It
+// takes an std::unordered_set of expected values and provides a method
17
// `is_identical_to` that checks if a given container is as expected. Since the
18
// method is a method template, it works for any container.
19
class ExpectedSet {
0 commit comments