Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SleekPanther authored Mar 15, 2017
1 parent 9c615ac commit ca48081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Binary Hexadecimal Conversion
Convert hex to binary and binary to hex by slicing inputs & outputs into 4-bit nibbles

##Notes
## Notes
- Choose to which direction to convert
- Option to enter more conversions unless you quit

##Limitations
## Limitations
- 32-bit binary input
Not really an issue, since you can simply change `MAX_BITS_ALLOWED` to allow infinite sequences of 0's and 1's

##Code Details
## Code Details
- Uses 2 dictionaries of 4-bit nibbles to convert both ways
- Robust error handling checks:
- Binay input is <= 32 bits
Expand Down

0 comments on commit ca48081

Please sign in to comment.