Skip to content

Commit 6397a69

Browse files
committed
Runtime: 947 ms (Top 34.04%) | Memory: 15.5 MB (Top 30.97%)
1 parent ccc75c5 commit 6397a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/T/Total Hamming Distance/Total Hamming Distance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 933 ms (Top 28.58%) | Memory: 15.5 MB (Top 24.40%)
1+
# Runtime: 947 ms (Top 34.04%) | Memory: 15.5 MB (Top 30.97%)
22
class Solution:
33
def totalHammingDistance(self, arr: List[int]) -> int:
44

0 commit comments

Comments
 (0)