zeeshanzia84
Full Member level 3
- Joined
- May 29, 2006
- Messages
- 166
- Helped
- 35
- Reputation
- 70
- Reaction score
- 17
- Trophy points
- 1,298
- Location
- Pakistan / Germany
- Activity points
- 2,680
bits stream divide by 5
Hi,
I want to be able to recognize whether a bit-stream (size not specified) is divisible or not divisible by 5. The incoming bits are appending to the LSB side of the already stored bits. The algorithm should work even on an infinite stream of bits.
THANKS IN ADVANCE
Hi,
I want to be able to recognize whether a bit-stream (size not specified) is divisible or not divisible by 5. The incoming bits are appending to the LSB side of the already stored bits. The algorithm should work even on an infinite stream of bits.
THANKS IN ADVANCE