back()
1 parent 56c6a85 commit 11090beCopy full SHA for 11090be
2 files changed
.gitignore
@@ -1,2 +1,3 @@
1
.idea/
2
-temp/
+temp/
3
+problems/empty-template.md
problems/0416-partition-equal-subset-sum.md
@@ -184,7 +184,7 @@ public:
184
}
185
186
187
- return dp[dp.size() - 1];
+ return dp.back();
188
189
};
190
```
@@ -211,7 +211,7 @@ public:
211
212
213
214
215
216
217
0 commit comments