mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-21 05:35:45 +01:00
BREAKING: Capitalized the E in the hamming code encoding contract
This commit is contained in:
parent
9b6b9e96cd
commit
b7f78b11dd
@ -1249,7 +1249,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "HammingCodes: Integer to encoded Binary",
|
name: "HammingCodes: Integer to Encoded Binary",
|
||||||
numTries: 10,
|
numTries: 10,
|
||||||
difficulty: 5,
|
difficulty: 5,
|
||||||
desc: (n: number): string => {
|
desc: (n: number): string => {
|
||||||
|
Loading…
Reference in New Issue
Block a user