mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 19:14:37 +01:00
MISC: Additional clarity in 'HammingCodes: Encoded Binary to Integer' (#1289)
Should have done this in PR #1244
This commit is contained in:
@ -1328,6 +1328,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
|
||||
"You are given the following encoded binary string: \n",
|
||||
`'${n}' \n\n`,
|
||||
"Decode it as an 'extended Hamming code' and convert it to a decimal value.\n",
|
||||
"The binary string may include leading zeroes.\n",
|
||||
"Parity bits are inserted at positions 0 and 2^N.\n",
|
||||
"Parity bits are used to make the total number of '1' bits in a given set of data even.\n",
|
||||
"The parity bit at position 0 considers all bits including parity bits.\n",
|
||||
|
Reference in New Issue
Block a user