exercism / exercism/problem-specifications
Variable Length Quantity could do with a more detailed example table
- Dominant language
- Ruby
- Stars
- 358
- Forks
- 563
- Avg merge
- 18h 41m
- Merged PRs (30d)
- 2
Description
I think the example table with only hexadecimal input and output values can be a little confusing.
On the wikipedia VLQ page, the array details the binary input, the binary output and the hexadecimal output to make the conversion clearer.
Shouldn't the exercise page also specify these steps?
I would suggest adding columns to the table and putting them in the following order:
hexadecimal input | binary input | binary output | hexadecimal output
and emphasize the n°7 bit of each output byte (which is set to 0 in the last byte and set to 1 in the preceding bytes) by making it bold.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.