Problem
1290. Convert Binary Number in a Linked List to Integer
Java
Bit Manipulation
© Approach 2: Bit Manipulation
1 | /** |
Submission Detail
- 102 / 102 test cases passed.
- Runtime: 0 ms, faster than 100.00% of Java online submissions for Convert Binary Number in a Linked List to Integer.
- Memory Usage: 36.4 MB, less than 11.21% of Java online submissions for Convert Binary Number in a Linked List to Integer.
my solution
1 | /** |
Submission Detail
- 102 / 102 test cases passed.
- Runtime: 0 ms, faster than 100.00% of Java online submissions for Convert Binary Number in a Linked List to Integer.
- Memory Usage: 36.4 MB, less than 10.97% of Java online submissions for Convert Binary Number in a Linked List to Integer.