https://github.com/mosheberman/bitshift
A program that demonstrates bit shifting.
https://github.com/mosheberman/bitshift
Last synced: 10 months ago
JSON representation
A program that demonstrates bit shifting.
- Host: GitHub
- URL: https://github.com/mosheberman/bitshift
- Owner: MosheBerman
- License: other
- Created: 2013-11-01T17:38:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T17:45:47.000Z (over 12 years ago)
- Last Synced: 2025-01-20T10:47:53.918Z (over 1 year ago)
- Language: C
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bitshift
========
A program that demonstrates bit shifting.
I did a phone interview a while back where I was asked to count the number of "one bits" in a decimal number. I didn't know too much about bit shifting, oddly. I just never learned it. I asked a friend how to answer the question.
He wrote out the answer for me on a piece of paper and I finally had the chance to take a look at it while I was at my computer. This repository contains the results.