Your task in this exercise is to find the largest clique.
Select the vertices that can form the largest clique.
[clique_KA.userInput]
if (!clique_KA.checkAnswer() && !guess[0])
return ""; // User did not click, and correct answer is not
// initial array state
else return clique_KA.checkAnswer();