Merge pull request #3640 from Undeemiss/close-issues

MISC: Close some GitHub issues that do not need action
This commit is contained in:
hydroflame 2022-05-14 11:54:24 -04:00 committed by GitHub
commit 319798b85c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1382,7 +1382,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
return [n + m, edges];
},
solver: (data: [number, [number, number][]], ans: string): boolean => {
//Case where the player believes there is no solution
//Case where the player believes there is no solution.
//Attempt to construct one to check if this is correct.
if (ans == "[]") {
//Helper function to get neighbourhood of a vertex
function neighbourhood(vertex: number): number[] {