We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2c59c commit b0db18bCopy full SHA for b0db18b
scripts/algorithms/B/Bag of Tokens/Bag of Tokens.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 15 ms (Top 23.40%) | Memory: 10.6 MB (Top 67.12%)
2
class Solution {
3
public:
4
int bagOfTokensScore(vector<int>& tokens, int power) {
0 commit comments