“There is a small problem with the protocol I have just described: we have this step of finding the maximal k-cluster in the DAG, which is a NP-hard problem. If you know computer science, that is not a good idea for a protocol, you would have to run in exponential time to find the set that is the best. So our solution is GHOSTDAG. The solution is to use a greedy algorithm to get a large k-cluster."
Guy Corem, computer scientist, co-creator of GHOSTDAG protocol