Skip to content

Commit 12960f5

Browse files
committed
Add readme
0 parents  commit 12960f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Collections
2+
3+
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

Comments
 (0)