InterviewSolution
Saved Bookmarks
| 1. |
How many bit strings of length eight contain either three consecutive 0s or four consecutive 1s? |
|
Answer» First let us compute the number of bit strings with 3 consecutive 0's. |
|