Problem
Java
bit manipulation
1 | class Solution { |
Submission Detail
- 54 / 54 test cases passed.
- Runtime: 2 ms, faster than 49.97% of Java online submissions for Find the Difference.
- Memory Usage: 37.4 MB, less than 50.18% of Java online submissions for Find the Difference.
bucket
1 | class Solution { |
Submission Detail
- 54 / 54 test cases passed.
- Runtime: 2 ms, faster than 49.97% of Java online submissions for Find the Difference.
- Memory Usage: 37.2 MB, less than 88.24% of Java online submissions for Find the Difference.
HashMap
1 | class Solution { |
Submission Detail
- 54 / 54 test cases passed.
- Runtime: 8 ms, faster than 16.46% of Java online submissions for Find the Difference.
- Memory Usage: 37.5 MB, less than 35.41% of Java online submissions for Find the Difference.