Skip to content

Commit 3016fd2

Browse files
Updated DiningCoders
Deleted a comment from solution file
1 parent 5544c13 commit 3016fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dining Coders/solution.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Table {
3535

3636
whoHasWhat[top.second] = this->center;
3737
smallest.push({this->center, top.second});
38-
biggest.push({this->center, -top.second}); // TODO: correct second element
38+
biggest.push({this->center, -top.second});
3939

4040
this->center = newElement;
4141

0 commit comments

Comments
 (0)