We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488dea7 commit 504f268Copy full SHA for 504f268
Swift/461. Hamming Distance.swift
@@ -0,0 +1,3 @@
1
+// 461. Hamming Distance
2
+// 12 ms
3
+return (x ^ y).nonzeroBitCount
0 commit comments