380CT: Theoretical Aspects of Computer Science Assignment, CU, Malaysia You are assigned to the problem stated above and you are required to develop a computer program to try and solve it
Task Description Consider one of the following problems: Problem: Clique Problem Given an undirected graph 𝐺, determine whether a 𝑘-clique exists in the graph, where a 𝑘- clique is a subgraph containing 𝑘 nodes in 𝐺 where every two nodes in the subgraph are connected by an edge. Instructions You...