We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5544c13 commit 3016fd2Copy full SHA for 3016fd2
Dining Coders/solution.cpp
@@ -35,7 +35,7 @@ class Table {
35
36
whoHasWhat[top.second] = this->center;
37
smallest.push({this->center, top.second});
38
- biggest.push({this->center, -top.second}); // TODO: correct second element
+ biggest.push({this->center, -top.second});
39
40
this->center = newElement;
41
0 commit comments