You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Re-implement the [Bitwise Microlab](https://github.com/Zipcoder/Java-Fundamentals-Bitwise) using BitSet instead of integers.
4
+
5
+
2. Write a function that takes a BitSet and returns the number of steps needed to shift all `1` bits to the left (maintaining the same `length()` of the BitSet).
6
+
7
+
3. Write a function that takes a BitSet and returns the number of steps needed to shift all `1` bits to the right.
0 commit comments