Skip to content

Commit 9b7c820

Browse files
committed
Runtime: 0 ms (Top 100.0%) | Memory: 40.90 MB (Top 35.14%)
1 parent 839db60 commit 9b7c820

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/algorithms/S/Sum of All Subset XOR Totals/Sum of All Subset XOR Totals.java

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Runtime: 0 ms (Top 100.0%) | Memory: 40.90 MB (Top 35.14%)
2+
13
class Solution {
24
int sum=0;
35
public int subsetXORSum(int[] nums) {

0 commit comments

Comments
 (0)