mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
CONTRACTS: Display contract answers on completely failed contracts (#2440)
This commit is contained in:
@@ -75,6 +75,9 @@ export const proper2ColoringOfAGraph: Pick<CodingContractTypes, CodingContractNa
|
||||
|
||||
return [n + m, edges];
|
||||
},
|
||||
getAnswer: () => {
|
||||
return null;
|
||||
},
|
||||
solver: (data, answer) => {
|
||||
//Helper function to get neighbourhood of a vertex
|
||||
function neighbourhood(vertex: number): number[] {
|
||||
|
||||
Reference in New Issue
Block a user