Skip to content

Commit c671a58

Browse files
authored
Update maximum-number-of-achievable-transfer-requests.cpp
1 parent 36edea3 commit c671a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/maximum-number-of-achievable-transfer-requests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Solution {
2727
}
2828

2929
private:
30-
bool combinations(int n, int k, const function<bool (const vector<int>&)>& callback) {
30+
bool combinations(int n, int k, const function<bool (const vector<int>&)>& callback) {
3131
static const auto& next_pos =
3232
[](const auto& n, const auto& k, const auto& idxs) {
3333
int i = k - 1;

0 commit comments

Comments
 (0)